Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Divina] A more intuitive order for listing presentation hints #64

Open
anymus opened this issue Jul 9, 2020 · 0 comments
Open

[Divina] A more intuitive order for listing presentation hints #64

anymus opened this issue Jul 9, 2020 · 0 comments
Labels

Comments

@anymus
Copy link

anymus commented Jul 9, 2020

I recommend changing the order in which presentation hints are, well, presented... since this could facilitate understanding, in my opinion:

  • continuous (-> high level, linked to story type)
  • fit (-> technically the first operation applied to a given resource: "try to make it fit in the viewport according to its stated fit")
  • overflow (-> "once the resource fits in the viewport, if parts of it lie outside the viewport, decide whether those parts should be made accessible - through scroll or pagination - or not")
  • clipped (-> "you know what, actually clip (or not) all resource parts outside the viewport, whatever the overflow")
  • spread (-> "allow a double-page reading mode")
  • orientation (-> "block reading in only one orientation or not")

Going one step further, I recommend that the properties of a Link Object that are relevant to the divina case be presented in an order consistent with the former:

  • fit (overrides the story fit)
  • clipped (overrides the story clipped)
  • page (whether the resource is a left, center or right page in a double page)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants