Polymer / old-docs-site

Old Polymer site. Replaced by these repos: polymer-project.org, polymer-library-docs
https://www.polymer-project.org
1.02k stars 2.44k forks source link

Guide be made explicitly pointing out ShadyDOM's deviating from how Shadow DOM handles the traversal of aria-annotated children & the children's behavior; along with how to leverage WCT to test & verify its behavior of such things compared to native Shadow DOM #1261

Open lozandier opened 9 years ago

lozandier commented 9 years ago

The Shadow DOM spec has traditionally outlined that user agents with assistive technology traverse & evaluate the document tree as rendered, but @cdata has verified that isn't the case w/ ShadyDOM

Accordingly, there seems to be value of a guide added to the guides section already outlined as an ongoing thing to have a guide that provides & claries the following things that would be especially useful in BDD environments that would make extensive use of Web Component Tester [WCT]:

ghost commented 7 years ago

To help me prioritize and manage issues in the repo, I'll close this issue with no docs changes in 7 days. To prevent this, please comment within 7 days.

arthurevans commented 7 years ago

@katejeffreys do you have a11y docs on your plate? I think this would be relevant there.

arthurevans commented 7 years ago

This would make sense to cover in a future a11y doc, but would be hard to introduce elsewhere.