- From: <bugzilla@jessica.w3.org>
- Date: Fri, 29 Apr 2016 21:17:43 +0000
- To: public-css-bugzilla@w3.org
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