[Bug 25314] New: screen.orientation.angle should be an unsigned short

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

            Bug ID: 25314
           Summary: screen.orientation.angle should be an unsigned short
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Screen Orientation
          Assignee: mounir@lamouri.fr
          Reporter: mounir@lamouri.fr
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

The main purpose of that is to use the value for computation. It's a bit of a
shame that it is a string. Let's make it an number so developers don't have to
use parseInt() on it. Also, it will solve some issues Peter Beverloo had
(regarding watches that could have non rectangular screen).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 10 April 2014 18:45:52 UTC