|
64 | 64 | the following substantive additions and/or corrections have been proposed:
|
65 | 65 | </p>
|
66 | 66 | <ul>
|
| 67 | + <li> |
| 68 | + <a href="https://github.com/w3c/html-aria/pull/489">4 October 2023 - Addition:</a> |
| 69 | + Update the button element and input type=button,image,reset,submit elements to allow the `separator` role. |
| 70 | + </li> |
67 | 71 | <li>
|
68 | 72 | <a href="https://github.com/w3c/html-aria/pull/453">3 October 2023 - Correction:</a>
|
69 |
| - Update the <a href="#el-img">`img`</a> element allowances to be based on whether the element is named, or not. |
| 73 | + Update the <a href="#el-img">`img`</a> element allowances to be based on if the element has an accessible name or not. |
70 | 74 | </li>
|
71 | 75 | <li>
|
72 | 76 | <a href="https://github.com/w3c/html-aria/pull/462">21 August 2023 - Addition:</a>
|
@@ -885,7 +889,9 @@ <h2 id="docconformance">
|
885 | 889 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
886 | 890 | <a href="#index-aria-option">`option`</a>,
|
887 | 891 | <a href="#index-aria-radio">`radio`</a>,
|
888 |
| - <span class="proposed addition"><a href="#index-aria-slider">`slider`</a></span>, |
| 892 | + <span class="proposed addition"> |
| 893 | + <a href="#index-aria-separator">`separator`</a>, |
| 894 | + <a href="#index-aria-slider">`slider`</a></span>, |
889 | 895 | <a href="#index-aria-switch">`switch`</a>,
|
890 | 896 | <a href="#index-aria-tab">`tab`</a>,
|
891 | 897 | or <span class="proposed addition"><a href="#index-aria-treeitem">`treeitem`</a></span>.
|
@@ -1669,7 +1675,9 @@ <h2 id="docconformance">
|
1669 | 1675 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
1670 | 1676 | <a href="#index-aria-option">`option`</a>,
|
1671 | 1677 | <a href="#index-aria-radio">`radio`</a>,
|
1672 |
| - <span class="proposed addition"><a href="#index-aria-slider">`slider`</a>,</span> |
| 1678 | + <span class="proposed addition"> |
| 1679 | + <a href="#index-aria-separator">`separator`</a>, |
| 1680 | + <a href="#index-aria-slider">`slider`</a>,</span> |
1673 | 1681 | <a href="#index-aria-switch">`switch`</a>,
|
1674 | 1682 | <a href="#index-aria-tab">`tab`</a>,
|
1675 | 1683 | or <span class="addition proposed"><a href="#index-aria-treeitem">`treeitem`</a></span>.
|
@@ -1828,6 +1836,7 @@ <h2 id="docconformance">
|
1828 | 1836 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
1829 | 1837 | <a href="#index-aria-option">`option`</a>,
|
1830 | 1838 | <a href="#index-aria-radio">`radio`</a>,
|
| 1839 | + <a href="#index-aria-separator">`separator`</a>, |
1831 | 1840 | <a href="#index-aria-slider">`slider`</a>,
|
1832 | 1841 | <a href="#index-aria-switch">`switch`</a>,
|
1833 | 1842 | <a href="#index-aria-tab">`tab`</a>
|
@@ -1961,6 +1970,7 @@ <h2 id="docconformance">
|
1961 | 1970 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
1962 | 1971 | <a href="#index-aria-option">`option`</a>,
|
1963 | 1972 | <a href="#index-aria-radio">`radio`</a>,
|
| 1973 | + <a href="#index-aria-separator">`separator`</a>, |
1964 | 1974 | <a href="#index-aria-slider">`slider`</a>,
|
1965 | 1975 | <a href="#index-aria-switch">`switch`</a>,
|
1966 | 1976 | <a href="#index-aria-tab">`tab`</a>
|
@@ -2015,6 +2025,7 @@ <h2 id="docconformance">
|
2015 | 2025 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
2016 | 2026 | <a href="#index-aria-option">`option`</a>,
|
2017 | 2027 | <a href="#index-aria-radio">`radio`</a>,
|
| 2028 | + <a href="#index-aria-separator">`separator`</a>, |
2018 | 2029 | <a href="#index-aria-slider">`slider`</a>,
|
2019 | 2030 | <a href="#index-aria-switch">`switch`</a>,
|
2020 | 2031 | <a href="#index-aria-tab">`tab`</a>
|
|
0 commit comments