Hey all, Does anyone know whether it's correct to use headings in your navigation?
Technically <h> is allowed in <li>, but semantically - I think it's not.
IMHO headings should only be before actual content, so when you jump to any heading you're landing in the right place. With your code this doesn't work and things like "document summary" would either show all headings twice or show headings for content that is not on the page.
Nested lists are enough to represent headings structure of the page.
-- regards, Kornel Lesiński
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
