[Webkit-unassigned] [Bug 84419] New: RenderDetailsMarker should be RenderReplaced instead of RenderBlock

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


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

           Summary: RenderDetailsMarker should be RenderReplaced instead
                    of 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: jchaffraix at webkit.org, luiz at webkit.org


RenderDetailsMarker should be RenderReplaced instead of RenderBlock

It doesn't act like a block, and does not have children, correct?

In html.css, we even make it inline!

summary::-webkit-details-marker {
    display: inline-block;
    width: 0.66em;
    height: 0.66em;
    margin-right: 0.4em;
}

-- 
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