-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclusive accordions with <details name="">
#831
Comments
I like the direction here and it aligns with our vision for the web with more declarative solutions that are accessible by default (as opposed to implementing a widget like this with JS + ARIA). Suggest |
No dashboard entry since it's more of an incremental improvement for |
But the current setup requires JS. Before implementing this having reasonable behavior during page load is rather important. |
What is it that requires JS? Would it help to clarify things if we made it an explicit document conformance requirement not to have more than one |
The proposed solution explicitly talks about setAttribute or open attributes, in addition to user interaction. |
Setting initial state does not require JS. It can be done by using an |
Is there any progress on this issue? Firefox is the last browser to not support the |
This is not the right place to follow implementation progress in Gecko. https://bugzilla.mozilla.org/show_bug.cgi?id=1856460 is. |
<details name="">
Request for Mozilla Position on an Emerging Web Specification
name
attribute on the HTMLdetails
element)The text was updated successfully, but these errors were encountered: