Re: BR element and generated content

With my Nvu hat on, the definition of BR based on generated content is
incredibly useful and powerful to achieve a very common effect available
in most editors on the market: view CRs and paragraph breaks.

   br::before { content: "\B6\A"; }
   p::after { content : "\B6"; }

</Daniel>

Received on Saturday, 13 October 2007 09:58:53 UTC