- From: Ian Yang <ian@invigoreight.com>
- Date: Mon, 19 Nov 2012 13:22:07 +0800
- To: whatwg@whatwg.org
On Sat, Nov 17, 2012 at 8:01 AM, Ian Hickson <ian@hixie.ch> wrote: > > On Thu, 15 Nov 2012, Ian Yang wrote: > > > > That's a good idea. We really need an element to wrap all the <p>s, > > <ul>s, <ol>s, <figure>s, <table>s ... etc of a blog post. > > That's called <article>. > Thanks Hickson. Actually I had turned down my own opinion ( http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Nov/0182.html ). And isn't <article> used to wrap an entire blog post? Like this: <article> <header /> <div /> <footer /> </article> Are you suggesting that we code it like the following one? <article> <header /> <article /> <footer /> </article> Regards, Ian Yang
Received on Monday, 19 November 2012 05:26:11 UTC