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
feat(aria): support role=image as a synonym for role=img
Add a reusable synonym mechanism: the image role is defined as a synonym
of img (ARIA 1.3, w3c/aria#1370) and getExplicitRole/getRole resolve
synonym roles to their canonical role by default, with a noSynonym opt
out. The role-img-alt selector and aria-allowed-role role resolution are
updated so role=image behaves like role=img.
Closes#4656
0 commit comments