[Bug 16403] New: innerWidth and innerHeight are inconsistent across browsers (especially mobile)

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

           Summary: innerWidth and innerHeight are inconsistent across
                    browsers (especially mobile)
           Product: CSS
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM View
        AssignedTo: dave.null@w3.org
        ReportedBy: kenneth@webkit.org
         QAContact: public-css-bugzilla@w3.org


Example: innerWidth is not consistent across webkit browsers (desktop + mobile
+ half mobile browsers like desktop safari).

Spec: The innerWidth attribute must return the viewport width including the
size of a rendered scroll bar (if any).

Quickmode defines the current behavior as: The dimensions of the viewport
(interior of the browser window) -
http://www.quirksmode.org/mobile/tableViewport.html

Quirkmode for mobile says: Dimensions of the visual viewport in CSS pixels.

The pinch zoom and double-tap to zoom is what make the difference and it is all
due to the definition of viewport being rather value in comparison with scale
support.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 16 March 2012 10:51:19 UTC