- From: Jan Roland Eriksson <jrexon@newsguy.com>
- Date: Sat, 07 Sep 2002 16:41:44 +0200
- To: www-style@w3.org
- Cc: "Bert Bos" <bert@w3.org>
On Fri, 6 Sep 2002 19:02:01 +0200, you wrote:
[...]
>If anybody can come up with a definition where
>
> A {line-break-after: always}
>
> <A><A></A></A>
>
>causes no empty line, while
>
> A {line-break-after: always}
>
> <A></A><A></A>
>
>does, then I'd be happy.
Easy; your first line example is invalid markup [1], error handling, and
following that; presentation, is undefined.
[1](from HTML4.01)...
<!ELEMENT A - - (%inline;)* -(A) -- anchor -->
note- - - - - - - - - - - - - - ^^^^
--
Rex
Received on Saturday, 7 September 2002 10:43:35 UTC