[Webkit-unassigned] [Bug 25314] In quirks mode, body.clientHeight > body.offsetHeight when you put padding on the HTML element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 11 00:14:00 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=25314
gur.trio at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gur.trio at gmail.com
--- Comment #2 from gur.trio at gmail.com 2013-09-11 00:13:12 PST ---
(In reply to comment #0)
> Summary: In quirks mode, body.clientHeight > body.offsetHeight when you put padding on the HTML element
>
> It's not clear to me what the right thing to do here (whether they should be equal or have offsetHeight>clientHeight), but it's clear that the current behavior is wrong.
behaviour seems correct
http://dev.w3.org/csswg/cssom-view/#dom-htmlelement-offsetheight
http://dev.w3.org/csswg/cssom-view/#dom-element-clientheight
ClientHeight : viewport height
Offsetheight : renderer's height.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list