[Webkit-unassigned] [Bug 44871] New: :empty matches non-empty element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 08:33:53 PDT 2010


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

           Summary: :empty matches non-empty element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: flamingmo at online.de


test.html:

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<style>
strong {display: block;}
strong:empty {display: none;}
</style>
</head>
<body>


<div id="container">
    <strong>Test</strong>
</div>

</body>
</html>

Result: empty page

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