Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update changelog
  • Loading branch information
scottaohara authored Apr 16, 2022
commit ade71e73f0cb8cb25a4d001e95a88d4c32c3ed9f
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3232,10 +3232,11 @@ <h3 id="docconformance-attr">
<td>
<div class="proposed addition">
<p>
Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML. Use the <a data-cite="html/input.html#dom-input-indeterminate">`indeterminate`</a> IDL attribute to indicate the "mixed" state for <a data-cite="html/input.html#checkbox-state-(type=checkbox)">`input type=checkbox`</a> elements.
Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML.
Use the <a data-cite="html/input.html#dom-input-indeterminate">`indeterminate`</a> IDL attribute to indicate the "mixed" state for <a data-cite="html/input.html#checkbox-state-(type=checkbox)">`input type=checkbox`</a> elements.
</p>
<p>
Authors MUST NOT use the <a data-cite="wai-aria-1.1#aria-checked">`aria-checked`</a> attribute on any element where the <a data-cite="html/form-control-infrastructure.html#concept-fe-checked">checkedness</a>, or the
Authors MUST NOT use the <a data-cite="wai-aria-1.2#aria-checked">`aria-checked`</a> attribute on any element where the <a data-cite="html/form-control-infrastructure.html#concept-fe-checked">checkedness</a>, or the
indeterminate checked value of the element can be in opposition to the current value of the `aria-checked` attribute.
</p>
</div>
Expand Down Expand Up @@ -4734,8 +4735,14 @@ <h2>
</section>
<section class="informative">
<h2>Change log</h2>
<p>The <a href="https://github.com/w3c/html-aria/commits/">full commit history</a> for this specification.</p>

<h3>Substantive changes since the last published Recommendation</h3>
<ul>
<li>
16-Apr-2022:
<a href="#att-checked">`aria-checked`</a> is not to be used on elements that support the `checked` attribute.
</li>
<li>
03-Apr-2022:
Identify <a href="dfn-naming-prohibited">Naming Prohibited</a> elements.
Expand All @@ -4755,7 +4762,7 @@ <h3>Substantive changes since the last published Recommendation</h3>
</li>
<li>
18-Jan-2022:
Added <a href="#docconformance-deprecated">Requirements for deprecated ARIA role, state and property and attributes</a>.
Added <a href="#docconformance-deprecated">Requirements for deprecated ARIA role, state and property attributes</a>.
</li>
<li>
06-Jan-2022:
Expand Down