Re: [csswg-drafts] [css-ui] Add a property controlling the navigation order

I wonder "visual" value can cover all the factors which affect the visual order.
The factors would be: 
- Absolute positioning
- Fixed positioning
- Sticky positioning
- Float positioning
- Flexbox layout
`flex-direction: row | row-reverse | column | column-reverse`
`order: < number >`
- Grid layout
- Writing mode (text can be focusable with 'tabindex')

Also, the navigation order is affected by the value of 'tabindex' and it isn't always the same with the document order nor visual order.
The `strutural` value considers the order by 'tabindex' attribute?

-- 
GitHub Notification of comment by jihyerish
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1764#issuecomment-327073297 using your GitHub account

Received on Tuesday, 5 September 2017 05:15:52 UTC