[Bug 11812] The align attribute on the td and th elements should be conforming

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

--- Comment #2 from Henri Sivonen <hsivonen@iki.fi> 2011-03-18 14:34:14 UTC ---
(In reply to comment #1)
> Do you have an example of how this would be used?

<th align=left>Header for column whose data cells contain text</th>
<th align=center>Header for column whose data mostly consists of checkmarks,
bullets or such</th>
<th align=right>Header for column whose data is mostly numbers (or that is the
rightmost column in some designs)</th>
<td align=center>•</td>
<td align=right>42</td>

-- 
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 Friday, 18 March 2011 14:34:16 UTC