[wp-trac] [WordPress Trac] #33301: Create and edit links inline
WordPress Trac
noreply at wordpress.org
Sat Jan 23 13:28:04 UTC 2016
#33301: Create and edit links inline
-------------------------------------+-------------------------------------
Reporter: iseulde | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.5
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: has-patch has- | Focuses: accessibility,
screenshots | javascript
-------------------------------------+-------------------------------------
Comment (by afercia):
Sorry, just realised there's one thing missed for accessibility: the
search field should have an associated label to describe its purpose.
Currently, screen readers announce the search field just as:
{{{
combo box collapsed has auto complete editable
blank
}}}
The best option would be a real `<label>` element, not sure it would be so
easy to implement. Alternatively, an `aria-label` attribute would be
enough, I think. Something like:
{{{
'role': 'combobox',
'aria-label': 'Search for existing content or enter a link',
}}}
Maybe with a better wording :) and translatable, of course.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33301#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list