Skip to content

Commit 96520f3

Browse files
committed
docs(build): rebuild docs
1 parent fd6d215 commit 96520f3

12 files changed

Lines changed: 189 additions & 190 deletions

docs/advices.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="description"
88
content="This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.">
9-
<link rel="stylesheet" href="./static/docs.css?v=1690620346319">
9+
<link rel="stylesheet" href="./static/docs.css?v=1730752805782">
1010
<link rel="shortcut icon" href="https://ffoodd.github.io/a11y.css/static/favicon.ico">
1111
<link rel="preload" href="./static/fonts/firasans-book.woff2" as="font" type="font/woff2" crossorigin="anonymous">
1212
<link rel="stylesheet" href="./static/css/a11y-en_advices-only.css"><link rel="stylesheet" href="./static/css/a11y-light.min.css">
@@ -333,11 +333,11 @@ <h3>Description</h3>
333333
<h3>References</h3>
334334
<ul>
335335
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#13.2">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#13.2</a></li>
336-
<li><a href="https://www.w3.org/TR/WCAG21/#link-purpose-in-context">https://www.w3.org/TR/WCAG21/#link-purpose-in-context</a></li>
337-
<li><a href="https://www.w3.org/TR/WCAG21/#change-on-request">https://www.w3.org/TR/WCAG21/#change-on-request</a></li>
338-
<li><a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H33">https://www.w3.org/WAI/WCAG21/Techniques/html/H33</a></li>
339-
<li><a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H83">https://www.w3.org/WAI/WCAG21/Techniques/html/H83</a></li>
340-
<li><a href="https://www.w3.org/WAI/WCAG21/Techniques/failures/F22">https://www.w3.org/WAI/WCAG21/Techniques/failures/F22</a></li>
336+
<li><a href="https://www.w3.org/TR/WCAG22/#link-purpose-in-context">https://www.w3.org/TR/WCAG22/#link-purpose-in-context</a></li>
337+
<li><a href="https://www.w3.org/TR/WCAG22/#change-on-request">https://www.w3.org/TR/WCAG22/#change-on-request</a></li>
338+
<li><a href="https://www.w3.org/WAI/WCAG22/Techniques/html/H33">https://www.w3.org/WAI/WCAG22/Techniques/html/H33</a></li>
339+
<li><a href="https://www.w3.org/WAI/WCAG22/Techniques/html/H83">https://www.w3.org/WAI/WCAG22/Techniques/html/H83</a></li>
340+
<li><a href="https://www.w3.org/WAI/WCAG22/Techniques/failures/F22">https://www.w3.org/WAI/WCAG22/Techniques/failures/F22</a></li>
341341
</ul>
342342
<h3>Selector</h3>
343343
<div class="pre"><pre><code class="css language-css" data-language="CSS">[target$=<span class="token string">"blank"</span>]
@@ -354,8 +354,8 @@ <h3>Description</h3>
354354
<h3>References</h3>
355355
<ul>
356356
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#13.3">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#13.3</a></li>
357-
<li><a href="https://www.w3.org/TR/WCAG21/#link-purpose-in-context">https://www.w3.org/TR/WCAG21/#link-purpose-in-context</a></li>
358-
<li><a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H33">https://www.w3.org/WAI/WCAG21/Techniques/html/H33</a></li>
357+
<li><a href="https://www.w3.org/TR/WCAG22/#link-purpose-in-context">https://www.w3.org/TR/WCAG22/#link-purpose-in-context</a></li>
358+
<li><a href="https://www.w3.org/WAI/WCAG22/Techniques/html/H33">https://www.w3.org/WAI/WCAG22/Techniques/html/H33</a></li>
359359
</ul>
360360
<h3>Selector</h3>
361361
<div class="pre"><pre><code class="css language-css" data-language="CSS">[download]<span class="token punctuation">,</span>
@@ -390,7 +390,7 @@ <h3>Description</h3>
390390
<h3>References</h3>
391391
<ul>
392392
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#12.6">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#12.6</a></li>
393-
<li><a href="https://www.w3.org/TR/WCAG21/#bypass-blocks">https://www.w3.org/TR/WCAG21/#bypass-blocks</a></li>
393+
<li><a href="https://www.w3.org/TR/WCAG22/#bypass-blocks">https://www.w3.org/TR/WCAG22/#bypass-blocks</a></li>
394394
</ul>
395395
<h3>Selector</h3>
396396
<div class="pre"><pre><code class="css language-css" data-language="CSS">[role=<span class="token string">"main"</span>] ~ [role=<span class="token string">"main"</span>]<span class="token punctuation">,</span>
@@ -412,7 +412,7 @@ <h3>Description</h3>
412412
<h3>References</h3>
413413
<ul>
414414
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#12.6">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#12.6</a></li>
415-
<li><a href="https://www.w3.org/TR/WCAG21/#bypass-blocks">https://www.w3.org/TR/WCAG21/#bypass-blocks</a></li>
415+
<li><a href="https://www.w3.org/TR/WCAG22/#bypass-blocks">https://www.w3.org/TR/WCAG22/#bypass-blocks</a></li>
416416
</ul>
417417
<h3>Selector</h3>
418418
<div class="pre"><pre><code class="css language-css" data-language="CSS">[id*=<span class="token string">"search"</span>]<span class="token punctuation">:</span><span class="token function">not</span><span class="token punctuation">(</span>[role=<span class="token string">"search"</span>]<span class="token punctuation">)</span><span class="token punctuation">,</span>
@@ -436,7 +436,7 @@ <h3>Description</h3>
436436
<h3>References</h3>
437437
<ul>
438438
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#11.10">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#11.10</a></li>
439-
<li><a href="https://www.w3.org/TR/WCAG21/#labels-or-instructions">https://www.w3.org/TR/WCAG21/#labels-or-instructions</a></li>
439+
<li><a href="https://www.w3.org/TR/WCAG22/#labels-or-instructions">https://www.w3.org/TR/WCAG22/#labels-or-instructions</a></li>
440440
</ul>
441441
<h3>Selector</h3>
442442
<div class="pre"><pre><code class="css language-css" data-language="CSS">[required]<span class="token punctuation">,</span>
@@ -460,7 +460,7 @@ <h3>Description</h3>
460460
<h3>References</h3>
461461
<ul>
462462
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#10.8">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#10.8</a></li>
463-
<li><a href="https://www.w3.org/TR/WCAG21/#name-role-value">https://www.w3.org/TR/WCAG21/#name-role-value</a></li>
463+
<li><a href="https://www.w3.org/TR/WCAG22/#name-role-value">https://www.w3.org/TR/WCAG22/#name-role-value</a></li>
464464
</ul>
465465
<h3>Selector</h3>
466466
<div class="pre"><pre><code class="css language-css" data-language="CSS">[hidden]<span class="token punctuation">:</span><span class="token function">not</span><span class="token punctuation">(</span><span class="token punctuation">:</span>empty<span class="token punctuation">)</span><span class="token punctuation">,</span>
@@ -490,10 +490,10 @@ <h3>Description</h3>
490490
<h3>References</h3>
491491
<ul>
492492
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#4.1">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#4.1</a></li>
493-
<li><a href="https://www.w3.org/TR/WCAG21/#audio-only-and-video-only-prerecorded">https://www.w3.org/TR/WCAG21/#audio-only-and-video-only-prerecorded</a></li>
494-
<li><a href="https://www.w3.org/TR/WCAG21/#audio-description-or-media-alternative-prerecorded">https://www.w3.org/TR/WCAG21/#audio-description-or-media-alternative-prerecorded</a></li>
493+
<li><a href="https://www.w3.org/TR/WCAG22/#audio-only-and-video-only-prerecorded">https://www.w3.org/TR/WCAG22/#audio-only-and-video-only-prerecorded</a></li>
494+
<li><a href="https://www.w3.org/TR/WCAG22/#audio-description-or-media-alternative-prerecorded">https://www.w3.org/TR/WCAG22/#audio-description-or-media-alternative-prerecorded</a></li>
495495
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#4.13">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#4.13</a></li>
496-
<li><a href="https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded">https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded</a></li>
496+
<li><a href="https://www.w3.org/TR/WCAG22/#media-alternative-prerecorded">https://www.w3.org/TR/WCAG22/#media-alternative-prerecorded</a></li>
497497
</ul>
498498
<h3>Selector</h3>
499499
<div class="pre"><pre><code class="css language-css" data-language="CSS">video<span class="token punctuation">,</span>
@@ -511,7 +511,7 @@ <h3>Description</h3>
511511
<h3>References</h3>
512512
<ul>
513513
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.3">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.3</a></li>
514-
<li><a href="https://www.w3.org/TR/WCAG21/#non-text-content">https://www.w3.org/TR/WCAG21/#non-text-content</a></li>
514+
<li><a href="https://www.w3.org/TR/WCAG22/#non-text-content">https://www.w3.org/TR/WCAG22/#non-text-content</a></li>
515515
<li><a href="https://www.w3.org/WAI/tutorials/images/decision-tree/">https://www.w3.org/WAI/tutorials/images/decision-tree/</a></li>
516516
<li><a href="https://html.spec.whatwg.org/multipage/images.html#alt">https://html.spec.whatwg.org/multipage/images.html#alt</a></li>
517517
</ul>
@@ -545,8 +545,8 @@ <h3>Description</h3>
545545
<h3>References</h3>
546546
<ul>
547547
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#5.7">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#5.7</a></li>
548-
<li><a href="https://www.w3.org/TR/WCAG21/#info-and-relationships">https://www.w3.org/TR/WCAG21/#info-and-relationships</a></li>
549-
<li><a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H63">https://www.w3.org/WAI/WCAG21/Techniques/html/H63</a></li>
548+
<li><a href="https://www.w3.org/TR/WCAG22/#info-and-relationships">https://www.w3.org/TR/WCAG22/#info-and-relationships</a></li>
549+
<li><a href="https://www.w3.org/WAI/WCAG22/Techniques/html/H63">https://www.w3.org/WAI/WCAG22/Techniques/html/H63</a></li>
550550
</ul>
551551
<h3>Selector</h3>
552552
<div class="pre"><pre><code class="css language-css" data-language="CSS">th[scope]
@@ -599,7 +599,7 @@ <h3>Description</h3>
599599
<h3>References</h3>
600600
<ul>
601601
<li><a href="https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#5.3">https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#5.3</a></li>
602-
<li><a href="https://www.w3.org/TR/WCAG21/#meaningful-sequence">https://www.w3.org/TR/WCAG21/#meaningful-sequence</a></li>
602+
<li><a href="https://www.w3.org/TR/WCAG22/#meaningful-sequence">https://www.w3.org/TR/WCAG22/#meaningful-sequence</a></li>
603603
</ul>
604604
<h3>Selector</h3>
605605
<div class="pre"><pre><code class="css language-css" data-language="CSS">table[role=<span class="token string">"presentation"</span>]
@@ -687,11 +687,11 @@ <h3>Test</h3>
687687
</a>
688688
</p>
689689
<div>
690-
<p>® 2014 —&nbsp;2023 <strong>Gaël Poupard</strong></p>
690+
<p>® 2014 —&nbsp;2024 <strong>Gaël Poupard</strong></p>
691691
<p>This project is distributed under license <a href="https://opensource.org/license/mit/">MIT</a> and <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. <a href="#skip-links">Back to top</a></p>
692692
</div>
693693
</footer>
694694

