-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add title reference field to each test plan
- Loading branch information
Showing
14 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
title,Checkbox Example (Tri State) | ||
reference,reference/checkbox-tri-state.html | ||
example,https://w3c.github.io/aria-practices/examples/checkbox/checkbox-2/checkbox-2.html | ||
checkbox,https://w3c.github.io/aria/#checkbox | ||
aria-checked,https://w3c.github.io/aria/#aria-checked | ||
aria-checked,https://w3c.github.io/aria/#aria-checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
title,Combobox with Both List and Inline Autocomplete Example | ||
reference,reference/2020-12-11_16649/combobox-autocomplete-both.html | ||
designPattern,https://w3c.github.io/aria-practices/#combobox | ||
example,https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-both.html | ||
|
@@ -12,4 +13,4 @@ aria-autocomplete,https://w3c.github.io/aria/#aria-autocomplete | |
aria-controls,https://w3c.github.io/aria/#aria-controls | ||
aria-label,https://w3c.github.io/aria/#aria-label | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded | ||
aria-selected,https://w3c.github.io/aria/#aria-selected | ||
aria-selected,https://w3c.github.io/aria/#aria-selected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
title,Select Only Combobox Example | ||
reference,reference/combobox-select-only.html | ||
example,https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html | ||
combobox,https://w3c.github.io/aria-practices/#combobox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Command Button Example | ||
reference,reference/2021-3-29_132754/button.html | ||
designPattern,https://w3c.github.io/aria-practices/#button | ||
example,https://w3c.github.io/aria-practices/examples/button/button.html | ||
button,https://w3c.github.io/aria/#button | ||
button,https://w3c.github.io/aria/#button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
title,Disclosure of Answers to Frequently Asked Questions Example | ||
reference,reference/2020-12-3_11559/disclosure-faq.html | ||
designPattern,https://w3c.github.io/aria-practices/#disclosure | ||
example,https://w3c.github.io/aria-practices/examples/disclosure/disclosure-faq.html | ||
button,https://w3c.github.io/aria/#button | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
title,Disclosure Navigation Menu Example | ||
reference,reference/disclosure-navigation.html | ||
example,https://w3c.github.io/aria-practices/examples/disclosure/disclosure-navigation.html | ||
button,https://w3c.github.io/aria/#button | ||
region,https://w3c.github.io/aria/#region | ||
aria-label,https://w3c.github.io/aria/#aria-label | ||
aria-current,https://w3c.github.io/aria/#aria-current | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Action Menu Button Example Using aria-activedescendant | ||
reference,reference/2021-1-14_171136/menu-button-actions-active-descendant.html | ||
designPattern,https://w3c.github.io/aria-practices/#menubutton | ||
example,https://w3c.github.io/aria-practices/examples/menu-button/menu-button-actions-active-descendant.html | ||
|
@@ -10,4 +11,4 @@ aria-haspopup,https://w3c.github.io/aria/#aria-haspopup | |
aria-controls,https://w3c.github.io/aria/#aria-controls | ||
aria-activedescendant,https://w3c.github.io/aria/#aria-activedescendant | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Action Menu Button Example | ||
reference,reference/2021-1-14_12348/menu-button-actions.html | ||
designPattern,https://w3c.github.io/aria-practices/#menubutton | ||
example,https://w3c.github.io/aria-practices/examples/menu-button/menu-button-actions.html | ||
|
@@ -9,4 +10,4 @@ menuitem,https://w3c.github.io/aria/#menuitem | |
aria-haspopup,https://w3c.github.io/aria/#aria-haspopup | ||
aria-controls,https://w3c.github.io/aria/#aria-controls | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded | ||
aria-expanded,https://w3c.github.io/aria/#aria-expanded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Data Grid Example | ||
reference,reference/2021-3-8_151542/dataGrids.html | ||
designPattern,https://w3c.github.io/aria-practices/#grid | ||
example,https://w3c.github.io/aria-practices/examples/grid/dataGrids.html | ||
grid,https://w3c.github.io/aria/#grid | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
refId,value | ||
author,James Scholes | ||
authorEmail,[email protected] | ||
action,Modal Dialog Example | ||
reference,reference/2020-12-17_13353/dialog.html | ||
designPattern,https://w3c.github.io/aria-practices/#dialog_modal | ||
example,https://w3c.github.io/aria-practices/examples/dialog-modal/dialog.html | ||
dialog,https://w3c.github.io/aria/#dialog | ||
aria-modal,https://w3c.github.io/aria/#aria-modal | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-describedby,https://w3c.github.io/aria/#aria-describedby | ||
aria-describedby,https://w3c.github.io/aria/#aria-describedby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Radio Group Example Using aria-activedescendant | ||
reference,reference/2021-3-17_161413/radio-activedescendant.html | ||
designPattern,https://w3c.github.io/aria-practices/#radiobutton | ||
example,https://w3c.github.io/aria-practices/examples/radio/radio-activedescendant.html | ||
radiogroup,https://w3c.github.io/aria/#radiogroup | ||
radio,https://w3c.github.io/aria/#radio | ||
aria-activedescendant,https://w3c.github.io/aria/#aria-activedescendant | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-checked,https://w3c.github.io/aria/#aria-checked | ||
aria-checked,https://w3c.github.io/aria/#aria-checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Radio Group Example Using Roving tabindex | ||
reference,reference/2021-3-15_144141/radio.html | ||
designPattern,https://w3c.github.io/aria-practices/#radiobutton | ||
example,https://w3c.github.io/aria-practices/examples/radio/radio.html | ||
radiogroup,https://w3c.github.io/aria/#radiogroup | ||
radio,https://w3c.github.io/aria/#radio | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-checked,https://w3c.github.io/aria/#aria-checked | ||
aria-checked,https://w3c.github.io/aria/#aria-checked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Tabs with Manual Activation | ||
reference,reference/2021-2-15_124757/tabs.html | ||
designPattern,https://w3c.github.io/aria-practices/#tabpanel | ||
example,https://w3c.github.io/aria-practices/examples/tabs/tabs-2/tabs.html | ||
|
@@ -10,4 +11,4 @@ tabpanel,https://w3c.github.io/aria/#tabpanel | |
aria-label,https://w3c.github.io/aria/#aria-label | ||
aria-labelledby,https://w3c.github.io/aria/#aria-labelledby | ||
aria-controls,https://w3c.github.io/aria/#aria-controls | ||
aria-selected,https://w3c.github.io/aria/#aria-selected | ||
aria-selected,https://w3c.github.io/aria/#aria-selected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
refId,value | ||
author,Isabel Del Castillo | ||
authorEmail,[email protected] | ||
title,Toggle Button with aria-pressed | ||
reference,reference/2021-3-29_145942/button.html | ||
designPattern,https://w3c.github.io/aria-practices/#button | ||
example,https://w3c.github.io/aria-practices/examples/button/button.html | ||
button,https://w3c.github.io/aria/#button | ||
aria-pressed,https://w3c.github.io/aria/#aria-pressed | ||
aria-pressed,https://w3c.github.io/aria/#aria-pressed |