- From: <bugzilla@jessica.w3.org>
- Date: Fri, 20 May 2011 04:45:34 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11812 Jukka K. Korpela <jukka.k.korpela@kolumbus.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jukka.k.korpela@kolumbus.fi --- Comment #9 from Jukka K. Korpela <jukka.k.korpela@kolumbus.fi> 2011-05-20 04:45:32 UTC --- The most obvious need for the align attribute is in numeric tables, which are tabular data par excellence. Columns containing integers should be right-aligned (align="right"), and columns containing real numbers should be aligned to the decimal separator (currently not possible in HTML or in CSS except with trickery, but the need is still there). It is illogical to leave this entirely to CSS, since the need relates to the type of content, not just styling preferences. As we cannot use markup like, say, <col type="numeric">, please let us at least keep using <td align="right"> without feeling guilty. -- 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, 20 May 2011 04:45:36 UTC