]> granicus.if.org Git - python/commitdiff
add a comment about one of the remaining warts in the table
authorFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 15:49:25 +0000 (15:49 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 15:49:25 +0000 (15:49 +0000)
formatting

Doc/perl/python.perl

index 3019ce293e59f6b491520ab6f930819890f8b51c..e144fa4409521af28a7a5344370efb4ef2346c2a 100644 (file)
@@ -1326,6 +1326,12 @@ sub do_cmd_memberlineni{
 }
 
 
+# For tables, we include a class on every cell to allow the CSS to set
+# the text-align property; this is because support for styling columns
+# via the <col> element appears nearly non-existant on even the latest
+# browsers (Mozilla 1.7 is stable at the time of this writing).
+# Hopefully this can be improved as browsers evolve.
+
 @col_aligns = ('<td>', '<td>', '<td>', '<td>', '<td>');
 
 %FontConversions = ('cdata' => 'tt class="cdata"',