[wp-meta] [Making WordPress.org] #420: Dashicons usage - accessibility on profiles
Making WordPress.org
noreply at wordpress.org
Wed Aug 6 23:40:21 UTC 2014
#420: Dashicons usage - accessibility on profiles
------------------------+-------------------------
Reporter: joedolson | Owner: iandunn
Type: defect | Status: reopened
Priority: normal | Component: Profiles
Resolution: | Keywords: needs-patch
------------------------+-------------------------
Comment (by joedolson):
I'm hugely pro the "making the badge titles visible text" option. I think
that would make them easier for everybody.
If that's not an option, adding screen reader text would be helpful. It
still leaves out the keyboard-dependent sighted users, but it would be an
improvement.
I'd suggest using the clip property to handle screen reader hidden text,
like in WP core, so that it gets support for RTL automatically.
{{{
.screen-reader-text {
position: absolute!important;
clip: rect(1px,1px,1px,1px);
overflow: hidden;
width: 1px;
height: 1px;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/420#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list