gold-standard
gold-standard copied to clipboard
The following links are dead * ARIA Roles Model * ARIA States and Properties It's new address is ARIA Roles Model https://www.w3.org/TR/wai-aria-1.1/#usage_intro ARIA States and Properties https://www.w3.org/TR/wai-aria-1.1/#introstates
Breaking out this feedback from @arkihillel in #10: >> Local Effects — Does the component limit its effects to itself (or a designated target element)? > > This rule is...
Breaking out this feedback from @arkihillel in #10: >> Relative Paths — Are all paths relative to required resources (images, etc.) relative to the component source? > > A web...
Feedback
I've re-read the list for the tenth time, it's very useful A problem I have, though, is that the list doesn't differentiate between UI and functional components Otherwise, I have...
Breaking out this feedback from @arkihillel in #10: >> Progress Feedback — For long operations, does the component provide appropriate feedback? > >Long operations should only be allowed whenever the...
Breaking out this feedback from @arkihillel in #10: >> Responsive — Does the component scale well to standard mobile, tablet, and desktop screen sizes? > > This one is really...
Breaking out this feedback from @arkihillel in #10: >> Back-End Independence — Can the component retrieve its content from a variety of a back-end services? > > This rule will...
Breaking out this feedback from @arkihillel in #10: >> Child Independence — Can you use the component with a wide range of child element types? > > This too is...
I needed a symbol for the gold standard and I was thinking it might be a nice logo. What do you think? What would you change? ![Web Components Gold Standard...
On glaring omission from this standard is unit tests. I ideally these tests would be run with `npm test` to ensure that they would be run constantly. The description should...