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

Properly implement the ignoreNamedProps steps from PlatformObjectGetOwnProperty #11601

Closed
nox opened this issue Jun 4, 2016 · 2 comments
Closed
Labels
A-content/bindings The DOM bindings I-wrong An incorrect behaviour is observed.

Comments

@nox
Copy link
Contributor

nox commented Jun 4, 2016

The spec says that if the interface supports indexed properties and we got an array indexed property name, we should ignore named properties in case the lookup fails. We don't do this in CodegenRust.py and thus fail /dom/collections/HTMLCollection-supported-property-indices.html.

@nox nox added A-content/bindings The DOM bindings I-wrong An incorrect behaviour is observed. labels Jun 4, 2016
@nox
Copy link
Contributor Author

nox commented Jun 4, 2016

Blocks #2185.

@nox
Copy link
Contributor Author

nox commented Nov 6, 2016

Duplicate of #14093...

@nox nox closed this as completed Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/bindings The DOM bindings I-wrong An incorrect behaviour is observed.
Projects
None yet
Development

No branches or pull requests

1 participant