-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Version
3.2.31
Reproduction link
github.com
https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/vincerubinetti/vue-aria-bug×tamp=2022-02-24T05:36:51.635332%2B00:00
Steps to reproduce
Certain popular aria attributes like label
and expanded
get correctly converted from camelCase to kebab-case, but others like controls
and haspopup
do not.
What is expected?
For behavior to be consistent. Either for vue to convert all props back to kebab-case, or at least for it to convert all HTML supported props and not just some of them at random.
What is actually happening?
Only some props are being converted. The behavior is inconsistent and unintuitive.
Related issue:
vuejs/vue#11913
decademoon, smarlhens, sadeghbarati, SnosMe, KaelWD and 2 more
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working