- From: fantasai <fantasai@escape.com>
- Date: Mon, 03 Mar 2003 22:38:42 -0500
- To: www-html@w3.org
Frank Boumphrey wrote:
> > What about a new element similar to <br> which only provides a line
> > break if there is any content after it? In other words, one that adds
> > no whitespace.
>
> IMO This would not be a good idea, because now you have a conditional
> element and not mark up.
br {
display: block;
}
Nothing conditional about that.
Received on Monday, 3 March 2003 22:52:01 UTC