Re: [csswg-drafts] [css-break-3][css-overflow] Proposal for pseudo-selector :overflowed-content

@Nadya678 That's an interesting testcase, which may be worth discussing in another issue, possibly with whatwg people.

I think the trick is that an element must have a box in order to be focusable, but once it has become focused, this restriction does not need to hold. That is, focused elements don't need to continue been focusable. This is how Firefox and Edge seem to behave.

Alternatively, Chrome seems to think that if a focused element stops being focusable, it should no longer be focused. But this does not imply that, if later the element becomes focusable, it will automatically become focused again.

In neither interpretation there is a circularity, unlike the proposed `:cropped-content`.

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

Received on Thursday, 30 November 2017 00:08:48 UTC