Re: [csswg-drafts] [css-display-3] Clarify the term "contiguous sequence of sibling text nodes" (#4860)

My understanding is that comment nodes exist in the DOM tree but not in the element tree.
The element tree only contains text nodes and elements (including pseudo-elements).
So in your example, the text nodes are actually contiguous.
But of course this needs to be properly defined, see #1810

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

Received on Wednesday, 11 March 2020 14:39:34 UTC