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
<p>This failure occurs when a role of presentation is applied to an element whose purpose is to convey information or relationships in the content. Elements such as <code>table</code>, can convey information about the content contained in them via their semantic markup. The WAI-ARIA role of <ahref="https://www.w3.org/TR/wai-aria/#presentation">
5
5
<code>presentation</code>
6
-
</a> on the other hand, is intended to suppress semantic information of content from the accessibility API and prevent user agents from conveying that information to the user. Use of the <code>presentation</code> role for content which should convey semantic information may prevent the user from understanding that content.
6
+
</a> on the other hand, is intended to suppress semantic information of content from the accessibility API and prevent user agents from conveying that information to the user. Use of <code>role="presentation"</code> for content which should convey semantic information may prevent the user from understanding that content.
0 commit comments