[Bug 23949] New: Setting orientation to secondary view angles

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23949

            Bug ID: 23949
           Summary: Setting orientation to secondary view angles
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: ato@mozilla.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

WebDriver currently supports setting the screen orientation to either
portrait or landscape mode on devices that support this configuration.
Many devices support further rotation by 90° so that the top of the
device aligns with the bottom border of the viewport.

In Android this is refered to as secondary orientations.  My
suggestion is to use *-primary and *-secondary as optional additions
to specify the type of orientation.  This would recognize:

    PORTRAIT
    LANDSCAPE
    PORTRAIT-PRIMARY
    LANDSCAPE-PRIMARY
    PORTRAIT-SECONDARY
    LANDSCAPE-SECONDARY

The PORTRAIT and LANDSCAPE orientations would default to
PORTRAIT-PRIMARY and LANDSCAPE-PRIMARY.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 2 December 2013 11:48:12 UTC