Re: HTML5 feedback from prominent designers

Smylers wrote:
> James Graham writes:
>> something designed to strip away all the extraneous material from a
>> page whilst leaving the content ... would want to remove sidebars
>> whilst leaving pullouts (although possibly rearraging them).

Could you clarify the use case for doing that?

> That's a good point.  Is it an argument for<main>?  An<aside>  _inside_
> <main>  could be kept, whereas one _parallel_ to<main>  wouldn't?

No.  An <aside> inside an <article> or other <section> is already easy 
to distinguish from one that is only within the <body>.

e.g.

<body>
   <header>...</header>

   <article>
     <p>...
     <aside>... Pull Out ...</aside>
     <p>...
   </article>

   <aside>
     ... Sidebar ...
   </aside>

   <footer>...</footer>
</body>

-- 
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Received on Wednesday, 2 September 2009 14:12:26 UTC