You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add selectedcontent element and allowances for 'button' part of select (#528)
* Add <selectedoption> element
* updates selectedcontent and button element
* update selectedcontent role allowances
account for misuse of element - where the element will just be a generic element and thus is name prohibited, but any role/attributes can be used to modify/fix the errant element, as needed.
* changelog update
---------
Co-authored-by: Scott O'Hara <[email protected]>
If used as a valid descendant of a `select` element: <strongclass="nosupport"><a>no `role`</a> or `aria-*` attributes</strong>
2977
+
</p>
2978
+
<p>
2979
+
Otherwise, <a><strong>any `role`</strong></a> if the element is used outside of its intended context as a child of the `button` part of a customizable `select` element,
2980
+
though <code><ahref="#index-aria-generic">generic</a></code> is NOT RECOMMENDED.
0 commit comments