[Python-checkins] python/dist/src/Doc/perl python.perl,1.154,1.155
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Wed Nov 10 16:49:28 CET 2004
Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18204
Modified Files:
python.perl
Log Message:
add a comment about one of the remaining warts in the table
formatting
Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- python.perl 10 Nov 2004 15:37:54 -0000 1.154
+++ python.perl 10 Nov 2004 15:49:25 -0000 1.155
@@ -1326,6 +1326,12 @@
}
+# 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"',
More information about the Python-checkins
mailing list