[whatwg] A plea to Hixie to adopt <main>

Ian Yang ian at invigoreight.com
Sun Nov 18 21:22:07 PST 2012


On Sat, Nov 17, 2012 at 8:01 AM, Ian Hickson <ian at 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



More information about the whatwg mailing list