WP-API / new-list-tables

An experiment in re-writing the post list screen using the REST API.
GNU General Public License v2.0
71 stars 17 forks source link

Quickedit Name, Email, and URL labels should be properly associated #8

Closed afercia closed 7 years ago

afercia commented 7 years ago

See also #7

Currently, these labels are rendered as:

<label>Name</label>
<label>Email</label>
<label>URL</label>

Then need to be explicitly associated with their fields (no wrapping, using for/id attributes). This also implies there's the need to generate unique IDs.