E-mail List Archives
Re: HTML heading styles
From: Austin, Darrel
Date: Oct 19, 2004 9:53AM
- Next message: Estelle Weyl: "Interesting sites for youth?"
- Previous message: Mike Moore: "Re: HTML heading styles"
- Next message in Thread: Stephanie Sullivan: "Re: HTML heading styles"
- Previous message in Thread: Mike Moore: "Re: HTML heading styles"
- View all messages in this Thread
> Any opinions on this ? Please reply directly to me
> ( <EMAIL REMOVED> )as well as the list.
I wish html had tags like to indicate that this is a child header of
the parent. In your case, I don't think you have too much to worry about.
Skiping a header level shouldn't change the parent/child relationship. One
will always be a sub-level of the other regardless if it skips a level.
We've run into problems where we have components that need to write out
headers in other content. As there's no way to guarantee if the component
will be placed under a h1 or a h2, etc. we had to just guess and default it
to something like h4 just to ensure it was a child of its parent...even if
it meant it may on occasion skip a header when the complete page is
rendered.
So...it's one of those things that isn't perfect.
-Darrel
- Next message: Estelle Weyl: "Interesting sites for youth?"
- Previous message: Mike Moore: "Re: HTML heading styles"
- Next message in Thread: Stephanie Sullivan: "Re: HTML heading styles"
- Previous message in Thread: Mike Moore: "Re: HTML heading styles"
- View all messages in this Thread