Skip to content

Commit d465305

Browse files
authored
Disclosure Navigation Menu Example: Correct inaccurate ARIA spec references(pull #1324)
* Update refIds in assertions.csv and references.csv for consistency with other test plans. * Correct value of reference to the ul element
1 parent e532036 commit d465305

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/disclosure-navigation/data/assertions.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
assertionId,priority,assertionStatement,assertionPhrase,refIds
2-
listBoundary,3,List boundary is conveyed,convey list boundary,list
2+
listBoundary,3,List boundary is conveyed,convey list boundary,ul
33
nameAbout,1,"Name of the button, 'About', is conveyed","convey name of the button, 'About'",button
44
nameAcademics,1,"Name of the button, 'Academics', is conveyed","convey name of the button, 'Academics'",button
55
nameAdmissions,1,"Name of the button, 'Admissions', is conveyed","convey name of the button, 'Admissions'",button
6-
nameCampusTours,1,"Name of the link, 'Campus Tours', is conveyed","convey name of the link, 'Campus Tours'",link
6+
nameCampusTours,1,"Name of the link, 'Campus Tours', is conveyed","convey name of the link, 'Campus Tours'",htmlLink
77
nameMythicalUniversity,1,"Name of the navigation region, 'Mythical University', is conveyed","convey name of the navigation region, 'Mythical University'",aria-label
88
nameMythicalUniversitySamplePageContent,1,"Name of the region, 'Mythical University sample page content', is conveyed","convey name of the region, 'Mythical University sample page content'",aria-label
9-
nameOverview,1,"Name of the link, 'Overview', is conveyed","convey name of the link, 'Overview'",link
9+
nameOverview,1,"Name of the link, 'Overview', is conveyed","convey name of the link, 'Overview'",htmlLink
1010
roleButton,1,Role 'button' is conveyed,convey role 'button',button
11-
roleLink,1,Role 'link' is conveyed,convey role 'link',link
11+
roleLink,1,Role 'link' is conveyed,convey role 'link',htmlLink
1212
roleNavigationLandmark,1,Role 'navigation landmark' is conveyed,convey role 'navigation landmark',nav
1313
roleRegion,1,Role 'Region' is conveyed,convey role 'Region',region
1414
stateChangeToCollapsed,1,"Change in state, to 'collapsed', is conveyed","convey change in state, to 'collapsed'",aria-expanded

tests/disclosure-navigation/data/references.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ reference,metadata,reference/2022-9-9_13844/disclosure-navigation.html,Test Case
66
example,metadata,https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-navigation/,APG Example: Disclosure Navigation Menu
77
button,htmlAam,button,button
88
heading,htmlAam,heading,heading
9-
list,htmlAam,list,list
10-
link,htmlAam,a,anchor
9+
ul,htmlAam,ul,ul
10+
htmlLink,htmlAam,a,a (hyperlink)
1111
nav,htmlAam,nav,nav
1212
region,aria,region,region
1313
aria-label,aria,aria-label,aria-label

0 commit comments

Comments
 (0)