[w3c/screen-orientation] Spec is unclear about how locks work across multiple screens and display context switches (#105)

During the TAG review in w3ctag/design-reviews#157 we mentioned a small nit about something that was unclear. (This is different from the issue raised in #101 )

If there are multiple screens in different orientations, and the orientation is locked on one screen - what should happen when dragging the browser window across different displays?

Given the following scenario:
1. Tablet+PC (e.g. Microsoft Surface) device launches web application which locks orientation to portrait.
2. Device is connected to external display (which also supports portrait orientation), which is in landscape orientation.
3. Browser window is dragged to the external display.

It was a bit unclear what would happen in the this context. Is it expected to simply follow platform conventions?

Another scenario where this would kick in is when using a display context switching setup such as Samsung's DeX, where the orientation could be locked to portrait by the active document in phone mode, then when docked it would most likely be in landscape mode - what should happen in this scenario?

It would be nice if it was a bit clearer on how the spec touches on multiple displays.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/issues/105

Received on Tuesday, 25 July 2017 13:32:44 UTC