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: docs/rules/GH003-no-empty-string-alt.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Rule details
4
4
5
-
This rule is _off_ by default and is only applicable for GitHub rendered markdown.
5
+
⚠️ This rule is _off_ by default and is only applicable for GitHub rendered markdown.
6
6
7
7
Currently, all images on github.com are automatically wrapped in an anchor tag.
8
8
9
-
As a result, images that are intentionally marked as decorative (via `alt=""``) end up as a link without an accessible name. This is confusing for assistive technology users.
9
+
As a result, images that are intentionally marked as decorative (via `alt=""``) end up rendering as a link without an accessible name. This is confusing and inaccessible for assistive technology users.
10
10
11
11
This rule can be enabled to enforce that the alt attribute is always set to descriptive text.
0 commit comments