Closed
Bug 962558
Opened 11 years ago
Closed 11 years ago
CSS `order` affects nav-index/tabindex
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 812687
People
(Reporter: stepien.nicolas, Unassigned)
Details
Attachments
(1 file)
187 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36
Steps to reproduce:
http://www.w3.org/TR/css3-flexbox/#order-accessibility
>Likewise, ‘order’ does not affect the default traversal order of sequential navigation modes (such as cycling through links, see e.g. ‘nav-index’ [CSS3UI] or tabindex [HTML40]).
Logically order elements in the HTML, change the visual order via CSS flex order.
Try tabbing through the elements.
Actual results:
Tabbing goes through visual order. `order` effectively affects the default traversal order.
Expected results:
Tabbing goes through content order. `order` does not affect the default traversal order.
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•