- From: fantasai <fantasai@escape.com>
- Date: Thu, 05 Sep 2002 21:02:26 -0400
- To: www-style@w3.org
Tantek Çelik wrote:
>
> br { line-break-after:always }
br:after {content: "\A"; white-space: pre} ?
> >> p:before {content: "<em>"}
> >>
> >> That simply inserts four literal characters into the ouput, it does
> >> not create an EM element.
>
> It should do neither. It should insert "<em>" into the input.
It should insert "<em>", not "<em>", because generated content,
wherever it enters layout, does not get processed by the HTML/XML/SGML
parser.
~fantasai
Received on Thursday, 5 September 2002 20:58:31 UTC