Skip to content

Commit 9307b53

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/failures/F92.html
1 parent a8be753 commit 9307b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/failures/F92.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</section><section id="description"><h2>Description</h2>
44
<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 <a href="https://www.w3.org/TR/wai-aria/#presentation">
55
<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.
77
</p>
88
</section><section id="examples"><h2>Examples</h2>
99
<section class="example">

0 commit comments

Comments
 (0)