Re: [csswg-drafts] [cssom] U+0000 does not need to be replaced when serializing an identifier (#8074)

I think Typed OM can avoid "filter code points":

```js
var v = new CSSKeywordValue("a\u0000b");
v.value; // "a\u0000b"
v.toString(); // "a�b"
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 15 November 2022 21:57:30 UTC