Skip to content

Commit

Permalink
Merge branch 'gh-pages' into issue-147-naming-prohibited
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Feb 13, 2022
2 parents 1a44814 + 0a0d45d commit 4b5bcb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ <h2 id="docconformance">
<p>
Roles:
<a href="#index-aria-checkbox">`checkbox`</a>,
<span class="proposed addition"><a href="#index-aria-combobox">`combobox`</a></span>,
<a href="#index-aria-link">`link`</a>,
<a href="#index-aria-menuitem">`menuitem`</a>,
<a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
Expand Down Expand Up @@ -1404,6 +1405,8 @@ <h2 id="docconformance">
<td>
<p>
Roles:
<span class="proposed correction"><a href="#index-aria-checkbox">`checkbox`</a>,</span>
<span class="proposed addition"><a href="#index-aria-combobox">`combobox`</a>,</span>
<a href="#index-aria-link">`link`</a>,
<a href="#index-aria-menuitem">`menuitem`</a>,
<a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
Expand Down Expand Up @@ -4509,6 +4512,11 @@ <h2>
<h2>Change log</h2>
<h3>Substantive changes since the last published Recommendation</h3>
<ul>
<li>
12-Feb-2022:
Allow `combobox` role on <a href="#el-button">`button` element</a>.
Allow `combobox` and `checkbox` roles on <a href="#el-input-button">`input type=button` element</a>.
</li>
<li>
18-Jan-2022:
Added <a href="#docconformance-deprecated">Requirements for deprecated ARIA role, state and property and attributes</a>.
Expand Down

0 comments on commit 4b5bcb8

Please sign in to comment.