Skip to content

Commit

Permalink
Remove all occurences of valign=top
Browse files Browse the repository at this point in the history
The attribute `valign="top"` has no effect on any of the tables and therefore just adds noise to the HTML code which is then also harder to read.

Also the attribute should not be added to `td` elements but rather defined via styles if really necessary.
  • Loading branch information
dietmarw authored and beutlich committed Apr 27, 2018
1 parent 9261ec0 commit 5a64c84
Show file tree
Hide file tree
Showing 54 changed files with 4,899 additions and 4,899 deletions.
92 changes: 46 additions & 46 deletions Modelica/Blocks/Continuous.mo
Expand Up @@ -825,30 +825,30 @@ blocks inside the PID controller are initialized according to the following tabl
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>initType</strong></td>
<td valign=\"top\"><strong>I.initType</strong></td>
<td valign=\"top\"><strong>D.initType</strong></td></tr>
<tr><td><strong>initType</strong></td>
<td><strong>I.initType</strong></td>
<td><strong>D.initType</strong></td></tr>
<tr><td valign=\"top\"><strong>NoInit</strong></td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>NoInit</strong></td>
<td>NoInit</td>
<td>NoInit</td></tr>
<tr><td valign=\"top\"><strong>SteadyState</strong></td>
<td valign=\"top\">SteadyState</td>
<td valign=\"top\">SteadyState</td></tr>
<tr><td><strong>SteadyState</strong></td>
<td>SteadyState</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>InitialState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">InitialState</td></tr>
<tr><td><strong>InitialState</strong></td>
<td>InitialState</td>
<td>InitialState</td></tr>
<tr><td valign=\"top\"><strong>InitialOutput</strong><br>
<tr><td><strong>InitialOutput</strong><br>
and initial equation: y = y_start</td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">SteadyState</td></tr>
<td>NoInit</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>DoNotUse_InitialIntegratorState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>DoNotUse_InitialIntegratorState</strong></td>
<td>InitialState</td>
<td>NoInit</td></tr>
</table>
<p>
Expand Down Expand Up @@ -1158,30 +1158,30 @@ blocks inside the PID controller are initialized according to the following tabl
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>initType</strong></td>
<td valign=\"top\"><strong>I.initType</strong></td>
<td valign=\"top\"><strong>D.initType</strong></td></tr>
<tr><td><strong>initType</strong></td>
<td><strong>I.initType</strong></td>
<td><strong>D.initType</strong></td></tr>
<tr><td valign=\"top\"><strong>NoInit</strong></td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>NoInit</strong></td>
<td>NoInit</td>
<td>NoInit</td></tr>
<tr><td valign=\"top\"><strong>SteadyState</strong></td>
<td valign=\"top\">SteadyState</td>
<td valign=\"top\">SteadyState</td></tr>
<tr><td><strong>SteadyState</strong></td>
<td>SteadyState</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>InitialState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">InitialState</td></tr>
<tr><td><strong>InitialState</strong></td>
<td>InitialState</td>
<td>InitialState</td></tr>
<tr><td valign=\"top\"><strong>InitialOutput</strong><br>
<tr><td><strong>InitialOutput</strong><br>
and initial equation: y = y_start</td>
<td valign=\"top\">NoInit</td>
<td valign=\"top\">SteadyState</td></tr>
<td>NoInit</td>
<td>SteadyState</td></tr>
<tr><td valign=\"top\"><strong>DoNotUse_InitialIntegratorState</strong></td>
<td valign=\"top\">InitialState</td>
<td valign=\"top\">NoInit</td></tr>
<tr><td><strong>DoNotUse_InitialIntegratorState</strong></td>
<td>InitialState</td>
<td>NoInit</td></tr>
</table>
<p>
Expand Down Expand Up @@ -4620,20 +4620,20 @@ values of initType are defined in
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>Name</strong></td>
<td valign=\"top\"><strong>Description</strong></td></tr>
<tr><td><strong>Name</strong></td>
<td><strong>Description</strong></td></tr>
<tr><td valign=\"top\"><strong>Init.NoInit</strong></td>
<td valign=\"top\">no initialization (start values are used as guess values with fixed=false)</td></tr>
<tr><td><strong>Init.NoInit</strong></td>
<td>no initialization (start values are used as guess values with fixed=false)</td></tr>
<tr><td valign=\"top\"><strong>Init.SteadyState</strong></td>
<td valign=\"top\">steady state initialization (derivatives of states are zero)</td></tr>
<tr><td><strong>Init.SteadyState</strong></td>
<td>steady state initialization (derivatives of states are zero)</td></tr>
<tr><td valign=\"top\"><strong>Init.InitialState</strong></td>
<td valign=\"top\">Initialization with initial states</td></tr>
<tr><td><strong>Init.InitialState</strong></td>
<td>Initialization with initial states</td></tr>
<tr><td valign=\"top\"><strong>Init.InitialOutput</strong></td>
<td valign=\"top\">Initialization with initial outputs (and steady state of the states if possible)</td></tr>
<tr><td><strong>Init.InitialOutput</strong></td>
<td>Initialization with initial outputs (and steady state of the states if possible)</td></tr>
</table>
<p>
Expand Down
6 changes: 3 additions & 3 deletions Modelica/Blocks/Interfaces.mo
Expand Up @@ -1794,11 +1794,11 @@ of noise blocks.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
18 changes: 9 additions & 9 deletions Modelica/Blocks/Math.mo
Expand Up @@ -2942,11 +2942,11 @@ Note: The output is updated after each period defined by 1/f.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -3065,11 +3065,11 @@ Note: The output is updated after each period defined by 1/f.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -3156,11 +3156,11 @@ This block is demonstrated in the examples
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
30 changes: 15 additions & 15 deletions Modelica/Blocks/Noise.mo
Expand Up @@ -60,11 +60,11 @@ into your model and specify the seed.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -200,11 +200,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -261,11 +261,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -349,11 +349,11 @@ is dragged to provide global settings for all instances.
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down Expand Up @@ -686,11 +686,11 @@ distributions are given in the documentation of package
<table border=1 cellspacing=0 cellpadding=2>
<tr><th>Date</th> <th align=\"left\">Description</th></tr>
<tr><td valign=\"top\"> June 22, 2015 </td>
<td valign=\"top\">
<tr><td> June 22, 2015 </td>
<td>
<table border=0>
<tr><td valign=\"top\">
<tr><td>
<img src=\"modelica://Modelica/Resources/Images/Blocks/Noise/dlr_logo.png\">
</td><td valign=\"bottom\">
Initial version implemented by
Expand Down
14 changes: 7 additions & 7 deletions Modelica/Blocks/Nonlinear.mo
Expand Up @@ -261,10 +261,10 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
<th>Comment</th>
</tr>
<tr>
<td valign=\"top\">4954</td>
<td valign=\"top\">2012-03-02</td>
<td valign=\"top\">A. Haumer &amp; D. Winkler</td>
<td valign=\"top\"><p>Initial version based on discussion in ticket <a href=\"https://trac.modelica.org/Modelica/ticket/529\">#529</a></p></td>
<td>4954</td>
<td>2012-03-02</td>
<td>A. Haumer &amp; D. Winkler</td>
<td><p>Initial version based on discussion in ticket <a href=\"https://trac.modelica.org/Modelica/ticket/529\">#529</a></p></td>
</tr>
</table>
</html>"));
Expand Down Expand Up @@ -612,9 +612,9 @@ chapter 11.9, page 412-414, Huethig Verlag Heidelberg, 1994
<th>Comment</th>
</tr>
<tr>
<td valign=\"top\">2015-01-05</td>
<td valign=\"top\">Martin Otter (DLR-SR)</td>
<td valign=\"top\">Introduced parameter balance=true and a new implementation
<td>2015-01-05</td>
<td>Martin Otter (DLR-SR)</td>
<td>Introduced parameter balance=true and a new implementation
of the PadeDelay block with an optional, more reliable numerics</td>
</tr>
</table>
Expand Down
8 changes: 4 additions & 4 deletions Modelica/Blocks/Sources.mo
Expand Up @@ -3268,11 +3268,11 @@ have at least the following two parameters:
</p>
<table border=1 cellspacing=0 cellpadding=2>
<tr><td valign=\"top\"><strong>offset</strong></td>
<td valign=\"top\">Value which is added to the signal</td>
<tr><td><strong>offset</strong></td>
<td>Value which is added to the signal</td>
</tr>
<tr><td valign=\"top\"><strong>startTime</strong></td>
<td valign=\"top\">Start time of signal. For time &lt; startTime,
<tr><td><strong>startTime</strong></td>
<td>Start time of signal. For time &lt; startTime,
the output y is set to offset.</td>
</tr>
</table>
Expand Down

0 comments on commit 5a64c84

Please sign in to comment.