WAI Website Redesign/Expand Collapse
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.