pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

accordions, tabs should keep their state in url fragment #175

Open kapouer opened 3 years ago

kapouer commented 3 years ago

Because the url fragment is used to show the right part of a document by id or by text fragment, and accordions and tabs just do that. Currently tabs keep their state in query - this is wrong.

kapouer commented 2 years ago

Also note that accessibility: https://developer.chrome.com/blog/hidden-until-found/