Re: [csswg-drafts] [css-display][css-aam][selectors-4] How elements with `display:contents` get focused?

An inline getting split across lines is still generating fragments - focusing doesn't need to care whether there are 1 or more fragments, it works similarly in either case.

But *zero* fragments is a very different case. Where is that outline supposed to go??? There is *zero* promise of content contiguity here; if you `display: contents` a child of a grid container, the grandchildren can get placed willy-nilly in the grid, while the child has *no position at all*.

A `display: contents` element isn't visible. It isn't interactive. It's nothing at all.  It just has *contents* that might be visible and/or interactive.

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

Received on Thursday, 31 May 2018 21:54:35 UTC