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 [[IsHTMLDDA]] internal slot to document.all #3015

Closed
TimothyGu opened this issue Sep 7, 2017 · 2 comments
Closed

Add a [[IsHTMLDDA]] internal slot to document.all #3015

TimothyGu opened this issue Sep 7, 2017 · 2 comments

Comments

@TimothyGu
Copy link
Member

Now that tc39/ecma262#673 has been merged, we should add the newly defined [[IsHTMLDDA]] internal slot to either document.all specifically or HTMLAllCollection instances generically -- they are equivalent. I personally prefer adding it to HTMLAllCollection, where other obsoleted features like legacy caller behavior are specified.

Refs: https://tc39.github.io/ecma262/#sec-IsHTMLDDA-internal-slot

@TimothyGu TimothyGu changed the title Add a [[IsHTMLDDA]] Add a [[IsHTMLDDA]] internal slot to document.all Sep 7, 2017
@annevk
Copy link
Member

annevk commented Sep 7, 2017

Maybe this can be done as part of #2932?

@TimothyGu
Copy link
Member Author

@annevk It could be, but I'd rather not. They are logically distinct changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants