User tests: Successful: Unsuccessful:
For fields where there is a description we are trying to add an aria-describedby with a value of the _DESC language string.
Unfortunately the code was not doing that.
Before applying the patch view the generated source of the search field in the article manager. It will display aria-describedby="filter[search]-desc"
After applying the patch it will correctly be
aria-describedby="Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author."
The display of this text with a tooltip or similar is beyond the scope of this pr
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-29 12:35:48 |
Closed_By | ⇒ | brianteeman |
Per MDN, the value should be
a space-separated list of element IDs
.