Skip to content

Commit 3ca2d3f

Browse files
author
github-actions
committed
ACT rules update from w3c/wcag-act-rules@72efd6d
1 parent dc61084 commit 3ca2d3f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

guidelines/act-mapping.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,41 @@
15981598
}
15991599
}
16001600
},
1601+
{
1602+
"title": "Summary element has non-empty accessible name",
1603+
"permalink": "/standards-guidelines/act/rules/2t702h/",
1604+
"successCriteria": [
1605+
"name-role-value"
1606+
],
1607+
"wcagTechniques": [],
1608+
"deprecated": false,
1609+
"proposed": false,
1610+
"frontmatter": {
1611+
"id": "2t702h",
1612+
"name": "Summary element has non-empty accessible name",
1613+
"rules_format": 1.1,
1614+
"rule_type": "atomic",
1615+
"description": "This rule checks that each `summary` element has a non-empty accessible name.\n",
1616+
"accessibility_requirements": {
1617+
"wcag20:4.1.2": {
1618+
"forConformance": true,
1619+
"failed": "not satisfied",
1620+
"passed": "further testing needed",
1621+
"inapplicable": "further testing needed"
1622+
}
1623+
},
1624+
"input_aspects": [
1625+
"Accessibility Tree",
1626+
"DOM Tree",
1627+
"CSS Styling"
1628+
],
1629+
"acknowledgments": {
1630+
"authors": [
1631+
"Wilco Fiers"
1632+
]
1633+
}
1634+
}
1635+
},
16011636
{
16021637
"title": "SVG element with explicit role has non-empty accessible name",
16031638
"permalink": "/standards-guidelines/act/rules/7d6734/",
@@ -3589,41 +3624,6 @@
35893624
}
35903625
}
35913626
},
3592-
{
3593-
"title": "Summary element has non-empty accessible name",
3594-
"permalink": "/standards-guidelines/act/rules/2t702h/proposed/",
3595-
"successCriteria": [
3596-
"name-role-value"
3597-
],
3598-
"wcagTechniques": [],
3599-
"deprecated": false,
3600-
"proposed": true,
3601-
"frontmatter": {
3602-
"id": "2t702h",
3603-
"name": "Summary element has non-empty accessible name",
3604-
"rules_format": 1.1,
3605-
"rule_type": "atomic",
3606-
"description": "This rule checks that each `summary` element has a non-empty accessible name.\n",
3607-
"accessibility_requirements": {
3608-
"wcag20:4.1.2": {
3609-
"forConformance": true,
3610-
"failed": "not satisfied",
3611-
"passed": "further testing needed",
3612-
"inapplicable": "further testing needed"
3613-
}
3614-
},
3615-
"input_aspects": [
3616-
"Accessibility Tree",
3617-
"DOM Tree",
3618-
"CSS Styling"
3619-
],
3620-
"acknowledgments": {
3621-
"authors": [
3622-
"Wilco Fiers"
3623-
]
3624-
}
3625-
}
3626-
},
36273627
{
36283628
"title": "Table header cell has assigned cells",
36293629
"permalink": "/standards-guidelines/act/rules/d0f69e/proposed/",

0 commit comments

Comments
 (0)