Re: [csswg-drafts] Please add "tab-index" to CSS specification

> So, a better example is when you want to toggle through them in a different order. E.g. let's say we want the order to be #b1, #b3, #b5, #b2, #b4, then the CSS would look like this:

Thanks, @SebastianZ ! It's better. : )

> Your idea sounds quite interesting, though I'm not sure whether that's feasible. It requires people to calculate the angle between the elements to get the right order. What if there's no element in that direction?

Yes, it's tricky for selecting the element to focus. Maybe if there is no element in that direction, then the closest element from the ray can be focused.


> nav-order: strutural | visual;

The `strutural` value means the order of the DOM tree?

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

Received on Wednesday, 30 August 2017 06:19:48 UTC