Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/rules/css-orientation-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"wcag21aa",
"EN-301-549",
"EN-9.1.3.4",
"a11y-engine",
"a11y-engine-experimental",
"RGAAv4",
"RGAA-13.9.1",
"experimental"
"medium-accuracy"
],
"actIds": ["b33eff"],
"metadata": {
Expand Down
4 changes: 3 additions & 1 deletion lib/rules/focus-order-semantics.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"best-practice",
"RGAAv4",
"RGAA-12.8.1",
"experimental"
"a11y-engine",
"a11y-engine-experimental",
"medium-accuracy"
],
"metadata": {
"description": "Ensure elements in the focus order have a role appropriate for interactive content",
Expand Down
9 changes: 8 additions & 1 deletion lib/rules/hidden-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"impact": "minor",
"selector": "*",
"excludeHidden": false,
"tags": ["cat.structure", "best-practice", "experimental", "review-item"],
"tags": [
"cat.structure",
"best-practice",
"review-item",
"a11y-engine",
"a11y-engine-experimental",
"medium-accuracy"
],
"metadata": {
"description": "Inform users about hidden content.",
"help": "Hidden content on the page should be analyzed"
Expand Down
6 changes: 4 additions & 2 deletions lib/rules/table-fake-caption.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"matches": "data-table-matches",
"tags": [
"cat.tables",
"experimental",
"wcag2a",
"wcag131",
"section508",
"section508.22.g",
"EN-301-549",
"EN-9.1.3.1",
"RGAAv4",
"RGAA-5.4.1"
"RGAA-5.4.1",
"a11y-engine",
"a11y-engine-experimental",
"medium-accuracy"
],
"metadata": {
"description": "Ensure that tables with a caption use the <caption> element.",
Expand Down
6 changes: 4 additions & 2 deletions lib/rules/td-has-header.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"matches": "data-table-large-matches",
"tags": [
"cat.tables",
"experimental",
"wcag2a",
"wcag131",
"section508",
Expand All @@ -15,7 +14,10 @@
"EN-301-549",
"EN-9.1.3.1",
"RGAAv4",
"RGAA-5.7.4"
"RGAA-5.7.4",
"a11y-engine",
"a11y-engine-experimental",
"medium-accuracy"
],
"metadata": {
"description": "Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",
Expand Down
Loading