@accesslint/core 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2765,7 +2765,7 @@ const Wa = {
|
|
|
2765
2765
|
}, _a = {
|
|
2766
2766
|
id: "accesslint-008",
|
|
2767
2767
|
actRuleIds: ["bisz58"],
|
|
2768
|
-
wcag: ["2.2.1"
|
|
2768
|
+
wcag: ["2.2.1"],
|
|
2769
2769
|
level: "A",
|
|
2770
2770
|
description: "Meta refresh must not be used with a delay (no exceptions).",
|
|
2771
2771
|
guidance: "Automatic page refreshes and delayed redirects disorient users. Instant redirects (delay=0) are acceptable, but any positive delay is not. Use server-side redirects instead.",
|
|
@@ -2796,7 +2796,7 @@ const Wa = {
|
|
|
2796
2796
|
}, Ga = {
|
|
2797
2797
|
id: "accesslint-007",
|
|
2798
2798
|
actRuleIds: ["bc659a"],
|
|
2799
|
-
wcag: ["2.2.1"
|
|
2799
|
+
wcag: ["2.2.1"],
|
|
2800
2800
|
level: "A",
|
|
2801
2801
|
description: "Meta refresh must not redirect or refresh automatically.",
|
|
2802
2802
|
guidance: "Automatic page refreshes or redirects can disorient users, especially those using screen readers or with cognitive disabilities. They may lose their place or not have time to read content. If a redirect is needed, use a server-side redirect (HTTP 301/302) instead. For timed refreshes, provide user controls.",
|