You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><img src="images/percentage-heights-hundred-percent.png" width="23" height="29" style="vertical-align: middle" alt="100%" title="Percentage honored during second layout pass"></td>
1955
+
</tr>
1956
+
<tr>
1957
+
<td><i style="opacity:0.5"><any></i></td>
1958
+
<td><length></td>
1959
+
<td><img src="images/percentage-heights-hundred-percent.png" width="23" height="29" style="vertical-align: middle" alt="100%" title="Percentage honored during second layout pass"></td>
1960
+
</tr>
1961
+
<tr>
1962
+
<td><i style="opacity:0.5"><any></i></td>
1963
+
<td><percentage></td>
1964
+
<td><img src="images/percentage-heights-hundred-percent.png" width="23" height="29" style="vertical-align: middle" alt="100%" title="Percentage honored during second layout pass"></td>
1965
+
</tr>
1966
+
<tr>
1967
+
<td>auto</td>
1968
+
<td>auto</td>
1969
+
<td><img src="images/percentage-heights-auto.png" width="23" height="29" style="vertical-align: middle" alt="auto" title="Percentage ignored; no second layout pass"></td>
1970
+
</tr>
1971
+
<tr>
1972
+
<td><percentage></td>
1973
+
<td>auto</td>
1974
+
<td><img src="images/percentage-heights-auto.png" width="23" height="29" style="vertical-align: middle" alt="auto" title="Percentage ignored; no second layout pass"></td>
1975
+
</tr>
1976
+
</tbody>
1977
+
</table>
1978
+
1979
+
Note that neither <code>--other-table-cell-height</code> nor <code>--wrapper-height</code> do influence the algorithm's outcome.
1980
+
1981
+
A previous version of this specification incorrectly stated that <code>--wrapper-height</code> was taken into account when the table had a percentage height,
1982
+
but compat issues appeared when an implementation landed, and the behavior was then special-cased.
0 commit comments