[wp-trac] [WordPress Trac] #35136: Remove title attributes: the Media Library screen
WordPress Trac
noreply at wordpress.org
Tue Jan 5 19:18:16 UTC 2016
#35136: Remove title attributes: the Media Library screen
-----------------------------------------+--------------------------------
Reporter: afercia | Owner: afercia
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.5
Component: Media | Version: 4.4
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui, accessibility
-----------------------------------------+--------------------------------
Comment (by afercia):
I agree. On everything :) Need a pragmatic solution though. There are ways
to use data-attributes or, better, aria-labels to generate "tooltips" see
for example:
{{{
tooltips in Gmail:
data-tooltip="Refresh" aria-label="Refresh" (uses JavaScript)
tooltips in GitHub:
aria-label="You have no unread notifications" (pure CSS on hover/focus,
JavaScript for positioning)
}}}
And we should find a way to reveal them also on a "longpress" event. By
the way I think this is a topic for a separate ticket and proposal. If it
was my personal site, I would go with simple, plain text. It's not my
personal site though :) It wouldn't look so bad:
[[Image(https://cldup.com/V3iPPd9yYX.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35136#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list