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
Expected behavior
All content should be uncollapsed when the browser is not running JavaScript
Possible solutions
The <noscript> element is designed for this accessibility use case, it displays content when scripting is disabled or unsupported in a browser.
The HTML of the accordion can be rendered initially with all items uncollapsed, with JavaScript initializing it to the default collapse state when it runs.
The text was updated successfully, but these errors were encountered:
Describe the bug
On browsers without JavaScript or with JavaScript disabled, collapsed accordion items are unviewable.
To Reproduce
Expected behavior
All content should be uncollapsed when the browser is not running JavaScript
Possible solutions
<noscript>
element is designed for this accessibility use case, it displays content when scripting is disabled or unsupported in a browser.The text was updated successfully, but these errors were encountered: