[Bug 29603] New: client* on the root element are not very consistent

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

            Bug ID: 29603
           Summary: client* on the root element are not very consistent
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM View
          Assignee: simonp@opera.com
          Reporter: bzbarsky@mit.edu
        QA Contact: public-css-bugzilla@w3.org
  Target Milestone: ---

clientWidth/Height return the viewport dimensions, whereas clientLeft/Top
return the border width of the root element.  The combination of these
behaviors is not very helpful: the different client* measurements are referring
to totally different rectangles.

I think clientLeft/Top should return 0 in exactly the cases when
clientWidth/Height map to viewport dimensions.

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

Received on Friday, 29 April 2016 21:17:46 UTC