- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 20 Nov 2006 12:30:21 -0600
- To: public-css-testsuite@w3.org
Allan Sandfeld Jensen wrote: > And since generated content needs some not 'normal' white-space to support the > well documented use of content:'\A' Or authors who want to use content:'\A' set white-space at the same time. Since the only real reason the '\A' thing was added was to allow implementing <br>, the UA stylesheet rule could just be: "br::after { content: '\A'; white-space: pre-line }". There's a fair amount of old discussion on \A in generated content in the www-style archives... > The example has been pre-line for years now. To be honest, the example stylesheet has been buggy in numerous ways for years now, regardless of whether this particular case is buggy. -Borris
Received on Monday, 20 November 2006 18:30:35 UTC