jwplayer / ott-web-app

Reference implementation for JWP-powered apps
Apache License 2.0
69 stars 53 forks source link

Feat / Accessible sidebar #444

Closed langemike closed 5 months ago

langemike commented 5 months ago

WIP

This change will make it possible to use the sidebar correctly using keyboard and screen reader navigation. It uses inert primarily to achieve this. I reordered the HTML and encapsulated all the main elements (header, main-content, footer) in one container, so I only need to apply inert to one element instead of multiple seperatly. This change didn't impact the presentation (styling) surprisingly enough.

More changes are coming...

TODO:

langemike commented 5 months ago

Mistake. I close my PR.