Skip to content

Commit

Permalink
ACT rules update from w3c/wcag-act-rules@ecd60b7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2023
1 parent da4aad7 commit cf3d2fb
Showing 1 changed file with 66 additions and 66 deletions.
132 changes: 66 additions & 66 deletions guidelines/act-mapping.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"act-rules": [
{
"title": "ARIA attribute is defined in WAI-ARIA",
"permalink": "/standards-guidelines/act/rules/5f99a7/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [],
"deprecated": false,
"proposed": false
},
{
"title": "ARIA state or property has valid value",
"permalink": "/standards-guidelines/act/rules/6a7281/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [],
"deprecated": false,
"proposed": false
},
{
"title": "Autocomplete attribute has valid value",
"permalink": "/standards-guidelines/act/rules/73f2c2/",
Expand Down Expand Up @@ -92,6 +114,17 @@
"deprecated": false,
"proposed": false
},
{
"title": "HTML images contain no text",
"permalink": "/standards-guidelines/act/rules/0va7u6/",
"successCriteria": [
"images-of-text",
"images-of-text-no-exception"
],
"wcagTechniques": [],
"deprecated": false,
"proposed": false
},
{
"title": "HTML page has lang attribute",
"permalink": "/standards-guidelines/act/rules/b5c3f8/",
Expand All @@ -117,16 +150,6 @@
"deprecated": false,
"proposed": false
},
{
"title": "HTML page lang and xml:lang attributes have matching values",
"permalink": "/standards-guidelines/act/rules/5b7ae0/",
"successCriteria": [
"language-of-page"
],
"wcagTechniques": [],
"deprecated": true,
"proposed": false
},
{
"title": "HTML page lang attribute has valid language tag",
"permalink": "/standards-guidelines/act/rules/bf051a/",
Expand Down Expand Up @@ -274,6 +297,21 @@
"deprecated": false,
"proposed": false
},
{
"title": "Meta element has no refresh delay (no exception)",
"permalink": "/standards-guidelines/act/rules/bisz58/",
"successCriteria": [
"interruptions",
"change-on-request",
"timing-adjustable"
],
"wcagTechniques": [
"G110",
"H76"
],
"deprecated": false,
"proposed": false
},
{
"title": "Meta viewport allows for zoom",
"permalink": "/standards-guidelines/act/rules/b4f0c3/",
Expand All @@ -295,6 +333,20 @@
"deprecated": false,
"proposed": false
},
{
"title": "Role attribute has valid value",
"permalink": "/standards-guidelines/act/rules/674b10/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [
"ARIA4",
"G108"
],
"deprecated": false,
"proposed": false
},
{
"title": "Scrollable content can be reached with sequential focus navigation",
"permalink": "/standards-guidelines/act/rules/0ssw9k/",
Expand Down Expand Up @@ -343,17 +395,6 @@
"deprecated": false,
"proposed": false
},
{
"title": "ARIA attribute is defined in WAI-ARIA",
"permalink": "/standards-guidelines/act/rules/5f99a7/proposed/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [],
"deprecated": false,
"proposed": true
},
{
"title": "ARIA required context role",
"permalink": "/standards-guidelines/act/rules/ff89c9/proposed/",
Expand Down Expand Up @@ -385,17 +426,6 @@
"deprecated": false,
"proposed": true
},
{
"title": "ARIA state or property has valid value",
"permalink": "/standards-guidelines/act/rules/6a7281/proposed/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [],
"deprecated": false,
"proposed": true
},
{
"title": "ARIA state or property is permitted",
"permalink": "/standards-guidelines/act/rules/5c01ea/proposed/",
Expand Down Expand Up @@ -677,14 +707,13 @@
"proposed": true
},
{
"title": "HTML images contain no text",
"permalink": "/standards-guidelines/act/rules/0va7u6/proposed/",
"title": "HTML page lang and xml:lang attributes have matching values",
"permalink": "/standards-guidelines/act/rules/5b7ae0/",
"successCriteria": [
"images-of-text",
"images-of-text-no-exception"
"language-of-page"
],
"wcagTechniques": [],
"deprecated": false,
"deprecated": true,
"proposed": true
},
{
Expand Down Expand Up @@ -796,21 +825,6 @@
"deprecated": false,
"proposed": true
},
{
"title": "Meta element has no refresh delay (no exception)",
"permalink": "/standards-guidelines/act/rules/bisz58/proposed/",
"successCriteria": [
"interruptions",
"change-on-request",
"timing-adjustable"
],
"wcagTechniques": [
"G110",
"H76"
],
"deprecated": false,
"proposed": true
},
{
"title": "No keyboard shortcut uses only printable characters",
"permalink": "/standards-guidelines/act/rules/ffbc54/proposed/",
Expand All @@ -831,20 +845,6 @@
"deprecated": false,
"proposed": true
},
{
"title": "Role attribute has valid value",
"permalink": "/standards-guidelines/act/rules/674b10/proposed/",
"successCriteria": [
"info-and-relationships",
"name-role-value"
],
"wcagTechniques": [
"ARIA4",
"G108"
],
"deprecated": false,
"proposed": true
},
{
"title": "Table header cell has assigned cells",
"permalink": "/standards-guidelines/act/rules/d0f69e/proposed/",
Expand Down

0 comments on commit cf3d2fb

Please sign in to comment.