You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lorem ipsum (autofocused) Lorem ipsum (default opened) Lorem ipsum dolor sit a… <div class="handorgel default" id="handorgel1" aria-multiselectable="true">
Looking in to aria-multiselectable, I see that it's only valid on elements with these roles: grid, listbox, tablist, or tree. Additionally, the W3's accordion example doesn't include aria-multiselectable.
Can you please remove this attribute? From everything I've found, it seems unnecessary in this context, and one of my clients is complaining about this warning in Lighthouse. I know I could just disable multiselection, but that's not really the problem, the aria-multiselectable attribute appears to be unneeded either way.
The text was updated successfully, but these errors were encountered:
JacobDB
added a commit
to JacobDB/handorgel
that referenced
this issue
Aug 14, 2024
If you run a Lighthouse report on your own demo, you'll get this notice:
Looking in to
aria-multiselectable
, I see that it's only valid on elements with these roles:grid
,listbox
,tablist
, ortree
. Additionally, the W3's accordion example doesn't includearia-multiselectable
.Can you please remove this attribute? From everything I've found, it seems unnecessary in this context, and one of my clients is complaining about this warning in Lighthouse. I know I could just disable multiselection, but that's not really the problem, the
aria-multiselectable
attribute appears to be unneeded either way.The text was updated successfully, but these errors were encountered: