Skip to content

Commit 9be1b14

Browse files
committed
Update dependencies
1 parent d11bd8c commit 9be1b14

14 files changed

Lines changed: 825 additions & 760 deletions

checka11y-errors.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ button video[controls] {
156156
padding-bottom: 80px;
157157
}
158158

159-
button:not([aria-label]):not([aria-labelledby]):empty::after {
159+
button:not([aria-label], [aria-labelledby]):empty::after {
160160
display: block;
161161
font-size: 1rem;
162162
font-family: verdana, geneva, tahoma, sans-serif;
@@ -174,7 +174,7 @@ button:not([aria-label]):not([aria-labelledby]):empty::after {
174174
background-color: var(--checka11y-bg-error);
175175
}
176176

177-
[dir]:not([dir=rtl]):not([dir=ltr]):not([dir=auto])::after {
177+
[dir]:not([dir=rtl], [dir=ltr], [dir=auto])::after {
178178
display: block;
179179
font-size: 1rem;
180180
font-family: verdana, geneva, tahoma, sans-serif;
@@ -494,7 +494,7 @@ a video[controls] {
494494
padding-bottom: 80px;
495495
}
496496

497-
a[href]:not([aria-label]):not([aria-labelledby]):empty::after {
497+
a[href]:not([aria-label], [aria-labelledby]):empty::after {
498498
display: block;
499499
font-size: 1rem;
500500
font-family: verdana, geneva, tahoma, sans-serif;
@@ -512,7 +512,7 @@ a[href]:not([aria-label]):not([aria-labelledby]):empty::after {
512512
background-color: var(--checka11y-bg-error);
513513
}
514514

515-
dl > *:not(dt):not(dd)::after {
515+
dl > *:not(dt, dd)::after {
516516
display: block;
517517
font-size: 1rem;
518518
font-family: verdana, geneva, tahoma, sans-serif;
@@ -530,7 +530,7 @@ dl > *:not(dt):not(dd)::after {
530530
background-color: var(--checka11y-bg-error);
531531
}
532532

533-
ol > *:not(li):not(script):not(template)::after, ul > *:not(li):not(script):not(template)::after {
533+
ol > *:not(li, script, template)::after, ul > *:not(li, script, template)::after {
534534
display: block;
535535
font-size: 1rem;
536536
font-family: verdana, geneva, tahoma, sans-serif;
@@ -548,7 +548,7 @@ ol > *:not(li):not(script):not(template)::after, ul > *:not(li):not(script):not(
548548
background-color: var(--checka11y-bg-error);
549549
}
550550

551-
nav:not([aria-label]):not([aria-labelledby]) ~ nav::after, nav ~ nav:not([aria-label]):not([aria-labelledby])::after {
551+
nav:not([aria-label], [aria-labelledby]) ~ nav::after, nav ~ nav:not([aria-label], [aria-labelledby])::after {
552552
display: block;
553553
font-size: 1rem;
554554
font-family: verdana, geneva, tahoma, sans-serif;

checka11y-errors.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checka11y-warnings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
padding-bottom: 80px;
7070
}
7171

72-
[onclick]:not(a):not(button):not([onkeydown]):not([onkeyup]):not([onkeypress])::after, [onclick][onkeyup]:not([tabindex]):not(a):not(button)::after, [onclick][onkeyup][tabindex="-1"]:not(a):not(button)::after, [onclick][onkeydown]:not([tabindex]):not(a):not(button)::after, [onclick][onkeydown][tabindex="-1"]:not(a):not(button)::after, [onclick][onkeypress]:not([tabindex]):not(a):not(button)::after, [onclick][onkeypress][tabindex="-1"]:not(a):not(button)::after, [ondblclick]:not(a):not(button):not([onkeydown]):not([onkeyup]):not([onkeypress])::after, [ondblclick][onkeyup]:not([tabindex]):not(a):not(button)::after, [ondblclick][onkeyup][tabindex="-1"]:not(a):not(button)::after, [ondblclick][onkeydown]:not([tabindex]):not(a):not(button)::after, [ondblclick][onkeydown][tabindex="-1"]:not(a):not(button)::after, [ondblclick][onkeypress]:not([tabindex]):not(a):not(button)::after, [ondblclick][onkeypress][tabindex="-1"]:not(a):not(button)::after, [onmousedown]:not(a):not(button):not([onkeydown]):not([onkeyup]):not([onkeypress])::after, [onmousedown][onkeyup]:not([tabindex]):not(a):not(button)::after, [onmousedown][onkeyup][tabindex="-1"]:not(a):not(button)::after, [onmousedown][onkeydown]:not([tabindex]):not(a):not(button)::after, [onmousedown][onkeydown][tabindex="-1"]:not(a):not(button)::after, [onmousedown][onkeypress]:not([tabindex]):not(a):not(button)::after, [onmousedown][onkeypress][tabindex="-1"]:not(a):not(button)::after, [onmouseup]:not(a):not(button):not([onkeydown]):not([onkeyup]):not([onkeypress])::after, [onmouseup][onkeyup]:not([tabindex]):not(a):not(button)::after, [onmouseup][onkeyup][tabindex="-1"]:not(a):not(button)::after, [onmouseup][onkeydown]:not([tabindex]):not(a):not(button)::after, [onmouseup][onkeydown][tabindex="-1"]:not(a):not(button)::after, [onmouseup][onkeypress]:not([tabindex]):not(a):not(button)::after, [onmouseup][onkeypress][tabindex="-1"]:not(a):not(button)::after, [onmouseover]:not(a):not(button)::after, [onmouseenter]:not(a):not(button)::after, [onmouseleave]:not(a):not(button)::after {
72+
[onclick]:not(a, button, [onkeydown], [onkeyup], [onkeypress])::after, [onclick][onkeyup]:not([tabindex], a, button)::after, [onclick][onkeyup][tabindex="-1"]:not(a, button)::after, [onclick][onkeydown]:not([tabindex], a, button)::after, [onclick][onkeydown][tabindex="-1"]:not(a, button)::after, [onclick][onkeypress]:not([tabindex], a, button)::after, [onclick][onkeypress][tabindex="-1"]:not(a, button)::after, [ondblclick]:not(a, button, [onkeydown], [onkeyup], [onkeypress])::after, [ondblclick][onkeyup]:not([tabindex], a, button)::after, [ondblclick][onkeyup][tabindex="-1"]:not(a, button)::after, [ondblclick][onkeydown]:not([tabindex], a, button)::after, [ondblclick][onkeydown][tabindex="-1"]:not(a, button)::after, [ondblclick][onkeypress]:not([tabindex], a, button)::after, [ondblclick][onkeypress][tabindex="-1"]:not(a, button)::after, [onmousedown]:not(a, button, [onkeydown], [onkeyup], [onkeypress])::after, [onmousedown][onkeyup]:not([tabindex], a, button)::after, [onmousedown][onkeyup][tabindex="-1"]:not(a, button)::after, [onmousedown][onkeydown]:not([tabindex], a, button)::after, [onmousedown][onkeydown][tabindex="-1"]:not(a, button)::after, [onmousedown][onkeypress]:not([tabindex], a, button)::after, [onmousedown][onkeypress][tabindex="-1"]:not(a, button)::after, [onmouseup]:not(a, button, [onkeydown], [onkeyup], [onkeypress])::after, [onmouseup][onkeyup]:not([tabindex], a, button)::after, [onmouseup][onkeyup][tabindex="-1"]:not(a, button)::after, [onmouseup][onkeydown]:not([tabindex], a, button)::after, [onmouseup][onkeydown][tabindex="-1"]:not(a, button)::after, [onmouseup][onkeypress]:not([tabindex], a, button)::after, [onmouseup][onkeypress][tabindex="-1"]:not(a, button)::after, [onmouseover]:not(a, button)::after, [onmouseenter]:not(a, button)::after, [onmouseleave]:not(a, button)::after {
7373
display: block;
7474
font-size: 1rem;
7575
font-family: verdana, geneva, tahoma, sans-serif;

0 commit comments

Comments
 (0)