@@ -142,14 +142,14 @@ this specification links directly to these terms where relevant.
142142
143143<h3 id="box-sizing" caniuse="css3-boxsizing">Changing the Box Model: the 'box-sizing' property</h3>
144144
145- <pre class="propdef">
146- Name : box-sizing
145+ <pre class="propdef">
146+ Name : box-sizing
147147Value : content-box | border-box
148- Initial : content-box
149- Applies to : all elements that accept width or height
150- Inherited : no
151- Percentages : N/A
152- Computed value : specified value
148+ Initial : content-box
149+ Applies to : all elements that accept width or height
150+ Inherited : no
151+ Percentages : N/A
152+ Computed value : specified value
153153</pre>
154154
155155<dl dfn-type=value dfn-for=box-sizing>
@@ -292,55 +292,55 @@ The rendering of applying transforms to outlines is left explicitly undefined in
292292
293293<h3 id="outline">Outlines Shorthand: the 'outline' property</h3>
294294
295- <pre class="propdef">
296- Name : outline
295+ <pre class="propdef">
296+ Name : outline
297297Value : [ <<'outline-color'>> || <<'outline-style'>> || <<'outline-width'>> ]
298- Initial : see individual properties
299- Applies to : all elements
300- Inherited : no
301- Percentages : N/A
302- Computed value : see individual properties
303- Animation type : see individual properties
298+ Initial : see individual properties
299+ Applies to : all elements
300+ Inherited : no
301+ Percentages : N/A
302+ Computed value : see individual properties
303+ Animation type : see individual properties
304304</pre>
305305
306306<h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
307307
308- <pre class="propdef">
309- Name : outline-width
308+ <pre class="propdef">
309+ Name : outline-width
310310Value : <<line-width>>
311- Initial : medium
312- Applies to : all elements
313- Inherited : no
314- Percentages : N/A
311+ Initial : medium
312+ Applies to : all elements
313+ Inherited : no
314+ Percentages : N/A
315315Computed value : absolute length; ''0'' if the outline style is ''border-style/none''.
316316Animation type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
317317</pre>
318318
319319<h3 id="outline-style">Outline Patterns: the 'outline-style' property</h3>
320320
321- <pre class="propdef">
322- Name : outline-style
323- Value : auto | <'border-style'>
324- Initial : none
325- Applies to : all elements
326- Inherited : no
327- Percentages : N/A
321+ <pre class="propdef">
322+ Name : outline-style
323+ Value : auto | <'border-style'>
324+ Initial : none
325+ Applies to : all elements
326+ Inherited : no
327+ Percentages : N/A
328328Computed value : as specified
329329</pre>
330330
331331<h3 id="outline-color">Outline Colors: the 'outline-color' property</h3>
332332
333- <pre class="propdef">
334- Name : outline-color
335- Value : <<color>> | invert
336- Initial : invert
337- Applies to : all elements
338- Inherited : no
339- Percentages : N/A
333+ <pre class="propdef">
334+ Name : outline-color
335+ Value : <<color>> | invert
336+ Initial : invert
337+ Applies to : all elements
338+ Inherited : no
339+ Percentages : N/A
340340Computed value : The computed value for ''outline-color/invert'' is ''outline-color/invert'';
341341 the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
342342 see the 'color' property for other <<color>> values.
343- Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
343+ Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
344344</pre>
345345
346346The outline created with the outline properties is drawn "over" a box,
@@ -460,15 +460,15 @@ it may well overlap other elements on the page.
460460By default, the outline is drawn starting just outside the <a>border edge</a> .
461461However, it is possible to offset the outline and draw it beyond the <a>border edge</a> .
462462
463- <pre class="propdef">
464- Name : outline-offset
465- Value : <<length>>
466- Initial : 0
467- Applies to : all elements
468- Inherited : no
469- Percentages : N/A
470- Computed value : <<length>> value in absolute units (px or physical).
471- Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
463+ <pre class="propdef">
464+ Name : outline-offset
465+ Value : <<length>>
466+ Initial : 0
467+ Applies to : all elements
468+ Inherited : no
469+ Percentages : N/A
470+ Computed value : <<length>> value in absolute units (px or physical).
471+ Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
472472</pre>
473473
474474If the computed value of 'outline-offset'
@@ -513,14 +513,14 @@ The 'resize' property allows the author
513513to specify whether or not an element is resizable by the user,
514514and if so, along which axis/axes.
515515
516- <pre class="propdef">
517- Name : resize
518- Value : none | both | horizontal | vertical
519- Initial : none
516+ <pre class="propdef">
517+ Name : resize
518+ Value : none | both | horizontal | vertical
519+ Initial : none
520520Applies to : elements with 'overflow' other than visible,
521- and optionally replaced elements such as images, videos, and iframes
522- Inherited : no
523- Percentages : N/A
521+ and optionally replaced elements such as images, videos, and iframes
522+ Inherited : no
523+ Percentages : N/A
524524Computed value : as specified
525525</pre>
526526
@@ -918,8 +918,8 @@ While the content is being scrolled, implementations may adjust their rendering
918918<h3 id="pointer-interaction">Pointer interaction</h3>
919919
920920<h4 id="cursor" caniuse="css3-cursors">Styling the Cursor: the 'cursor' property</h4>
921- <pre class="propdef">
922- Name : cursor
921+ <pre class="propdef">
922+ Name : cursor
923923Value : [ [<<url>> [<x> <y>]?,]* <br>
924924 [ auto | default | none |<br>
925925 context-menu | help | pointer | progress | wait | <br>
@@ -930,12 +930,12 @@ Value: [ [<<url>> [<x> <y>]?,]* <br>
930930 col-resize | row-resize |
931931 all-scroll |<br>
932932 zoom-in | zoom-out <br>
933- ] ]
934- Initial : auto
935- Applies to : all elements
936- Inherited : yes
937- Percentages : N/A
938- Computed value : as specified, except with any relative URLs converted to absolute
933+ ] ]
934+ Initial : auto
935+ Applies to : all elements
936+ Inherited : yes
937+ Percentages : N/A
938+ Computed value : as specified, except with any relative URLs converted to absolute
939939</pre>
940940
941941This property specifies the type of cursor to be displayed for the pointing device
@@ -1238,17 +1238,17 @@ boxes are generated for it and its cursor is used for the canvas.
12381238<h3 id="insertion-caret">Insertion caret</h3>
12391239
12401240<h4 id="caret-color" caniuse="css-caret-color">Coloring the Insertion Caret: the 'caret-color' property</h4>
1241- <pre class="propdef">
1242- Name : caret-color
1243- Value : auto | <<color>>
1244- Initial : auto
1241+ <pre class="propdef">
1242+ Name : caret-color
1243+ Value : auto | <<color>>
1244+ Initial : auto
12451245Applies to : all elements
1246- Inherited : yes
1247- Percentages : N/A
1246+ Inherited : yes
1247+ Percentages : N/A
12481248Computed value : The computed value for ''caret-color/auto'' is ''caret-color/auto'';
12491249 the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
12501250 see the 'color' property for other <<color>> values.
1251- Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
1251+ Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
12521252</pre>
12531253
12541254<dl>
0 commit comments