css-toggles
css-toggles copied to clipboard
CSS Toggles demo and polyfill
Is the intent of this example to demonstrate that someone could use this toggle behavior and get the expected semantics and behavior (specific keyboard keys and allowance for potential for...
This example was confusing to me until I realized that some of these buttons likely should have been communicated as being disabled until whatever condition was necessary to enable them....
This example doesn't communicate the currently chosen color option. And using `aria-pressed` on the button here wouldn't necessarily be the right choice, as that alone would indicate that the choice...
since this is constructed with a `ul` element as its base, it seems like the intent here was to create a list of items. However, because the `li` elements are...
https://github.com/oddbird/css-toggles/issues/10#issuecomment-1105571312
 Based on https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#buttons
This might be the root cause of #9