Skip to content

Commit e27c36a

Browse files
authored
Appendix: Add final revisions to change log (pull #2146)
1 parent f9441af commit e27c36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aria-practices.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7182,8 +7182,9 @@ <h3>Changes in November 2021 Publication of Version 1.2</h3>
71827182
<li>Revised the combobox pattern and 4 combobox examples to reflect the ARIA 1.2 revisions to combobox.</li>
71837183
<li>Added example illustrating changes in ARIA 1.2 that enable creation of custom select-only comboboxes, which are similar to HTML select elements. This replaces the Collapsible Listbox example, which is now deprecated.</li>
71847184
<li>Added a design pattern and example implementation of the meter role, which is new in ARIA 1.2.</li>
7185-
<li>Added a new listbox example that illustrates new ARIA 1.2 support for named groups of options in a listbox.</li>
7185+
<li>Revised the listbox pattern to specify how to utilize the new ARIA 1.2 support for named groups of options and Added a new listbox example to demonstrate the named option group feature.</li>
71867186
<li>Revised the editor menubar example to illustrate new ARIA 1.2 support for named groups of items in a menu.</li>
7187+
<li>Updated the listbox and tree patterns to reflect current browser processing of aria-selected and provided guidance regarding the use of aria-checked to communicate selection.</li>
71877188
<li>Added a button example that illustrates use of the new ARIA 1.2 IDL interface.</li>
71887189
<li>Added example of a sortable table.</li>
71897190
<li>Added a switch design pattern and three example implementations: one made from a div element, one based on HTML button, and one that uses HTML checkbox input.</li>

0 commit comments

Comments
 (0)