Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New characters escaped in serialize_name #104

Merged
merged 1 commit into from May 6, 2016

Commits on May 6, 2016

  1. New characters escaped in serialize_name

    Added escape of NULL (U+0000) char and escape for characters
    in the range [\1-\1f] (U+0001 to U+001F) or U+007F
    according to https://drafts.csswg.org/cssom/#serialize-an-identifier
    Needed for proper CSS tests servo/servo#10685
    Maciej Skrzypkowski
    Maciej Skrzypkowski committed May 6, 2016
You can’t perform that action at this time.