readium / playground

🛝 Play with the capabilities of Readium Web & Readium CSS
https://playground.readium.org
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Base layout for actions #15

Open HadrienGardeur opened 1 week ago

HadrienGardeur commented 1 week ago

For our base layout, we'll have:

  1. user settings as a partially visible, non-collapsible action
  2. full screen mode as a partially visible and collapsible action
  3. table of contents as a partially visible and collapsible action
  4. the overflow menu as an always visible, non-collapsible action
  5. jump to position as an action that's strictly displayed in the overflow menu

When actions are collapsed in the overflow menu, they retain their order. This means that on a smaller screen, our base layout will have:

We'll also use this base layout to further test how focus and screen reader support is handled over a full implementation of actions.