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

Please don't omit the second part of that clause: "and need a string of Unicode scalar values to operate on".

On the platform, the only APIs I know of that need a string of Unicode scalar values are the URL APIs. CSS APIs work fine with any sequence of code units, as they do not need to interpret them.

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

Received on Thursday, 22 February 2018 18:13:04 UTC