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

Improve DOM interfaces' extended attributes #7601

Merged
merged 5 commits into from Sep 20, 2015

Commits on Sep 11, 2015

  1. Fix Node.childNodes attributes

    nox committed Sep 11, 2015
  2. Fix ParentNode missing attributes

    ParentNode.children is [SameObject], querySelectorAll() is [NewObject].
    nox committed Sep 11, 2015
  3. Fix Element missing attributes

    Attributes classList and attributes are [SameObject].
    nox committed Sep 11, 2015
  4. Fix NodeIterator.root attributes

    It should be [SameObject].
    nox committed Sep 11, 2015

Commits on Sep 19, 2015

  1. Annotate many DOM attribute and methods with [Constant] and [Pure]

    nox committed Sep 19, 2015
You can’t perform that action at this time.