[Webkit-unassigned] [Bug 83380] New: Don't expose the intrinsic padding concept to the code outside rendering
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 6 10:54:57 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83380
Summary: Don't expose the intrinsic padding concept to the code
outside rendering
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jchaffraix at webkit.org
CC: dbarton at mathscribe.com
Currently intrinsic padding is available through a boolean on the padding* functions. This however exposes it to the outside world (and actually CSSComputedStyleDeclaration already relies on / works around it) when only the table rendering code should know about this concept.
There has been some back and forth discussion going on about that. See for example, bug 33593 and bug 83092.
--
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