Replies: 1 comment 1 reply
-
There already exists a More info: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aria-... attributes are very important to web development scenario currently.
It isn't possible to implement a custom switch for example using aria-disabled and JS...
Working scenario below
Not working scenario below
The reason is pretty simple:
The only way is using the has-[...], but it only works with pseudo-class or tag.
Should some aria-... attributes be a pseudo-class?
Beta Was this translation helpful? Give feedback.
All reactions