WAI Website Redesign/Expand Collapse

From Education & Outreach

Currently Expand/Collapse is using a relatively complicated JavaScript – it might be worth looking into the use cases and see if we can come by using a standard HTML details element:

<details><summary></summary></details>

Details is well supported, and a polyfill exists for browsers without support.