Open lozandier opened 9 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.
@katejeffreys do you have a11y docs on your plate? I think this would be relevant there.
This would make sense to cover in a future a11y doc, but would be hard to introduce elsewhere.
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]:
shadow
global Polymer setting vs. theshadyDOM
(default) settings of Polymer regarding this.shady
(default) orshadow
be set as a global setting (with something likecontext
, nesteddescribe
blocks, etc). Some often don't discover this, & this would reinforce its importance of a comprehensive test suite for components.