csspin icon indicating copy to clipboard operation
csspin copied to clipboard

Examples are not accessible

Open dstorey opened this issue 8 years ago • 1 comments

A div element is a semantically neutral element that doesn't not convey its meaning or state to the accessibility layer. These examples should use the ARIA progressbar role (or use native HTML semantics) and update the state using the various state attributes (using JS). See https://www.w3.org/TR/wai-aria/roles#progressbar for details.

dstorey avatar Jan 17 '17 19:01 dstorey

Using ARIA progressbar (role) sounds great. We'll be considering it in the next Minor Version Release. We'll also be considering the Document State to enhance the Indeterminate Loaders. Thanks for helping us make CSSPIN even more Stable and Usable.

webkul-nitish avatar Jan 17 '17 20:01 webkul-nitish