- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Tue, 01 Nov 2005 11:50:49 -0600
- To: David Latapie <david@empyree.org>, www-style@w3.org
David Latapie wrote:
> On a related topic, Opera is the only (major?) one I know of which
> supports line-break in CSS
That's not true, sorry.
> Sarkozy Ⅰer http://bix.enix.org/index.php/2005/07/30/753-sarkozy-1er. It
> has a line break
It has a newline character. But the text is using normal white-space,
so the line-break is ignored just like a newline in HTML text would be.
Set "white-space: pre" or equivalent on that ::after pseudo-element
and try again in Gecko. ;)
-Boris
Received on Tuesday, 1 November 2005 17:48:15 UTC