Skip to content
Snippets Groups Projects
Unverified Commit 870a945a authored by Thomas Mortagne's avatar Thomas Mortagne Committed by GitHub
Browse files

Merge pull request #3151 from Sereza7/Misc-WCAGRuleUpdate31052024

parents 73ecce61 4a8f34d2
No related branches found
No related tags found
Loading
...@@ -70,8 +70,7 @@ public class WCAGContext ...@@ -70,8 +70,7 @@ public class WCAGContext
// WCAG 2.0 Level A & AA Rules // WCAG 2.0 Level A & AA Rules
entry("area-alt", true), entry("area-alt", true),
// Set to true once the build doesn't fail this rule anymore entry("aria-allowed-attr", true),
entry("aria-allowed-attr", false),
entry("aria-command-name", true), entry("aria-command-name", true),
entry("aria-hidden-body", true), entry("aria-hidden-body", true),
entry("aria-hidden-focus", true), entry("aria-hidden-focus", true),
...@@ -106,8 +105,7 @@ public class WCAGContext ...@@ -106,8 +105,7 @@ public class WCAGContext
entry("html-has-lang", true), entry("html-has-lang", true),
entry("html-lang-valid", true), entry("html-lang-valid", true),
entry("html-xml-lang-mismatch", true), entry("html-xml-lang-mismatch", true),
// Set to true once the build doesn't fail this rule anymore entry("image-alt", true),
entry("image-alt", false),
entry("input-button-name", true), entry("input-button-name", true),
entry("input-image-alt", true), entry("input-image-alt", true),
// Set to true once the build doesn't fail this rule anymore // Set to true once the build doesn't fail this rule anymore
...@@ -126,8 +124,7 @@ public class WCAGContext ...@@ -126,8 +124,7 @@ public class WCAGContext
entry("role-img-alt", true), entry("role-img-alt", true),
// Set to true once the build doesn't fail this rule anymore // Set to true once the build doesn't fail this rule anymore
entry("scrollable-region-focusable", false), entry("scrollable-region-focusable", false),
// Set to true once the build doesn't fail this rule anymore entry("select-name", true),
entry("select-name", false),
entry("server-side-image-map", true), entry("server-side-image-map", true),
entry("svg-img-alt", true), entry("svg-img-alt", true),
entry("td-headers-attr", true), entry("td-headers-attr", true),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment