Re: [csswg-drafts] [css-syntax] Correctly handle "escaped EOF" (#3182)

It roundtrips, yeah, but the escape is unnecessary. Everything outside of ASCII range is fine to be emitted directly; escaping it is basically a no-op.

There's nothing in CSSOM's serialization rules that say to escape that character.

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

Received on Thursday, 24 January 2019 22:37:03 UTC