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

Consider making the reflected target always the interface the IDL attribute is on #8930

Open
annevk opened this issue Feb 22, 2023 · 0 comments
Labels
clarification Standard could be clearer topic: reflect For issues with reflected IDL attributes and friends.

Comments

@annevk
Copy link
Member

annevk commented Feb 22, 2023

This would require custom getter and setter steps for certain features, such as document.dir, but it might be worth it to simplify the overall model.

@annevk annevk added the clarification Standard could be clearer label Feb 22, 2023
annevk added a commit that referenced this issue Feb 22, 2023
Other changes:

* Remove reflection of unrestricted double as it is buggy and unused.
* The DOMString getter steps did not account for a missing attribute.
* The native accessibility semantics map was renamed to the internal content attribute map as it's now a more general reflection concept.

Corresponding ARIA PR: w3c/aria#1876.

Fixes #8442.

Follow-up:

* w3c/core-aam#152
* w3c/aria#1110
* #3238
* #8544
* #8545
* #8926
* #8927
* #8928
* #8930
@annevk annevk added the topic: reflect For issues with reflected IDL attributes and friends. label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer topic: reflect For issues with reflected IDL attributes and friends.
Development

No branches or pull requests

1 participant