- From: <noreply@w3.org>
- Date: Tue, 10 Sep 2013 12:20:24 +0000
- To: public-comments-wcag20@w3.org
Name: Mark Rogers
Email: mark.rogers@powermapper.com
Affiliation: Powermapper Software Limited
Document: TD
Item Number: (none selected)
Part of Item: Examples
Comment Type: technical
Summary of Issue: F91 example 1 contains markup error
Comment (Including rationale for any proposed change):
F91 is about tables that don't contain heading markup, but the example contains </th> closing tags (looks like copy-and-paste error).
<td>33</th>
<td>169</th>
<td>59</th>
PS Comment form needs update: can't choose items beyond F89
Proposed Change:
Change:
<td>33</th>
<td>169</th>
<td>59</th>
to:
<td>33</td>
<td>169</td>
<td>59</td>
Received on Tuesday, 10 September 2013 12:20:26 UTC