Re: [css-houdini-drafts] Should we be using DOMString, USVString, or CSSOMString?

I don't think CSS should be mangling strings given to it by other parts of the platform, regardless of what any IETF RFCs say.

As stated above, web APIs should only be using USVString as a shortcut for using normal DOMStrings plus explicitly performing a conversion to scalar values.

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/687#issuecomment-368047905 using your GitHub account

Received on Friday, 23 February 2018 15:50:28 UTC