Skip to content

Commit

Permalink
Sa11y 3.1.5 (#83)
Browse files Browse the repository at this point in the history
* New props `headerIgnoreSpan` and `headerIgnoreStrings` for ignore text within headings.

* Add extra placeholder stop words

* Account for aria-label and aria-labelledby for alt, implement updated fake list detection

* check for encoded URLs too (#82)

* Account for both decoded and encoded href and IDs + additional test cases

---------

Co-authored-by: Hollie Kay <[email protected]>
  • Loading branch information
adamchaboryk and hollsk authored Apr 24, 2024
1 parent e5e8150 commit caf6f92
Show file tree
Hide file tree
Showing 159 changed files with 861 additions and 573 deletions.
2 changes: 1 addition & 1 deletion bookmarklet/v2-en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/v2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/css/export-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,5 @@ audio {
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap;
border: 0;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
clip-path: inset(50%);
}
2 changes: 1 addition & 1 deletion dist/css/export-results.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/css/global-utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
clip: rect(1px, 1px, 1px, 1px) !important;
white-space: nowrap !important;
border: 0 !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
}

/* ************************************* */
Expand Down
2 changes: 1 addition & 1 deletion dist/css/global-utilities.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit caf6f92

Please sign in to comment.