From 9e927f156435884b1d95b3507357305c1590bd6c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 10 Nov 2004 15:49:25 +0000 Subject: add a comment about one of the remaining warts in the table formatting --- Doc/perl/python.perl | 6 ++++++ 1 file changed, 6 insertions(+) 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 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 = ('', '', '', '', ''); %FontConversions = ('cdata' => 'tt class="cdata"', -- cgit v0.12