Re: [csswg-drafts] [css-break-3][css-overflow] Proposal for pseudo-selector :wrapped-line

Element queries aren't magical either; they're limited to a few bits of layout information, and have some important restrictions that make this information possible to obtain without circularity (for example, the "container" being queried for its size has to have `contain: size`, so it doesn't pay attention to the size of its children; this means that the children can do whatever they want in response to the query result, and it won't have a circular effect back on the query).  This doesn't apply to the proposed `:wrapped-line` pseudo.

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

Received on Monday, 27 November 2017 19:31:31 UTC