Skip to content

Commit 7289ac1

Browse files
committed
Editorial changes to assertions.csv to convey state of the checkbox
1 parent 7cdc84d commit 7289ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/checkbox/data/assertions.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ nameLettuce,1,"Name of the checkbox, 'Lettuce', is conveyed","convey name of the
33
roleCheckbox,1,Role 'checkbox' is conveyed,convey role 'checkbox',checkbox
44
stateChangeToNotChecked,1,"Change in state, to 'not checked', is conveyed","convey change in state, to 'not checked'",aria-checked
55
stateChangeToChecked,1,"Change in state, to 'checked', is conveyed","convey change in state, to 'checked'",aria-checked
6-
stateNotChecked,1,State 'not checked' is conveyed,convey state 'not checked',aria-checked
7-
stateChecked,1,State 'checked' is conveyed,convey state 'checked',aria-checked
6+
stateNotChecked,1,"State of the checkbox, 'not checked', is conveyed","convey state of the checkbox, 'not checked'",aria-checked
7+
stateChecked,1,"State of the checkbox, 'checked', is conveyed","convey state of the checkbox, 'checked'",aria-checked
88
listBoundary,3,List boundary is conveyed,convey list boundary,list
99
roleGroup,2,Role 'group' is conveyed,convey role 'group',group
1010
nameSandwichCondiments,1,"Name of the group, 'Sandwich Condiments', is conveyed","convey name of the group, 'Sandwich Condiments'",aria-labelledby

0 commit comments

Comments
 (0)