mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
add a comment about one of the remaining warts in the table
formatting
This commit is contained in:
parent
b194b5b3cc
commit
9e927f1564
1 changed files with 6 additions and 0 deletions
|
@ -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"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue