- From: Matthew Brealey <thelawnet@yahoo.com>
- Date: Fri, 28 Jan 2000 12:29:02 -0800
- To: www-style@w3.org
Received on Friday, 28 January 2000 07:27:40 UTC
On Thu, 13 Jan 2000, Ian Hickson wrote:
> Nothing normative, at any rate. You can treat BR as an empty inline
> element with this style:
>
> BR:before {
> content: '\A';
> white-space: pre;
> }
It could equally well be done as BR:after, thereby causing drastically
different results, which demonstrates why it isn't a good idea to treat
it in this manner at all.
Received on Friday, 28 January 2000 07:27:40 UTC