Skip to content

Commit

Permalink
Sa11y 3.2.3 (#94)
Browse files Browse the repository at this point in the history
- **New prop:** `showGoodImageButton` Set to `false` to hide "Good" annotations for images.
- **New:** All toggleable checks are enabled by default.
- **Bug fix:** Fixed a couple small design regressions regarding the notification badge icon and tooltips.
- **Bug fix:** `fakeListQA` prop fixed.
- **Bug fix:** Fixed a serious bug where contrast checking would stop flagging issues once it comes across a visually hidden element (for example, an `.sr-only` class).
- **Bug fix:** Fixed an issue with the duplicate ID check. Thank you @jbrulotte! #92
- **Bug fix:** Annotations will be inserted before `[role="link"], [role="button"]` in addition to `a, button`
- **Bug fix:** Fixed a couple tooltip formatting issues for English (US).
- **Bug fix:** Ensure missing target root alert only appears when `headless` is set to false.
  • Loading branch information
adamchaboryk authored Aug 30, 2024
1 parent 5787f7c commit c352fa9
Show file tree
Hide file tree
Showing 181 changed files with 2,923 additions and 2,878 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.

1 change: 1 addition & 0 deletions dist/css/control-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ audio {
display: none;
align-items: center;
justify-content: center;
min-width: 20px;
padding: 2.5px;
font-size: 13.5px;
font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/control-panel.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tooltips.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ div {
display: inline-block;
width: 16px;
height: 16px;
margin-bottom: -3px;
margin-bottom: -3.5px;
background: var(--sa11y-panel-primary);
-webkit-mask: var(--sa11y-link-icon-svg) center no-repeat;
mask: var(--sa11y-link-icon-svg) center no-repeat;
Expand Down
Loading

0 comments on commit c352fa9

Please sign in to comment.