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
@@ -1911,7 +1911,7 @@ semicolon (;) or the next <a href="#block">block,</a> whichever comes
1911
1911
first.
1912
1912
</p>
1913
1913
1914
-
<p>CSS 2 user agents must <a data-lt="ignore" href="#ignore">ignore</a> any <a href="#at-import">''@import''</a> rule that occurs inside a <a href="#block">block</a> or after any non-ignored statement other than an <a data-lt="">@charset</a> or an @import rule.
1914
+
<p>CSS 2 user agents must <a data-lt="ignore" href="#ignore">ignore</a> any ''@import'' rule that occurs inside a <a href="#block">block</a> or after any non-ignored statement other than an <a data-lt="">@charset</a> or an @import rule.
1915
1915
</p>
1916
1916
1917
1917
<div class="illegal example"><p>
@@ -3713,9 +3713,9 @@ their name, attributes or content; in principle characteristics that
3713
3713
cannot be deduced from the document tree. Pseudo-classes may be
3714
3714
dynamic, in the sense that an element may acquire or lose a
3715
3715
pseudo-class while a user interacts with the document. The exceptions
3716
-
are <a href="#first-child">'':first-child''</a>, which <em>can</em> be
3716
+
are '':first-child'', which <em>can</em> be
3717
3717
deduced from the document tree, and
3718
-
<a href="#lang">'':lang()''</a>, which can be
3718
+
'':lang()'', which can be
3719
3719
deduced from the document tree in some cases.
3720
3720
</ul>
3721
3721
@@ -5666,7 +5666,7 @@ value type, which may take one of the following values:</p>
For the root element, the computed value is changed as described in
6401
-
the section on the <a href="#dis-pos-flo">relationships between 'display', 'position', and 'float'</a>.
6401
+
the section on the <a href="#dis-pos-flo">relationships between <css>display</css>, <css>position</css>, and <css>float</css></a>.
6402
6402
</p>
6403
6403
6404
-
<p>Note that although the <a href="#initial-value">initial
6405
-
value</a> of 'display' is
6406
-
''inline'', rules in the user agent's <a href="#default-style-sheet">default style sheet</a> may <a href="#assigning">override</a> this value. See the <a href="#html-stylesheet">sample style sheet</a> for HTML 4 in the
6407
-
appendix.
6404
+
<p>Note that although the <a href="#initial-value">initial value</a> of 'display' is ''inline'',
6405
+
rules in the user agent's <a href="#default-style-sheet">default style sheet</a> may <a href="#assigning">override</a> this value.
6406
+
See the <a href="#html-stylesheet">sample style sheet</a> for HTML 4 in the appendix.
6408
6407
</p>
6409
6408
<div class="example">
6410
6409
<p>Here are some examples of the 'display' property:
@@ -7312,7 +7311,7 @@ from elements earlier in the source document.
7312
7311
<dd>No constraint on the box's position with respect to floats.</dd>
7313
7312
</dl>
7314
7313
7315
-
<p>Values other than ''clear/none'' potentially introduce <dfn><dfn id="clearance">clearance</dfn>.</dfn>
7314
+
<p>Values other than ''clear/none'' potentially introduce <dfn id="clearance">clearance</dfn>.
7316
7315
Clearance inhibits margin collapsing
7317
7316
and acts as spacing above the margin-top of an element. It is used to
7318
7317
push the element vertically past the float.
@@ -9070,7 +9069,7 @@ Applies to: all elements but non-replaced inline elements, table columns, and co
9070
9069
Inherited: no
9071
9070
Percentages: see prose
9072
9071
Media: visual
9073
-
Computed Value: the percentage or ''auto'' (see prose under <percentage>) or the absolute length
9072
+
Computed Value: the percentage or ''auto'' (see prose under <<percentage>>) or the absolute length
9074
9073
</xmp>
9075
9074
9076
9075
@@ -9618,7 +9617,7 @@ Applies to: *
9618
9617
Inherited: yes
9619
9618
Percentages: refer to the font size of the element itself
9620
9619
Media: visual
9621
-
Computed Value: for <length> and <percentage> the absolute value; otherwise as specified
9620
+
Computed Value: for <<length>> and <<percentage>> the absolute value; otherwise as specified
9622
9621
</xmp>
9623
9622
9624
9623
@@ -9700,7 +9699,7 @@ Applies to: inline-level and ''table-cell'' elements
9700
9699
Inherited: no
9701
9700
Percentages: refer to the 'line-height' of the element itself
9702
9701
Media: visual
9703
-
Computed Value: for <percentage> and <length> the absolute length, otherwise as specified
9702
+
Computed Value: for <<percentage>> and <<length>> the absolute length, otherwise as specified
9704
9703
</xmp>
9705
9704
9706
9705
@@ -12116,7 +12115,7 @@ Applies to: *
12116
12115
Inherited: no
12117
12116
Percentages: refer to the size of the box itself
12118
12117
Media: visual
12119
-
Computed Value: for <length> the absolute value, otherwise a percentage
12118
+
Computed Value: for <<length>> the absolute value, otherwise a percentage
0 commit comments