RESOLVED DUPLICATE of bug 26570 44871
:empty matches non-empty element
https://bugs.webkit.org/show_bug.cgi?id=44871
Summary :empty matches non-empty element
ivovlnni
Reported 2010-08-30 08:33:53 PDT
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
Attachments
Alexey Proskuryakov
Comment 1 2010-08-30 10:13:48 PDT
*** This bug has been marked as a duplicate of bug 26570 ***
Note You need to log in before you can comment on or make changes to this bug.