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
<p>The document language determines which elements are hyperlink
4587
-
source anchors. For example, in HTML 4.0, the link pseudo-classes
4589
+
source anchors. For example, in HTML4, the link pseudo-classes
4588
4590
apply to A elements with an "href" attribute. Thus, the following
4589
4591
two CSS 2.1 declarations have similar effect:</p>
4590
4592
@@ -10106,8 +10108,12 @@ <h2>10.4 <a name="min-max-widths">Minimum and maximum widths</a>: <a href="visud
10106
10108
</li>
10107
10109
</ol>
10108
10110
10109
-
<p>However, for replaced elements with an intrinsic ratio and at least
10110
-
one value of <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> or <a href="visudet.html#propdef-height" class="noxref"><span
10111
+
<p class="note">These steps do not affect the real computed values of
10112
+
the above properties.</p>
10113
+
10114
+
<p>However, for replaced elements with an intrinsic ratio and both
class="propinst-width">'width'</span></a> and <a href="visudet.html#propdef-height" class="noxref"><span
10111
10117
class="propinst-height">'height'</span></a> specified as 'auto', the
10112
10118
algorithm is as follows:
10113
10119
</p>
@@ -10651,7 +10657,7 @@ <h2>10.7 <a name="min-max-heights">Minimum and maximum heights</a>: <a href="vis
10651
10657
</p>
10652
10658
10653
10659
<p>The following algorithm describes how the two properties influence
10654
-
the <a href="cascade.html#computed-value">computed value</a>
10660
+
the <a href="cascade.html#computed-value">used value</a>
10655
10661
of the <a href="visudet.html#propdef-height" class="noxref"><span class="propinst-height">'height'</span></a> property:</p>
10656
10662
10657
10663
<ol>
@@ -10678,8 +10684,8 @@ <h2>10.7 <a name="min-max-heights">Minimum and maximum heights</a>: <a href="vis
10678
10684
</li>
10679
10685
</ol>
10680
10686
10681
-
<p>However, for replaced elements with an intrinsic ratio and at least
10682
-
one of <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> and <a href="visudet.html#propdef-height" class="noxref"><span
10687
+
<p>However, for replaced elements with both <a href="visudet.html#propdef-width" class="noxref"><span
10688
+
class="propinst-width">'width'</span></a> and <a href="visudet.html#propdef-height" class="noxref"><span
10683
10689
class="propinst-height">'height'</span></a> computed as 'auto', use the
10684
10690
algorithm under <a href="#min-max-widths">Minimum and maximum
10685
10691
widths</a> above to find the used width and height. Then apply the
@@ -15378,7 +15384,7 @@ <h2><a name="q1">17.1 Introduction to tables</a></h2>
15378
15384
15379
15385
<h2><a name="q2">17.2 The CSS table model</a></h2>
15380
15386
15381
-
<p>The CSS table model is based on the HTML 4.0 table model, in
15387
+
<p>The CSS table model is based on the HTML4 table model, in
15382
15388
which the structure of a table closely parallels the visual layout of
15383
15389
the table. In this model, a table consists of an optional caption and
15384
15390
any number of rows of cells. The table model is said to be "row
@@ -15490,8 +15496,8 @@ <h2><a name="q2">17.2 The CSS table model</a></h2>
15490
15496
have attributes which induce a certain style for the columns they
15491
15497
represent.
15492
15498
15493
-
<p>The <a href="sample.html">default style sheet for HTML 4.0</a>
15494
-
in the appendix illustrates the use of these values for HTML 4.0:
15499
+
<p>The <a href="sample.html">default style sheet for HTML4</a>
15500
+
in the appendix illustrates the use of these values for HTML4:
0 commit comments