Skip to content

Commit 1dc2dba

Browse files
authored
Update: hr within select element (#504)
1 parent ad9cb13 commit 1dc2dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,6 +2792,7 @@ <h4 id=el-hr>`hr`</h4>
27922792
<tr>
27932793
<th>Comments</th>
27942794
<td>
2795+
<p>If an `hr` element is a descendant of a `select` element, user agents MAY expose the element with a role of `none`.</p>
27952796
</td>
27962797
</tr>
27972798
</tbody>
@@ -16747,6 +16748,7 @@ <h3>Change Log</h3>
1674716748
<section>
1674816749
<h4>Substantive changes since moving to the <a href="https://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> (03-Nov-2019)</h4>
1674916750
<ul>
16751+
<li>09-Oct-2023: Acknowledge use of `hr` element within `select` element. See <a href="https://github.com/w3c/html-aam/pull/504">GitHub PR 504</a>.</li>
1675016752
<li>03-Oct-2023: Update image mappings to reference the primary synonym roles (`image` and `none`). See <a href="https://github.com/w3c/html-aam/pull/498">GitHub PR 498</a>.</li>
1675116753
<li>03-Oct-2023: Clarify when to expose required field as invalid. See <a href="https://github.com/w3c/html-aam/pull/429">GitHub PR 429</a>.</li>
1675216754
<li>06-Jun-2023: Add computed roles for all HTML elements. See <a href="https://github.com/w3c/html-aam/pull/465">GitHub PR 465</a>.</li>

0 commit comments

Comments
 (0)