Re: Usage of Articles

looks sane to me…

20.11.2014, 15:03, "Oscar" <oscar.cao@live.com>:
> 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

--
Charles McCathie Nevile - web standards - CTO Office, Yandex
chaals@yandex-team.ru - - - Find more at http://yandex.com

Received on Thursday, 20 November 2014 12:18:16 UTC