Skip to content

Commit

Permalink
Sa11y 3.2.2 (#91)
Browse files Browse the repository at this point in the history
- Fixed appearance of badges for Windows 11.
- Some fake heading checks will be excluded for paragraphs within tables.
- New feature: Meta page title displayed in Page Outline. To turn off this feature, set `showTitleInPageOutline` to `false`.
- Fixed a bug where gradient effect is properly applied to scrollable containers.
  • Loading branch information
adamchaboryk authored Jul 23, 2024
1 parent 2736827 commit 5787f7c
Show file tree
Hide file tree
Showing 184 changed files with 1,634 additions and 609 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.

16 changes: 6 additions & 10 deletions dist/css/control-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ div {
* {
font-family: var(--sa11y-font-face) !important;
-webkit-font-smoothing: auto !important;
line-height: 22px !important;
}

p,
Expand All @@ -45,6 +44,7 @@ li,
label {
font-size: var(--sa11y-normal-text);
font-weight: normal;
line-height: 22px !important;
text-align: start;
letter-spacing: normal;
word-break: break-word;
Expand Down Expand Up @@ -135,11 +135,10 @@ audio {
display: none;
align-items: center;
justify-content: center;
min-width: 20px;
height: 20px;
padding: 3px;
padding: 2.5px;
font-size: 13.5px;
font-weight: normal;
line-height: 1;
color: #fff;
text-wrap: nowrap;
background-color: #eb0000;
Expand Down Expand Up @@ -601,9 +600,6 @@ hr {
left: -10px;
content: "";
}
#images-list li .badge {
margin-inline-end: 2px;
}
#images-list li img {
float: inline-start;
max-width: 110px;
Expand Down Expand Up @@ -639,30 +635,30 @@ hr {
/* 11. Page & Image Outline extras */
/* **************************************** */
.error-icon {
margin-bottom: -4px;
display: inline-block;
width: 16px;
height: 16px;
margin-bottom: -3px;
background: var(--sa11y-error-text);
-webkit-mask: var(--sa11y-error-svg) center no-repeat;
mask: var(--sa11y-error-svg) center no-repeat;
}

.hidden-icon {
margin-bottom: -3px;
display: inline-block;
width: 16px;
height: 16px;
margin-bottom: -3px;
background: var(--sa11y-panel-primary);
-webkit-mask: var(--sa11y-hidden-icon-svg) center no-repeat;
mask: var(--sa11y-hidden-icon-svg) center no-repeat;
}

.link-icon {
margin-bottom: -3.5px;
display: inline-block;
width: 16px;
height: 16px;
margin-bottom: -3px;
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
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/export-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ iframe,
img {
display: block;
max-width: 50%;
border: 0;
border: 1px solid var(--bg-tertiary);
}

video,
Expand Down
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.

6 changes: 4 additions & 2 deletions dist/css/shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ kbd,
.badge {
display: inline;
min-width: 10px;
padding: 1.5px 4px;
padding: 1px 4.5px 1.75px;
font-size: 13px;
font-weight: 700;
font-weight: 700 !important;
line-height: 1;
color: var(--sa11y-panel-primary);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: var(--sa11y-panel-badge);
border: 1px solid transparent;
border-radius: 10px;
Expand Down
Loading

0 comments on commit 5787f7c

Please sign in to comment.