Re: Headings elements as inline???

CrazyTerabyte <denilson@vialink.com.br> wrote:

> See here: http://www.w3.org/TR/html401/struct/global.html#h-7.5.5
> 
> Heading elements are marked as %inline.

No.

> <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
> <!--
>   There are six levels of headings from H1 (the most important)
>   to H6 (the least important).
> -->
> 
> <!ELEMENT (%heading;)  - - (%inline;)* -- heading -->

This merely means that the content model of heading elements allows
inline-level elements.  It DOES NOT mean that the heading elements
are inline-level elements.  See "3.3.3 Element declarations" [1] for
more details.

[1] http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.3.3

Regards,
-- 
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium

Received on Sunday, 6 January 2002 20:40:59 UTC