[Webkit-unassigned] [Bug 61426] New: summary::before renders in wrong position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 00:53:16 PDT 2011


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

           Summary: summary::before renders in wrong position
           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: rolandsteiner at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com
            Blocks: 59827


Created an attachment (id=94749)
 --> (https://bugs.webkit.org/attachment.cgi?id=94749&action=review)
Test case

Generated content with a selector equivalent to "summary::before" renders before the expand/collapse triangle for the parent <details> element. Given that <summary> contains the text that is to be displayed after the triangle, it would probably be more correct to render it directly before that text (i.e., after the triangle) instead.

Cf: "li::before" is also rendered directly before the contents of the list items, not before the list item bullet or ordinal.

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