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
-
[`<summary>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary)
is a built-in heading tag that is nested inside a
[`<details>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details)
tag to toggle its contents. It's keyboard tab-able by default and not
currently recognized by Headless UI.
- There are no attributes that disable a summary tag, and adding
`tabindex="-1"` makes it behave like any other normally-tab-able
element.
- I didn't spot any tests that specifically check for tab-ability of
elements outside of buttons and inputs. Let me know if I missed
anything.
---------
Co-authored-by: Sheng Slogar <[email protected]>
Co-authored-by: Robin Malfait <[email protected]>
0 commit comments