- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 24 Apr 2007 03:07:41 -0500
- To: Spartanicus <mk98762@gmail.com>
- CC: www-style@w3.org
Spartanicus wrote: > content:"" works in Opera and Mozilla But isn't equivalent to "content: normal" or "content: none". Consider the following testcase and note that the two divs do not render the same way: <html> <style> div:before { border: 5px solid green; } div#test:before { content: ""; } </style> <div></div> <hr> <div id="test"></div> </html>
Received on Tuesday, 24 April 2007 08:07:55 UTC