Re: [csswg-drafts] [css-nav-1] Condition of visible candidates for custom spatial navigation container (#3965)

> SpatNav should care too much about DOM order (unless perhaps, when breaking ties). Users only see "visual order" so that's what's most important?

Yes, you're right. The order decided by the visual layout is the most important, but we have the 'container' concept in the spec. That is making the elements within the same container take higher priority when finding the element where the focus will go next. 

> Not only can child nodes be visually placed outside C (as in your example), siblings and parents of C can be visually placed inside (think "on top of") C too...

This is related to the discussion in https://github.com/w3c/csswg-drafts/issues/3386#issuecomment-443619262.
So, do you think those two sentences would be changed like below? :

> Let focusables be the set of all the focusable areas whose DOM anchor are visually inside the border boundary of C.

and

> Let insiders be the subset of candidates items whose DOM anchor are visually inside the border boundary of C.

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

Received on Monday, 3 June 2019 08:49:18 UTC