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
<template#label><spanaria-hidden>🔽</span>
Title
</template><template#label="{ isOpen }"><spanaria-hidden>{{ isOpen ? "🔼" : "🔽" }}</span>
Title
</template>
The above results in this message:
Emojis should be wrapped in , have role="img", and have an accessible description with aria-label or aria-labelledby
If it has an aria-hidden it should skip that message. aria-hidden completely removes the entire element from the accessibility API. So the role and label will not be seen.
The text was updated successfully, but these errors were encountered:
The above results in this message:
If it has an
aria-hidden
it should skip that message.aria-hidden
completely removes the entire element from the accessibility API. So the role and label will not be seen.The text was updated successfully, but these errors were encountered: