Skip to content

Commit fe17605

Browse files
author
github-actions
committed
ACT rules update from w3c/wcag-act-rules@7531439
1 parent a766cf8 commit fe17605

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

guidelines/act-mapping.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,59 @@
364364
}
365365
}
366366
},
367+
{
368+
"title": "Element with role attribute has required states and properties",
369+
"permalink": "/standards-guidelines/act/rules/4e8ab6/",
370+
"successCriteria": [
371+
"info-and-relationships",
372+
"name-role-value"
373+
],
374+
"wcagTechniques": [
375+
"ARIA5"
376+
],
377+
"deprecated": false,
378+
"proposed": false,
379+
"frontmatter": {
380+
"id": "4e8ab6",
381+
"name": "Element with role attribute has required states and properties",
382+
"rules_format": 1.1,
383+
"rule_type": "atomic",
384+
"description": "This rule checks that elements that have an explicit role also specify all required states and properties.\n",
385+
"accessibility_requirements": {
386+
"wcag-technique:ARIA5": {
387+
"forConformance": false,
388+
"failed": "not satisfied",
389+
"passed": "further testing needed",
390+
"inapplicable": "further testing needed"
391+
},
392+
"aria12:requiredState": {
393+
"title": "ARIA 1.2, 5.2.2 Required States and Properties",
394+
"forConformance": true,
395+
"failed": "not satisfied",
396+
"passed": "satisfied",
397+
"inapplicable": "satisfied"
398+
},
399+
"wcag20:1.3.1": {
400+
"secondary": "This success criterion is **less strict** than this rule. This is because browsers and assistive technologies will often fall back on a non-standard default value, which may be sufficient. Some of the failed examples may satisfy this success criterion."
401+
},
402+
"wcag20:4.1.2": {
403+
"secondary": "This success criterion is **less strict** than this rule. This is because browsers and assistive technologies will often fall back on a non-standard default value, which may be sufficient. Some of the failed examples may satisfy this success criterion."
404+
}
405+
},
406+
"input_aspects": [
407+
"DOM Tree"
408+
],
409+
"acknowledgments": {
410+
"authors": [
411+
"Anne Thyme Nørregaard",
412+
"Tom Brunet"
413+
],
414+
"funding": [
415+
"WAI-Tools"
416+
]
417+
}
418+
}
419+
},
367420
{
368421
"title": "Form field has non-empty accessible name",
369422
"permalink": "/standards-guidelines/act/rules/e086e5/",
@@ -2644,59 +2697,6 @@
26442697
}
26452698
}
26462699
},
2647-
{
2648-
"title": "Element with role attribute has required states and properties",
2649-
"permalink": "/standards-guidelines/act/rules/4e8ab6/proposed/",
2650-
"successCriteria": [
2651-
"info-and-relationships",
2652-
"name-role-value"
2653-
],
2654-
"wcagTechniques": [
2655-
"ARIA5"
2656-
],
2657-
"deprecated": false,
2658-
"proposed": true,
2659-
"frontmatter": {
2660-
"id": "4e8ab6",
2661-
"name": "Element with role attribute has required states and properties",
2662-
"rules_format": 1.1,
2663-
"rule_type": "atomic",
2664-
"description": "This rule checks that elements that have an explicit role also specify all required states and properties.\n",
2665-
"accessibility_requirements": {
2666-
"wcag-technique:ARIA5": {
2667-
"forConformance": false,
2668-
"failed": "not satisfied",
2669-
"passed": "further testing needed",
2670-
"inapplicable": "further testing needed"
2671-
},
2672-
"aria12:requiredState": {
2673-
"title": "ARIA 1.2, 5.2.2 Required States and Properties",
2674-
"forConformance": true,
2675-
"failed": "not satisfied",
2676-
"passed": "satisfied",
2677-
"inapplicable": "satisfied"
2678-
},
2679-
"wcag20:1.3.1": {
2680-
"secondary": "This success criterion is **less strict** than this rule. This is because browsers and assistive technologies will often fall back on a non-standard default value, which may be sufficient. Some of the failed examples may satisfy this success criterion."
2681-
},
2682-
"wcag20:4.1.2": {
2683-
"secondary": "This success criterion is **less strict** than this rule. This is because browsers and assistive technologies will often fall back on a non-standard default value, which may be sufficient. Some of the failed examples may satisfy this success criterion."
2684-
}
2685-
},
2686-
"input_aspects": [
2687-
"DOM Tree"
2688-
],
2689-
"acknowledgments": {
2690-
"authors": [
2691-
"Anne Thyme Nørregaard",
2692-
"Tom Brunet"
2693-
],
2694-
"funding": [
2695-
"WAI-Tools"
2696-
]
2697-
}
2698-
}
2699-
},
27002700
{
27012701
"title": "Error message describes invalid form field value",
27022702
"permalink": "/standards-guidelines/act/rules/36b590/proposed/",

0 commit comments

Comments
 (0)