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
Text that is decorational should not need to pass color-contrast. The main problem is figuring out how to detect that text is decorational. Color-contrast purposefully does not exclude hidden elements, so adding aria-hidden to the element does not exclude it from running. This is intentional as hidden from screen readers is not the as as hidden from visual users.
We need to figure out how best to either determine the text is decorational or a better way to markup the element to let us know it's decorational.
Uh oh!
There was an error while loading. Please reload this page.
Text that is decorational should not need to pass color-contrast. The main problem is figuring out how to detect that text is decorational. Color-contrast purposefully does not exclude hidden elements, so adding
aria-hidden
to the element does not exclude it from running. This is intentional as hidden from screen readers is not the as as hidden from visual users.We need to figure out how best to either determine the text is decorational or a better way to markup the element to let us know it's decorational.
The text was updated successfully, but these errors were encountered: