[Webkit-unassigned] [Bug 84422] New: RenderProgress should not need to inherit from RenderBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 21:37:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84422

           Summary: RenderProgress should 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


RenderProgress should not need to inherit from RenderBlock

Same logic as bug 84421.

It has no visible (text) children, and really is just a repalced inline element.  Should likely inherit from RenderReplaced.

progress {
    -webkit-appearance: progress-bar;
    -webkit-box-sizing: border-box;
    display: inline-block;
    height: 1em;
    width: 10em;
    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