[cssom] U+0000 does not need to be replaced when serializing an identifier #8074
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
cssom-1
Current Work
I think that U+0000 does not need to be replaced in serialize an identifier.
The examples below the definition of
CSS.escape()
use it indocument.querySelector()
but this method parses its input with parse a selector, which leads to replacing U+0000 with U+FFFD in filter code points.The text was updated successfully, but these errors were encountered: