- From: <makoto.ueki@gmail.com>
- Date: Sun, 6 Jun 2010 01:52:19 +0000 (GMT)
- To: public-comments-wcag20@w3.org
Name: Makoto Ueki
Email: makoto.ueki@gmail.com
Affiliation: Infoaxia, Inc.
Document: TD
Item Number: H73
Part of Item: Examples
Comment Type: technical
Summary of Issue: H73: Example 1, start tag is missing
Comment (Including rationale for any proposed change):
In Example 1, the start tag for <tr> element is missing.
</tr>
<td>4:00</td>
<td>4:05</td>
<td>4:11</td>
<td>4:19</td>
</tr>
Proposed Change:
</tr>
<tr>
<td>4:00</td>
<td>4:05</td>
<td>4:11</td>
<td>4:19</td>
</tr>
Received on Sunday, 6 June 2010 01:52:21 UTC