Skip to content

Commit f5fd877

Browse files
authored
docs: Remove invalid alt= example in html-img-require-alt
Removed example of img tag without alt attribute. Signed-off-by: Marco Roth <[email protected]>
1 parent 543f476 commit f5fd877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javascript/packages/linter/docs/rules/html-img-require-alt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Omitting the `alt` attribute entirely leads to poor accessibility and can negati
3333
3434
<img src="/avatar.jpg" alt> <!-- TODO -->
3535
36-
<img src="/divider.png" alt=> <!-- TODO -->
37-
3836
<%= image_tag image_path("logo.png") %> <!-- TODO -->
3937
```
4038

0 commit comments

Comments
 (0)