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
Copy file name to clipboardExpand all lines: codes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,3 +151,6 @@ A list of every Checka11y.css error & warning code with details on what the issu
151
151
152
152
-### W0016
153
153
The `viewport` meta tag contains a property that disables the zoom and/or the viewport scale. Such a property may prevent users from interacting with the web page, and make it more difficult to view the content.
154
+
155
+
-### W0017
156
+
The highlighted element is an interactive element with `aria-hidden="true"`. This means the interactive element is inaccessible to assistive technologies. Either remove the `aria-hidden="true"`, or restructure the HTML in cases where the element is ment for decoration purposes or its a duplicate. [Read more about this here](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-hidden).
0 commit comments