@@ -82,7 +82,7 @@ Value Definition Syntax</h2>
8282 A value so described can have one or more components.
8383
8484<h3 id="component-types">
85- Component value types </h3>
85+ Component Value Types </h3>
8686
8787 Component value types are designated in several ways:
8888
@@ -182,7 +182,7 @@ Component value types</h3>
182182 ''background: url(corner.png) no-repeat, inherit;'' is invalid.
183183
184184<h3 id="component-combinators">
185- Component value combinators </h3>
185+ Component Value Combinators </h3>
186186
187187 Component values can be arranged into property values as follows:
188188
@@ -218,7 +218,7 @@ Component value combinators</h3>
218218 </pre>
219219
220220<h3 id="component-multipliers">
221- Component value multipliers </h3>
221+ Component Value Multipliers </h3>
222222
223223 Every type, keyword, or bracketed group may be followed by one of
224224 the following modifiers:
@@ -299,7 +299,7 @@ Combinator and Multiplier Patterns</h3>
299299 while the "in order" possibilities are all variants on juxtaposition.
300300
301301<h3 id="component-whitespace">
302- Component values and white space </h3>
302+ Component Values and White Space </h3>
303303
304304 Unless otherwise specified,
305305 <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>
316316 to get this parsed as the two lengths ''1em'' and ''2em'' .
317317
318318<h3 id="value-examples">
319- Property value examples </h3>
319+ Property Value Examples </h3>
320320
321321 Below are some examples of properties with their corresponding value
322322 definition fields
@@ -937,7 +937,7 @@ Distance Units: the <<length>> type</h2>
937937 There are two types of length units: <a lt="relative length">relative</a> and <a lt="absolute length">absolute</a> .
938938
939939<h3 id="relative-lengths">
940- Relative lengths </h3>
940+ Relative Lengths </h3>
941941
942942 <dfn lt="relative length">Relative length units</dfn> specify a length relative to another length.
943943 Style sheets that use relative units can more easily scale from one output environment to another.
@@ -983,7 +983,7 @@ Relative lengths</h3>
983983-->
984984
985985<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>
987987
988988 The <dfn export id="font-relative-length">font-relative lengths</dfn> refer to the font metrics of the element on which they are used--
989989 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>
10671067-->
10681068
10691069<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>
10711071
10721072 The <dfn export>viewport-percentage lengths</dfn> are relative to the size of the
10731073 <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>
11151115-->
11161116
11171117<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>
11191119
11201120 The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
11211121 and [=anchored=] to some physical measurement.
0 commit comments