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
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix Node.childNodes attributes

  • Loading branch information
nox committed Sep 11, 2015
commit a33e5f9179d45ee9c405c5d5937e3d52825430b5
@@ -35,7 +35,7 @@ interface Node : EventTarget {
[Pure]
readonly attribute Element? parentElement;
boolean hasChildNodes();
[Constant]
[SameObject]
readonly attribute NodeList childNodes;
[Pure]
readonly attribute Node? firstChild;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.