canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) (Created page with "{{SecTracker |Component=Screen Orientation API |Project=http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html }} {{SecTrackerItem |Sectrackerstatus=OK |Simpyn=No |S...") |
Ptheriault (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
|SecTrackerFSA=no | |SecTrackerFSA=no | ||
}} | }} | ||
[[Category:WebApi]] | |||
===Background=== | |||
Goals: | |||
Get notification when screen orientation changes as well as control which screen orientation a page/app wants. | |||
Example use case: Prevent screen orientation from changing when playing a game utilizing device motion | |||
Bug: | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=720794 | https://bugzilla.mozilla.org/show_bug.cgi?id=720794 | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=673922 | https://bugzilla.mozilla.org/show_bug.cgi?id=673922 | ||
Specification: | |||
http://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html | |||
Source: | |||
===Open Questions=== | |||
===Threat Model=== | |||
===Authorization Model=== | |||
Authorization model for normal content: implicit for detecting orientation, explicit runtime for locking orientation | |||
Authorization model for installed content: implicit for both detection and locking screen | |||
===Implementation Requirements=== | |||