@@ -82,7 +82,7 @@ Value Definition Syntax</h2>
82
82
A value so described can have one or more components.
83
83
84
84
<h3 id="component-types">
85
- Component value types </h3>
85
+ Component Value Types </h3>
86
86
87
87
Component value types are designated in several ways:
88
88
@@ -182,7 +182,7 @@ Component value types</h3>
182
182
''background: url(corner.png) no-repeat, inherit;'' is invalid.
183
183
184
184
<h3 id="component-combinators">
185
- Component value combinators </h3>
185
+ Component Value Combinators </h3>
186
186
187
187
Component values can be arranged into property values as follows:
188
188
@@ -218,7 +218,7 @@ Component value combinators</h3>
218
218
</pre>
219
219
220
220
<h3 id="component-multipliers">
221
- Component value multipliers </h3>
221
+ Component Value Multipliers </h3>
222
222
223
223
Every type, keyword, or bracketed group may be followed by one of
224
224
the following modifiers:
@@ -299,7 +299,7 @@ Combinator and Multiplier Patterns</h3>
299
299
while the "in order" possibilities are all variants on juxtaposition.
300
300
301
301
<h3 id="component-whitespace">
302
- Component values and white space </h3>
302
+ Component Values and White Space </h3>
303
303
304
304
Unless otherwise specified,
305
305
<a href="https://www.w3.org/TR/css-syntax/#whitespace">white space</a> and/or comments may appear before, after, and/or between
@@ -316,7 +316,7 @@ Component values and white space</h3>
316
316
to get this parsed as the two lengths ''1em'' and ''2em'' .
317
317
318
318
<h3 id="value-examples">
319
- Property value examples </h3>
319
+ Property Value Examples </h3>
320
320
321
321
Below are some examples of properties with their corresponding value
322
322
definition fields
@@ -937,7 +937,7 @@ Distance Units: the <<length>> type</h2>
937
937
There are two types of length units: <a lt="relative length">relative</a> and <a lt="absolute length">absolute</a> .
938
938
939
939
<h3 id="relative-lengths">
940
- Relative lengths </h3>
940
+ Relative Lengths </h3>
941
941
942
942
<dfn lt="relative length">Relative length units</dfn> specify a length relative to another length.
943
943
Style sheets that use relative units can more easily scale from one output environment to another.
@@ -983,7 +983,7 @@ Relative lengths</h3>
983
983
-->
984
984
985
985
<h4 id="font-relative-lengths">
986
- Font-relative lengths : the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
986
+ Font-relative Lengths : the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
987
987
988
988
The <dfn export id="font-relative-length">font-relative lengths</dfn> refer to the font metrics of the element on which they are used--
989
989
or, in the case of ''rem'' , the metrics of the root element).
@@ -1067,7 +1067,7 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
1067
1067
-->
1068
1068
1069
1069
<h4 id="viewport-relative-lengths">
1070
- Viewport-percentage lengths : the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
1070
+ Viewport-percentage Lengths : the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
1071
1071
1072
1072
The <dfn export>viewport-percentage lengths</dfn> are relative to the size of the
1073
1073
<a href="https://www.w3.org/TR/CSS21/visudet.html#containing-block-details">initial containing block</a> .
@@ -1115,7 +1115,7 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
1115
1115
-->
1116
1116
1117
1117
<h3 id="absolute-lengths">
1118
- Absolute lengths : the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
1118
+ Absolute Lengths : the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
1119
1119
1120
1120
The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
1121
1121
and [=anchored=] to some physical measurement.
0 commit comments