Internet Explorer fails to render some tables generated by the
informaltable element properly, unless the pgwide attribute is explicitly set to 1. Use this consistently within the (en) tree, and update the FDP accordingly. This should finally silence the demons in: PR: docs/73095 Submitted by: Hilko Meyer <Hilko dot Meyer at gmx dot de>
This commit is contained in:
parent
b3739b739e
commit
eb2cd84505
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23070
34 changed files with 267 additions and 261 deletions
|
|
@ -338,7 +338,7 @@
|
|||
<para>Below is a table of the RS232-C signal assignments in
|
||||
the DB25 and DB9 connectors.</para>
|
||||
|
||||
<informaltable frame="none">
|
||||
<informaltable frame="none" pgwide="1">
|
||||
<tgroup cols="7">
|
||||
<thead>
|
||||
<row>
|
||||
|
|
@ -902,7 +902,7 @@
|
|||
<para>The <replaceable>p</replaceable> is the package-type
|
||||
field. The types are:</para>
|
||||
|
||||
<informaltable frame="none">
|
||||
<informaltable frame="none" pgwide="1">
|
||||
<tgroup cols="3">
|
||||
<tbody>
|
||||
<row>
|
||||
|
|
@ -1023,7 +1023,7 @@
|
|||
that it would not abort no matter how many differences were
|
||||
encountered.</para>
|
||||
|
||||
<informaltable frame="none">
|
||||
<informaltable frame="none" pgwide="1">
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
|
|
@ -1165,7 +1165,7 @@
|
|||
<para>A description of the I/O ports of the 8250/16450/16550
|
||||
UART is provided below.</para>
|
||||
|
||||
<informaltable frame="none">
|
||||
<informaltable frame="none" pgwide="1">
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue