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

The behavior of Firefox looks like a bug. The script doesn't add any white space characters that should be taken into account by `white-space` property. Interestingly, the same issue occurs for `body > div::before { content: '' }` instead of prepending empty string with the script.

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

Received on Tuesday, 12 September 2017 17:42:45 UTC