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

Can I Use page is out of date for Chrome #159

Open
clottman opened this issue Apr 23, 2020 · 1 comment
Open

Can I Use page is out of date for Chrome #159

clottman opened this issue Apr 23, 2020 · 1 comment

Comments

@clottman
Copy link

clottman commented Apr 23, 2020

https://wicg.github.io/aom/caniuse.html says

For AccessibleNode/ComputedAccessibleNode-related features:
--enable-blink-features=AccessibilityObjectModel

But I've never done that, and I can

await getComputedAccessibleNode($0)

and then got a response that was an object of type ComputedAccessibleNode.

I believe this behavior is also being controlled by enabling chrome://flags enable-experimental-web-platform-features now, and the caniuse page should be update to reflect that.

@robdodson
Copy link
Contributor

oh yep it seems like the chrome flag you mention enables it. neat 😁

@alice @minorninth are there differences between the --enable-blink features=AccessibilityObjectModel and enable-experimental-web-platform-features versions?

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

No branches or pull requests

2 participants