[Bug 14594] The <data> elements in the last example should have end tags

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14594

Mathias Bynens <mathias@qiwi.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mathias@qiwi.be

--- Comment #1 from Mathias Bynens <mathias@qiwi.be> 2011-10-29 07:18:58 UTC ---
I’m talking about this code example:

    <table class="sortable"> <!-- class used by script to find tables to which
to add sorting controls -->
     <thead> <tr> <th> Game <th> Corporations <th> Map Size
     <tbody>
      <tr> <td> 1830 <td> <data value="8">Eight</data> <td> <data
value="93">19+74 hexes (93 total)
      <tr> <td> 1856 <td> <data value="11">Eleven</data> <td> <data
value="99">12+87 hexes (99 total)
      <tr> <td> 1870 <td> <data value="10">Ten</data> <td> <data
value="149">4+145 hexes (149 total)
    </table>

Also, when you mouse over this section, it shows a link to
http://www.whatwg.org/specs/web-apps/current-work/#the-abbr-element, not
http://www.whatwg.org/specs/web-apps/current-work/#the-data-element; but
perhaps I should file a separate bug for that?

-- 
Configure bugmail: http://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, 29 October 2011 07:19:06 UTC