Skip to content

Commit 9e49525

Browse files
authored
Addition: allow role=separator on button elements (#489)
closes #488 allows role=separator on elements exposed as a button. any other author requirements for appropriately setting that up / ensuring the correct information is communicated would still need to be evaluated, but separate from whether the role is allowed or not. * Addition: allow role=separator on button elements * update changelog
1 parent fad9632 commit 9e49525

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,13 @@
6464
the following substantive additions and/or corrections have been proposed:
6565
</p>
6666
<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>
6771
<li>
6872
<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.
7074
</li>
7175
<li>
7276
<a href="https://github.com/w3c/html-aria/pull/462">21 August 2023 - Addition:</a>
@@ -885,7 +889,9 @@ <h2 id="docconformance">
885889
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
886890
<a href="#index-aria-option">`option`</a>,
887891
<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>,
889895
<a href="#index-aria-switch">`switch`</a>,
890896
<a href="#index-aria-tab">`tab`</a>,
891897
or <span class="proposed addition"><a href="#index-aria-treeitem">`treeitem`</a></span>.
@@ -1669,7 +1675,9 @@ <h2 id="docconformance">
16691675
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
16701676
<a href="#index-aria-option">`option`</a>,
16711677
<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>
16731681
<a href="#index-aria-switch">`switch`</a>,
16741682
<a href="#index-aria-tab">`tab`</a>,
16751683
or <span class="addition proposed"><a href="#index-aria-treeitem">`treeitem`</a></span>.
@@ -1828,6 +1836,7 @@ <h2 id="docconformance">
18281836
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
18291837
<a href="#index-aria-option">`option`</a>,
18301838
<a href="#index-aria-radio">`radio`</a>,
1839+
<a href="#index-aria-separator">`separator`</a>,
18311840
<a href="#index-aria-slider">`slider`</a>,
18321841
<a href="#index-aria-switch">`switch`</a>,
18331842
<a href="#index-aria-tab">`tab`</a>
@@ -1961,6 +1970,7 @@ <h2 id="docconformance">
19611970
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
19621971
<a href="#index-aria-option">`option`</a>,
19631972
<a href="#index-aria-radio">`radio`</a>,
1973+
<a href="#index-aria-separator">`separator`</a>,
19641974
<a href="#index-aria-slider">`slider`</a>,
19651975
<a href="#index-aria-switch">`switch`</a>,
19661976
<a href="#index-aria-tab">`tab`</a>
@@ -2015,6 +2025,7 @@ <h2 id="docconformance">
20152025
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
20162026
<a href="#index-aria-option">`option`</a>,
20172027
<a href="#index-aria-radio">`radio`</a>,
2028+
<a href="#index-aria-separator">`separator`</a>,
20182029
<a href="#index-aria-slider">`slider`</a>,
20192030
<a href="#index-aria-switch">`switch`</a>,
20202031
<a href="#index-aria-tab">`tab`</a>

0 commit comments

Comments
 (0)