|
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/469">5 July 2023 - Addition:</a> |
| 69 | + Update the <a href="#el-button">`button`</a>, <a href="#el-input-button">`input type=button`</a>, <a href="#el-input-image">`input type=image`</a> |
| 70 | + <a href="#el-input-reset">`input type=reset`</a>, and <a href="#el-input-submit">`input type=submit`</a> elements to align their allowed roles. |
| 71 | + </li> |
67 | 72 | <li>
|
68 | 73 | <a href="https://github.com/w3c/html-aria/pull/469">29 June 2023 - Addition:</a>
|
69 |
| - Update the <a href="#s">`s`</a> element allowed roles to indicate use of `role=deletion` on the element would be considered redundnat. |
| 74 | + Update the <a href="#el-s">`s`</a> element allowed roles to indicate use of `role=deletion` on the element would be considered redundnat. |
70 | 75 | </li>
|
71 | 76 | <li>
|
72 | 77 | <a href="https://github.com/w3c/html-aria/pull/435">31 May 2023 - Correction:</a>
|
@@ -862,14 +867,18 @@ <h2 id="docconformance">
|
862 | 867 | Roles:
|
863 | 868 | <a href="#index-aria-checkbox">`checkbox`</a>,
|
864 | 869 | <span class="addition"><a href="#index-aria-combobox">`combobox`</a></span>,
|
| 870 | + <span class="proposed addition"><a href="#index-aria-gridcell">`gridcell`</a></span>, |
865 | 871 | <a href="#index-aria-link">`link`</a>,
|
866 | 872 | <a href="#index-aria-menuitem">`menuitem`</a>,
|
867 | 873 | <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
|
868 | 874 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
869 | 875 | <a href="#index-aria-option">`option`</a>,
|
870 | 876 | <a href="#index-aria-radio">`radio`</a>,
|
871 |
| - <a href="#index-aria-switch">`switch`</a> |
872 |
| - or <a href="#index-aria-tab">`tab`</a>. (<code><a href="#index-aria-button">button</a></code> is also allowed, but NOT RECOMMENDED.) |
| 877 | + <span class="proposed addition"><a href="#index-aria-slider">`slider`</a></span>, |
| 878 | + <a href="#index-aria-switch">`switch`</a>, |
| 879 | + <a href="#index-aria-tab">`tab`</a>, |
| 880 | + or <span class="proposed addition"><a href="#index-aria-treeitem">`treeitem`</a></span>. |
| 881 | + (<code><a href="#index-aria-button">button</a></code> is also allowed, but NOT RECOMMENDED.) |
873 | 882 | </p>
|
874 | 883 | <p>
|
875 | 884 | <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
|
@@ -1633,14 +1642,18 @@ <h2 id="docconformance">
|
1633 | 1642 | Roles:
|
1634 | 1643 | <span class="correction"><a href="#index-aria-checkbox">`checkbox`</a>,</span>
|
1635 | 1644 | <span class="addition"><a href="#index-aria-combobox">`combobox`</a>,</span>
|
| 1645 | + <span class="proposed addition"><a href="#index-aria-gridcell">`gridcell`</a>,</span> |
1636 | 1646 | <a href="#index-aria-link">`link`</a>,
|
1637 | 1647 | <a href="#index-aria-menuitem">`menuitem`</a>,
|
1638 | 1648 | <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
|
1639 | 1649 | <a href="#index-aria-menuitemradio">`menuitemradio`</a>,
|
1640 | 1650 | <a href="#index-aria-option">`option`</a>,
|
1641 | 1651 | <a href="#index-aria-radio">`radio`</a>,
|
1642 |
| - <a href="#index-aria-switch">`switch`</a> |
1643 |
| - or <a href="#index-aria-tab">`tab`</a>. (<code><a href="#index-aria-button">button</a></code> is also allowed, but NOT RECOMMENDED.) |
| 1652 | + <span class="proposed addition"><a href="#index-aria-slider">`slider`</a>,</span> |
| 1653 | + <a href="#index-aria-switch">`switch`</a>, |
| 1654 | + <a href="#index-aria-tab">`tab`</a>, |
| 1655 | + or <span class="addition proposed"><a href="#index-aria-treeitem">`treeitem`</a></span>. |
| 1656 | + (<code><a href="#index-aria-button">button</a></code> is also allowed, but NOT RECOMMENDED.) |
1644 | 1657 | </p>
|
1645 | 1658 | <p>
|
1646 | 1659 | <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
|
@@ -1783,19 +1796,28 @@ <h2 id="docconformance">
|
1783 | 1796 | <code>role=<a href="#index-aria-button">button</a></code>
|
1784 | 1797 | </td>
|
1785 | 1798 | <td>
|
1786 |
| - <p> |
1787 |
| - Roles: |
1788 |
| - <a href="#index-aria-link">`link`</a>, |
1789 |
| - <a href="#index-aria-menuitem">`menuitem`</a>, |
1790 |
| - <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>, |
1791 |
| - <a href="#index-aria-menuitemradio">`menuitemradio`</a>, |
1792 |
| - <a href="#index-aria-radio">`radio`</a> |
1793 |
| - or <a href="#index-aria-switch">`switch`</a>. (<code><a href="#index-aria-button">button</a></code> is also allowed, but NOT RECOMMENDED.) |
1794 |
| - </p> |
1795 |
| - <p> |
1796 |
| - <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
1797 |
| - and any `aria-*` attributes applicable to the allowed roles. |
1798 |
| - </p> |
| 1799 | + <div class="proposed addition"> |
| 1800 | + <p> |
| 1801 | + Roles: |
| 1802 | + <a href="#index-aria-button">`button`</a>, |
| 1803 | + <a href="#index-aria-checkbox">`checkbox`</a>, |
| 1804 | + <a href="#index-aria-gridcell">`gridcell`</a>, |
| 1805 | + <a href="#index-aria-link">`link`</a>, |
| 1806 | + <a href="#index-aria-menuitem">`menuitem`</a>, |
| 1807 | + <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>, |
| 1808 | + <a href="#index-aria-menuitemradio">`menuitemradio`</a>, |
| 1809 | + <a href="#index-aria-option">`option`</a>, |
| 1810 | + <a href="#index-aria-radio">`radio`</a>, |
| 1811 | + <a href="#index-aria-slider">`slider`</a>, |
| 1812 | + <a href="#index-aria-switch">`switch`</a>, |
| 1813 | + <a href="#index-aria-tab">`tab`</a> |
| 1814 | + or <a href="#index-aria-treeitem">`treeitem`</a>. |
| 1815 | + </p> |
| 1816 | + <p> |
| 1817 | + <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
| 1818 | + and any `aria-*` attributes applicable to the allowed roles. |
| 1819 | + </p> |
| 1820 | + </div> |
1799 | 1821 | </td>
|
1800 | 1822 | </tr>
|
1801 | 1823 | <tr>
|
@@ -1906,13 +1928,32 @@ <h2 id="docconformance">
|
1906 | 1928 | <code>role=<a href="#index-aria-button">button</a></code>
|
1907 | 1929 | </td>
|
1908 | 1930 | <td>
|
1909 |
| - <p> |
1910 |
| - <a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-button">button</a></code>, which is NOT RECOMMENDED. |
1911 |
| - </p> |
1912 |
| - <p> |
1913 |
| - <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
1914 |
| - and any `aria-*` attributes applicable to the `button` role. |
1915 |
| - </p> |
| 1931 | + <div class="proposed addition"> |
| 1932 | + <p> |
| 1933 | + The following roles are allowed, but are NOT RECOMMENDED: |
| 1934 | + <a href="#index-aria-button">`button`</a>, |
| 1935 | + <a href="#index-aria-checkbox">`checkbox`</a>, |
| 1936 | + <a href="#index-aria-combobox">`combobox`</a>, |
| 1937 | + <a href="#index-aria-gridcell">`gridcell`</a>, |
| 1938 | + <a href="#index-aria-link">`link`</a>, |
| 1939 | + <a href="#index-aria-menuitem">`menuitem`</a>, |
| 1940 | + <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>, |
| 1941 | + <a href="#index-aria-menuitemradio">`menuitemradio`</a>, |
| 1942 | + <a href="#index-aria-option">`option`</a>, |
| 1943 | + <a href="#index-aria-radio">`radio`</a>, |
| 1944 | + <a href="#index-aria-slider">`slider`</a>, |
| 1945 | + <a href="#index-aria-switch">`switch`</a>, |
| 1946 | + <a href="#index-aria-tab">`tab`</a> |
| 1947 | + or <a href="#index-aria-treeitem">`treeitem`</a>. |
| 1948 | + </p> |
| 1949 | + <p> |
| 1950 | + <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
| 1951 | + and any `aria-*` attributes applicable to the allowed roles. |
| 1952 | + </p> |
| 1953 | + <p> |
| 1954 | + If possible, authors SHOULD consider using a different HTML element which allows the specified role. |
| 1955 | + </p> |
| 1956 | + </div> |
1916 | 1957 | </td>
|
1917 | 1958 | </tr>
|
1918 | 1959 | <tr>
|
@@ -1941,13 +1982,32 @@ <h2 id="docconformance">
|
1941 | 1982 | <code>role=<a href="#index-aria-button">button</a></code>
|
1942 | 1983 | </td>
|
1943 | 1984 | <td>
|
1944 |
| - <p> |
1945 |
| - <a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-button">button</a></code>, which is NOT RECOMMENDED. |
1946 |
| - </p> |
1947 |
| - <p> |
1948 |
| - <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
1949 |
| - and any `aria-*` attributes applicable to the `button` role. |
1950 |
| - </p> |
| 1985 | + <div class="proposed addition"> |
| 1986 | + <p> |
| 1987 | + The following roles are allowed, but are NOT RECOMMENDED: |
| 1988 | + <a href="#index-aria-button">`button`</a>, |
| 1989 | + <a href="#index-aria-checkbox">`checkbox`</a>, |
| 1990 | + <a href="#index-aria-combobox">`combobox`</a>, |
| 1991 | + <a href="#index-aria-gridcell">`gridcell`</a>, |
| 1992 | + <a href="#index-aria-link">`link`</a>, |
| 1993 | + <a href="#index-aria-menuitem">`menuitem`</a>, |
| 1994 | + <a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>, |
| 1995 | + <a href="#index-aria-menuitemradio">`menuitemradio`</a>, |
| 1996 | + <a href="#index-aria-option">`option`</a>, |
| 1997 | + <a href="#index-aria-radio">`radio`</a>, |
| 1998 | + <a href="#index-aria-slider">`slider`</a>, |
| 1999 | + <a href="#index-aria-switch">`switch`</a>, |
| 2000 | + <a href="#index-aria-tab">`tab`</a> |
| 2001 | + or <a href="#index-aria-treeitem">`treeitem`</a>. |
| 2002 | + </p> |
| 2003 | + <p> |
| 2004 | + <a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> |
| 2005 | + and any `aria-*` attributes applicable to the allowed roles. |
| 2006 | + </p> |
| 2007 | + <p> |
| 2008 | + If possible, authors SHOULD consider using a different HTML element which allows the specified role. |
| 2009 | + </p> |
| 2010 | + </div> |
1951 | 2011 | </td>
|
1952 | 2012 | </tr>
|
1953 | 2013 | <tr>
|
|
0 commit comments