Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
add testcase for unknow aria-hidden attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
notmd committed Dec 7, 2022
1 parent 3574307 commit 3dd2c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ let a = <img alt={imageAlt?.name} />;
let a = <img alt="Doing cool things" aria-hidden={foo?.bar} />;
let a = <img alt="Photography" />;
let a = <img alt="ImageMagick" />;
let a = <img alt="photo image picture" aria-hidden={foo?.bar} />;
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let a = <img alt={imageAlt?.name} />;
let a = <img alt="Doing cool things" aria-hidden={foo?.bar} />;
let a = <img alt="Photography" />;
let a = <img alt="ImageMagick" />;
let a = <img alt="photo image picture" aria-hidden={foo?.bar} />;

```
Expand Down

0 comments on commit 3dd2c0f

Please sign in to comment.