[Webkit-unassigned] [Bug 26570] New: webkit fails to respect :empty with display: none;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 20 01:15:29 PDT 2009


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

           Summary: webkit fails to respect :empty with display: none;
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://devcub.com/~adys/css-empty2.html
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adys.wh at gmail.com


Very easy to reproduce:

<style type="text/css">
.e { background-color: red; margin: 5px; width: 90%; }
.e:empty { border: display: none; }
</style>
<div class="e">This is not empty</div>

See attached url for a more detailed testcase.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list