diff --git a/aria-practices.html b/aria-practices.html index 87fd9781b5..244efd68a5 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -414,7 +414,7 @@
true
.menu
or true
.The types of actions performed by buttons are distinctly different from the function of a link (see link pattern). @@ -1918,7 +1918,7 @@
menu
element is contained in or owned by it's parent menuitem.
- true
.menu
or true
.false
when its child menu is not visible and set to true
when the child menu is visible.
(See note below regarding HTML validation.)
@@ -1990,7 +1990,7 @@ button
has aria-haspopup set to true
.button
has aria-haspopup set to either menu
or true
.button
has
aria-expanded
@@ -2413,7 +2413,7 @@ tab
has the property aria-controls referring to its associated tabpanel
element.tab
element has the state aria-selected set to true
and all other tab
elements have it set to false
.tabpanel
has the property aria-labelledby referring to its associated tab
element. tab
element has a pop-up menu, it has the property aria-haspopup set to true
. tab
element has a pop-up menu, it has the property aria-haspopup set to either menu
or true
. tablist
element is vertically oriented, it has the property aria-orientation set to vertical
.
The default value of aria-orientation
for a tablist
element is horizontal
.