[wp-trac] [WordPress Trac] #32028: List table pagination: text improvements for screen readers
WordPress Trac
noreply at wordpress.org
Mon May 25 17:25:10 UTC 2015
#32028: List table pagination: text improvements for screen readers
----------------------------------------+--------------------------------
Reporter: afercia | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.3
Component: Administration | Version: 4.1
Severity: normal | Resolution:
Keywords: has-patch 4.3-early commit | Focuses: ui, accessibility
----------------------------------------+--------------------------------
Comment (by rianrietveld):
In Safari the link to the past page breaks to the line beneath the nav:
[[Image(https://dl-web.dropbox.com/get/Public/safari-breaks-
nav.png?_subject_uid=26013902&w=AABTYfsQsDQccsKV6baxxM3X9PVu56XbYOmwOptpo4FRDg)]]
I think it is because the <span aria-hidden="true"> takes up space in
Safari.
If you remove all the <span aria-hidden="true"> the last link is on the
same line.
If you add the CSS
{{{
.tablenav .tablenav-pages a {
display: inline-block;
}
}}}
Safari keeps the two spans in the last link together.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32028#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list