[wp-trac] [WordPress Trac] #21334: Accessibility of Quick Edit panel in Posts/Pages/etc
WordPress Trac
noreply at wordpress.org
Tue Feb 12 19:33:15 UTC 2013
#21334: Accessibility of Quick Edit panel in Posts/Pages/etc
-----------------------------------+--------------------
Reporter: grahamarmfield | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Accessibility | Version: 3.4.1
Severity: normal | Resolution:
Keywords: 2nd-opinion has-patch |
-----------------------------------+--------------------
Comment (by adamsilverstein):
actually, it looks like touch screen users are already addressed because
the quicklinks show up when i tested. just have to make sure i don;t break
that; will try an off screen link to toggle class.
Replying to [comment:16 adamsilverstein]:
> Replying to [comment:15 azaozz]:
> > Replying to [comment:13 grahamarmfield]:
> > > * tabindex="0" - this includes the item in the tab order for the
page, but using the context of the order that it appears in the HTML.
Focus can be given to the item in javascript too.
> > > * tabindex="-1" - Focus can be given to an item using javascript
only. It does not appear in the natural tab order within a page.
> >
> > Yep, these are the only "non-evil" tabindex values :)
> >
> > Having an off-screen link that would toggle a class on the table cell
to show/hide the links sounds good.
> >
> > We could also try moving the links off-screen (with the screen-reader-
text class?) instead of hiding them. That way they will always be
"visible" for screen readers. Then we can negate `screen-reader-text` on
hover and show them same as now.
>
> great idea, i think i will try combining this with the show/hide
approach so touch screen users can still use the links.
>
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21334#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list