[Bug 17579] Apply 'tag' (link type) to its nearest article or body element ancestor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17579

--- Comment #1 from res-html@untief.org 2012-06-23 00:14:12 UTC ---
(sorry, I messed up the example; another try)

<section>
  <h1>Recent articles</h1>

  <article>
    <h1>My first cooking lesson</h1>
    <p>… — <a href="/blog/cooking-lesson">Read more</a></p>
    <footer>Tagged with <a href="/tags/cooking" rel="tag">Cooking</a></footer>
  <article>

  <article>
    <h1>I scored two goals</h1>
    <p>… — <a href="/blog/two-goals">Read more</a></p>
    <footer>Tagged with <a href="/tags/football"
rel="tag">Football</a></footer>
  <article>

</section>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 23 June 2012 00:14:15 UTC