#35134 closed defect (bug) (fixed)
Remove title attributes: the Menus screen when no-js
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Menus | Keywords: | has-screenshots, has-patch, title-attribute |
Focuses: | ui, accessibility | Cc: |
Description
See related #24766 and all the following tickets about title attributes.
On the "Menus" screen, only when JavaScript is off, some no-JS compatibility links appear and they have title attributes.
I'd suggest to remove the title attributes and use plain text (hidden with screen-reader-text
) for the arrows, and just show the "Edit" link. See in the screenshot below, before and after the patch.
Tried to give the "Edit" link just a basic styling, after all it's shown just when JS is off and maybe there's no need for further styling. No visual changes when JavaScript is on.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The proposed patch also removes some mixed spaces/tabs in the CSS.