RE: Usage of Articles

Thanks all.

The outta H3 is a typo. I would have though one would want the 'title' of the pages as headings and not plain text. Also considering it's wrapped in an ARTICLE.

So from a overall group consensus, I'm getting an OK with the use of Article, but remove the heading tags within the articles?

O.
________________________________
From: Userite<mailto:richard@userite.com>
Sent: ‎21/‎11/‎2014 2:31 AM
To: Oscar<mailto:oscar.cao@live.com>; w3c-wai-ig@w3.org<mailto:w3c-wai-ig@w3.org>
Subject: Re: Usage of Articles

Dear Oscar’
I have no problem with the way that you use the <article> element – but I am concerned about the way you use the list <li> element.
In HTML the <li> element defines an item within a list of associated objects such as book titles. If I send you a list of the books I read last year you would not expect to receive the actual books !!
Similarly you would not expect to find a heading <h3> within the list as this implies a change of topic.
Regards
Richard

From: Oscar
Sent: Thursday, November 20, 2014 11:58 AM
To: w3c-wai-ig@w3.org
Subject: Usage of Articles

Hi all

Just wondering. Am I over using/overkilling the poor ARTICLE tag by doing this:

<h3>My list of stuff</h3>
<ul class="news-list">
                        <li>
                            <article>
                                <time class="date" datetime="2014-06-19">19/06/2014</time>
                                <h3>
                                    <a href=“#">
                                        Bla bla
                                    </a>
                                </h3>
                            </article>
                        </li>
                        <li>
                            <article>
                                <time class="date" datetime="2014-03-27">27/03/2014</time>
                                <h3>
                                    <a href=“#">
                                        Bla bla
                                    </a>
                                    <span title="File size" aria-label="PDF file size 27 Kilobytes" class="file-size">27<abbr title="Kilobyte">KB</abbr></span>
                                </h3>
                            </article>
                        </li>
                        <li>
                            <article>
                                <time class="date" datetime="2014-03-20">20/03/2014</time>
                                <h3>
                                    <a href=“#">
                                        Bla bla
                                    </a>
                                </h3>
                            </article>
                        </li>
                        <li>
                            <article>
                                <time class="date" datetime="2014-02-17">17/02/2014</time>
                                <h3>
                                    <a href=“#">
                                        Bla bla
                                    </a>
                                </h3>
                            </article>
                        </li>
                        <li>
                            <article>
                                <time class="date" datetime="2014-01-24">24/01/2014</time>
                                <h3>
                                    <a href=“#">
                                        Bla bla
                                    </a>
                                </h3>
                            </article>
                        </li>
                    </ul>

Regards
Oscar
Richard Warren
Technical Manager
Website Auditing Limited (Userite)
http://www.userite.com

Received on Thursday, 20 November 2014 20:10:19 UTC