- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Nov 2022 21:57:28 +0000
- To: public-css-archive@w3.org
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