[Webkit-unassigned] [Bug 84421] New: RenderMeter does not need to inherit from RenderBlock
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 21:32:01 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84421
Summary: RenderMeter does not need to inherit from RenderBlock
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: yael.aharon at nokia.com, jchaffraix at webkit.org,
dglazkov at chromium.org, morrita at google.com
RenderMeter does not need to inherit from RenderBlock
It has no visible (text) children, and really is just a repalced inline element. Should likely inherit from RenderReplaced.
meter {
-webkit-appearance: meter;
-webkit-box-sizing: border-box;
display: inline-box;
height: 1em;
width: 5em;
vertical-align: -0.2em;
}
At least that's my understanding. It does not appear to have rendered children?
--
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