Re: [csswg-drafts] [css-display] Do empty text nodes generate text runs?

That's super weird, and it's definitely a bug. Different DOMs that output the same source code should not result in different CSS output, ever.

@SelenIT ::before { content: '' } is a little different, it causes the ::before pseudo-element to exist, and empty inline boxes count as content that causes a line box to exist.

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

Received on Thursday, 14 September 2017 01:50:22 UTC