wellcomecollection / wellcomecollection.org

🪟 Wellcome Collection's website and services that support it
https://wellcomecollection.org
MIT License
39 stars 5 forks source link

"Switch" type Tabs without Javascript blocks access to certain content #10445

Open rcantin-w opened 10 months ago

rcantin-w commented 10 months ago

This is an existing behaviour so unrelated to the work on https://github.com/wellcomecollection/wellcomecollection.org/issues/10239 but we should discuss

Switch type tabs don't work without Javascript, but it means users can't access their content. Navigate type tabs solutionise that by displaying everything. Do we want something similar? At which level should it be done? (Could but done at the index level maybe and they both use the same rendering?). Let's discuss in the next catchup.

rcantin-w commented 18 hours ago

As we watched a few Practical A11y chapters, we discussed using <details>/<summary> for this (and subgrid?) so something to investigate when on a quest for a fix.