Skip to content

Commit

Permalink
Update: hr within select element
Browse files Browse the repository at this point in the history
closes #480 

Outside of browsers / AT significantly changing how people interact with the UA-provided listboxs, I don't see how the use of hr can be more than declarative decoration, since the element will not be directly accessible to anyone using AT.

If anyone thinks otherwise, and browsers/AT are willing to make changes to how this component has been behaving/exposed, we can discuss and change the PR.
  • Loading branch information
scottaohara authored Oct 3, 2023
1 parent 6bf7d41 commit ac445f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2792,6 +2792,7 @@ <h4 id=el-hr>`hr`</h4>
<tr>
<th>Comments</th>
<td>
<p>If an `hr` element is a descendant of a `select` element, user agents MAY expose the element with a role of `none`.</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit ac445f2

Please sign in to comment.