-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Give HTMLAllCollection its own class #210
Labels
Comments
annevk
added
normative change
clarification
Standard could be clearer
good first issue
Ideal for someone new to a WHATWG standard or software project
labels
Sep 29, 2015
Test case: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3641
/cc @DigiTec |
@travisleithead likes this stuff too. |
We can un-inherit this object in Edge. :-) |
Awesome. File the bugs and let's make it so. |
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
domenic
added a commit
that referenced
this issue
Sep 30, 2015
This better matches browsers, and avoids the confusing inheritance which only applies to half of the item() method.
(Travis: for future reference, this is VSO4791036). |
Awesome, now I can remove the FIXME to make it inherit from HTMLCollection in Blink :) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In #203 we discovered it should probably not inherit from
HTMLCollection
. This is already the case in Gecko: http://mxr.mozilla.org/mozilla-central/source/dom/webidl/HTMLAllCollection.webidl.The text was updated successfully, but these errors were encountered: