Re: [csswg-drafts] [css-text] What are the language-defined segment breaks for HTML? (#5147)

I think the key to that question is to look at the definition of segment break, rather than for usage of the specific term. HTML clearly treats CR, LF, and CRLF in the source as segment breaks.

But it converts them to LF before passing to the DOM, which is then passed to CSS for formatting, and I'm not entirely clear what DOM thinks. I think it ends up defaulting to just having LF as a segment break.

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

Received on Tuesday, 2 June 2020 21:28:55 UTC