On Tue, 05 Apr 2005 15:53:46 +0100, Ian Hickson <ian@hixie.ch> wrote: > Ok, the spec has been updated to define headings and sections: > > http://whatwg.org/specs/web-apps/current-work/#sectioning > > (Only section 2.4 and its subsections; ignore sections from 2.5 > onwards.) > > Comments? If <address> applies only to the element it's in, some duplication may be needed: My articles on my page: <body> <article> <address>me!</address> </article> <article> <address>me!</address> </article> <address>me!</address> </body> I think best would be <address for=IDREFS> Is text in <header> part of an article? Is the following correct use of <header>? <article class="breakingNews"> <header> <h1>Something!</h1> <p>Introduction to the news, usually in bold</p> </header> <p>More info on the subject goes here</p> </article> How about inline <aside>? For inline comments, explanations, translators notes, etc. <p>Put the disc in the cd drive <aside>(that cup holder thingie)</aside></p> -- regards, Kornel LesinskiReceived on Thursday, 7 April 2005 21:29:32 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:36 GMT