[Bug 22766] New: document.width, document.height, etc available for cross-platform

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

            Bug ID: 22766
           Summary: document.width, document.height, etc available for
                    cross-platform
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: jmichae3@yahoo.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

I would like to see the following DOM Attributes/properties:

- viewport information:
top:Int32, 
width:Int32, 
height:Int32.
left may not be needed, unless the browser mfr decides to make vertical tabs
instead of horizontal tabs (so the user has more viewing space? but it might be
hard to read).

- document information:
width:Int32, 
height:Int32, 
scrollThumbPositionH/scrollThumbPosH/scrollSliderPosH:Int32,
scrollThumbPositionV/scrollThumbPosV/scrollSliderPosV:Int32, 
scrollEnabledH:Boolean, 
scrollEnabledV:Boolean.

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

Received on Tuesday, 23 July 2013 08:46:28 UTC