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

Fix test case which relied on outdated Name/QName production #12202

Merged
merged 1 commit into from
Aug 10, 2018

Commits on Jul 27, 2018

  1. Fix test case which relied on outdated Name/QName production

    The latest version of the DOM spec references the `Name` and `QName`
    productions from XML (https://dom.spec.whatwg.org/#validate).  In
    errata 9 from XML 1.0 these productions were changed to be much more
    inclusive ( https://www.w3.org/XML/xml-V10-4e-errata#E09 ) which means
    these old test cases are overly restrictive.
    
    Changed to mark `\u0BC6` as valid in a qname, and added new test cases
    using \u0300 (valid only as non-initial character) and \u037E (never valid).
    cscott committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    fce101a View commit details
    Browse the repository at this point in the history