695-
<script src="./static/docs.js?v=1690620346336"></script>
695+
<script src="./static/docs.js?v=1730752805788"></script>
696696
</body>
697697
</html>

docs/docs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="description"
88
content="This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.">
9-
<link rel="stylesheet" href="./static/docs.css?v=1690620346342">
9+
<link rel="stylesheet" href="./static/docs.css?v=1730752805791">
1010
<link rel="shortcut icon" href="https://ffoodd.github.io/a11y.css/static/favicon.ico">
1111
<link rel="preload" href="./static/fonts/firasans-book.woff2" as="font" type="font/woff2" crossorigin="anonymous">
1212
<link rel="stylesheet" href="./static/css/a11y-light.min.css">
@@ -1160,11 +1160,11 @@ <h5>References</h5>
11601160
</a>
11611161
</p>
11621162
<div>
1163-
<p>® 2014 —&nbsp;2023 <strong>Gaël Poupard</strong></p>
1163+
<p>® 2014 —&nbsp;2024 <strong>Gaël Poupard</strong></p>
11641164
<p>This project is distributed under license <a href="https://opensource.org/license/mit/">MIT</a> and <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. <a href="#skip-links">Back to top</a></p>
11651165
</div>
11661166
</footer>
11671167

1168-
<script src="./static/docs.js?v=1690620346343"></script>
1168+
<script src="./static/docs.js?v=1730752805792"></script>
11691169
</body>
11701170
</html>

0 commit comments

Comments
 (0)