[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 #10 from brunoais <brunoaiss@gmail.com> 2011-06-25 07:35:27 UTC ---
I'm still wondering...
Is that difficult to write:
<td class="someClass center">something</td>
or
<td class="center">something</td>
instead of:
<td class="someClass" align="center">something</td>
or
<td align="center">something</td>

?

If I were to choose... It seems like the 1st option wins with the less
characters used for the same thing. The win is when you already need to use a
class in that data, in the other way, it's about the same size (depends on the
class name).
So, do we still need to keep align?

-- 
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, 25 June 2011 07:35:33 UTC