8000 Fix ElementInternals accessibility getters/setters by domenic · Pull Request #3865 · jsdom/jsdom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix ElementInternals accessibility getters/setters #3865

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

Merged
merged 1 commit into from
Apr 20, 2025
Merged

Conversation

domenic
Copy link
Member
@domenic domenic commented Apr 20, 2025

The web platform test coverage for these was woefully incomplete, so when we added them in d6c0ab2 they did not actually work at all.

Closes #3732.

The web platform test coverage for these was woefully incomplete, so when we added them in d6c0ab2 they did not actually wo
8000
rk at all.

Closes #3732.
@domenic domenic force-pushed the aria-properties-fix branch from 75d3fdd to f5d7070 Compare April 20, 2025 06:25
@domenic
Copy link
Member Author
domenic commented Apr 20, 2025

Implementation report: this was relatively easy without AI. Sure, autocomplete could have helped sometimes, and I might have been tempted to get it to implement some of the setters tests. (I'm not sure that would have saved any time though.) But this ended up being a pretty simple issue that I was able to bang out unassisted without problems.

@domenic domenic added the metr uplift A candidate for the METR Uplift experiment label Apr 20, 2025
@domenic domenic merged commit 9239537 into main Apr 20, 2025
6 checks passed
@domenic domenic deleted the aria-properties-fix branch April 20, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metr uplift A candidate for the METR Uplift experiment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempting to set ARIA properties on ElementInternals results in an error.
1 participant
0