[Webkit-unassigned] [Bug 53114] New: ::before and ::after don't work on table-internal elements like tr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 12:22:42 PST 2011


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

           Summary: ::before and ::after don't work on table-internal
                    elements like tr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://test.csswg.org/suites/css2.1/20110111/html4/bef
                    ore-after-table-parts-001.htm
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tabatkins at google.com


Test: http://test.csswg.org/suites/css2.1/20110111/html4/before-after-table-parts-001.htm
Ref:  http://test.csswg.org/suites/css2.1/20110111/html4/before-after-table-parts-001-ref.htm

According to the CSS 2.1 spec, ::before and ::after can be generated on all elements.  Webkit doesn't allow them to be generated on table-internal elements (any element with 'display' of 'table-row', 'table-row-group', 'table-header-group', 'table-footer-group').  It should.

This causes the first two tests in the first column, and all of tests in the second column, to fail.

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