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

Add a validation step when a new DOMTokenList is created #107

Merged
merged 1 commit into from
Nov 13, 2015

Commits on Nov 13, 2015

  1. Add a validation step when a new DOMTokenList is created

    This fixes multiple issues introduced when adding validation to
    DOMTokenList:
    
    * When a new DOMTokenList object is created, we now validate each token.
    * IDL definition of `add()` was fixed to reflect returning a boolean.
    * A reference was added to "attribute" in a place where one was missing.
    yoavweiss committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    63a0302 View commit details
    Browse the repository at this point in the history