diff --git a/index.html b/index.html index 2c510e386..f61e59520 100644 --- a/index.html +++ b/index.html @@ -4688,8 +4688,8 @@

Definition of Roles

The listview role does not assume any particular form of visual presentation. - A listview may scroll in any direction as users move focus. - Items may be arranged in a single column, a single row, or in multiple columns or rows. + A listview can scroll in any direction as users move focus. + Items can be arranged in a single column, a single row, or in multiple columns or rows. Authors SHOULD indicate whether the order of the collection is presented horizontally or vertically with aria-orientation. For example, if a set of twenty cards is presented in a vertical list that is wrapped into five columns that contain four cards, authors SHOULD set aria-orientation to vertical. This would inform assistive technology users that moving focus with the down arrow key would move focus from the first card to the second card whereas pressing the right arrow key (if supported) would move focus from the first card to the fifth card. @@ -4750,7 +4750,7 @@

Definition of Roles

@@ -4801,7 +4801,7 @@

Definition of Roles

A listviewitem element can contain a nested collection of listviewitem elements. A nested collection of listviewitem elements is enclosed in an element with the group role. - Authors may enable users to control the visibility and focusability of a nested collection, i.e., make it expandable and collapsable. + Authors can enable users to control the visibility and focusability of a nested collection, i.e., make it expandable and collapsable. If the nested group of listviewitem elements can be expanded and collapsed, authors MUST specify a value for aria-expanded on the listviewitem

Authors MUST ensure [=elements=] with role listviewitem are accessibility children of an element with role listview or an element with role group that is the accessibility child of an element with role listviewitem.