Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upName of custom properties are not properly escaped when serializing #15399
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the following test code:
Servo currently shows
--weird;name: green;which is wrong, because it is invalid. The name should be escaped so the result should be--weird\;name: green;.Blink seems to have the same issue, so it's worth a new test in wpt.