From ac445f2f55a8dc4054cad0135e8791fa0ea34d91 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 3 Oct 2023 09:49:29 -0400 Subject: [PATCH] Update: hr within select element 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. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a4b12b67..daf876c3 100644 --- a/index.html +++ b/index.html @@ -2792,6 +2792,7 @@

`hr`

Comments +

If an `hr` element is a descendant of a `select` element, user agents MAY expose the element with a role of `none`.