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

For defining the visual order, the value could be like: 

```css
nav-order: strutural | row | row-reverse | column | column-reverse
```
`row`, `row-reverse`, `column`, `column-reverse` are also used in [flex-direction](https://www.w3.org/TR/css-flexbox-1/#propdef-flex-direction).
Those can be combined well with the writing mode, as defined [here](https://www.w3.org/TR/css-flexbox-1/#axis-mapping).

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

Received on Thursday, 31 August 2017 08:29:56 UTC