- From: Bjoern Hoehrmann <derhoermi@gmx.net>
 - Date: Fri, 07 Mar 2008 23:34:01 +0100
 - To: "L. David Baron" <dbaron@dbaron.org>
 - Cc: www-style@w3.org
 
* L. David Baron wrote:
>What I was proposing was:
>
>(1) In http://www.w3.org/TR/2007/CR-CSS21-20070719/sample.html ,
>remove the line:
>
># :before, :after { white-space: pre-line }
I agree with your other edit, but shouldn't this really be to change:
  br:before       { content: "\A" }
  :before, :after { white-space: pre-line }
into
  br:before       { content: "\A" }
  br:before       { white-space: pre-line }
or equivalent?
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
Received on Friday, 7 March 2008 22:34:20 UTC