diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-10 15:49:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-10 15:49:25 (GMT) |
commit | 9e927f156435884b1d95b3507357305c1590bd6c (patch) | |
tree | 160db06777fa5c4969f9360ee96dcd0af85d3c25 /Doc/perl | |
parent | b194b5b3cc4036df2e266b132089bafb11dedb08 (diff) | |
download | cpython-9e927f156435884b1d95b3507357305c1590bd6c.zip cpython-9e927f156435884b1d95b3507357305c1590bd6c.tar.gz cpython-9e927f156435884b1d95b3507357305c1590bd6c.tar.bz2 |
add a comment about one of the remaining warts in the table
formatting
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/python.perl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 3019ce2..e144fa4 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -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"', |