@@ -133,7 +133,7 @@ of Cascading Style Sheets, level 2, revision 1 [[CSS21]]
133133
134134<h2 id="box-model">Box Model addition</h2>
135135
136- <h3 id="box-sizing">'box-sizing' property</h3>
136+ <h3 id="box-sizing">Changing the Box Model: the 'box-sizing' property</h3>
137137
138138<pre class="propdef">
139139Name : box-sizing
@@ -282,7 +282,7 @@ without making sure an alternative highlighting mechanism is provided.
282282The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.
283283
284284
285- <h3 id="outline">'outline' property</h3>
285+ <h3 id="outline">Outlines Shorthand: the 'outline' property</h3>
286286
287287<pre class="propdef">
288288Name : outline
@@ -296,7 +296,7 @@ Computed value: see individual properties
296296Animation type : see individual properties
297297</pre>
298298
299- <h3 id="outline-width">'outline-width' property</h3>
299+ <h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
300300
301301<pre class="propdef">
302302Name : outline-width
@@ -310,7 +310,7 @@ Computed value: absolute length; ''0'' if the outline style is ''outline-width/n
310310Amination type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
311311</pre>
312312
313- <h3 id="outline-style">'outline-style' property</h3>
313+ <h3 id="outline-style">Outline Patterns: the 'outline-style' property</h3>
314314
315315<pre class="propdef">
316316Name : outline-style
@@ -323,7 +323,7 @@ Media: visual
323323Computed value : as specified
324324</pre>
325325
326- <h3 id="outline-color">'outline-color' property</h3>
326+ <h3 id="outline-color">Outline Colors: the 'outline-color' property</h3>
327327
328328<pre class="propdef">
329329Name : outline-color
@@ -451,7 +451,7 @@ Note: Since the outline does not affect formatting
451451(i.e., no space is left for it in the box model),
452452it may well overlap other elements on the page.
453453
454- <h3 id="outline-offset">'outline-offset' property</h3>
454+ <h3 id="outline-offset">Offsetting the Outline: the 'outline-offset' property</h3>
455455
456456By default, the outline is drawn starting just outside the <a>border edge</a> .
457457However, it is possible to offset the outline and draw it beyond the <a>border edge</a> .
@@ -504,7 +504,7 @@ on block container elements.
504504This specification adds to that a mechanism for controlling
505505user resizability of elements as well as the ability to specify text overflow behavior.
506506
507- <h3 id="resize">'resize' property</h3>
507+ <h3 id="resize">Resizing Boxes: the 'resize' property</h3>
508508
509509The 'resize' property allows the author
510510to specify whether or not an element is resizable by the user,
@@ -885,7 +885,7 @@ having it overlap other text by default.
885885
886886<h3 id="pointer-interaction">Pointer interaction</h3>
887887
888- <h4 id="cursor">'cursor' property</h4>
888+ <h4 id="cursor">Styling the Cursor: the 'cursor' property</h4>
889889<pre class="propdef">
890890Name : cursor
891891Value : [ [<<url>> [<x> <y>]?,]* <br>
@@ -1193,7 +1193,7 @@ boxes are generated for it and its cursor is used for the canvas.
11931193
11941194<h3 id="insertion-caret">Insertion caret</h3>
11951195
1196- <h4 id="caret-color">Coloring the insertion caret: caret-color</h4>
1196+ <h4 id="caret-color">Coloring the Insertion Caret: the ' caret-color' property </h4>
11971197<pre class="propdef">
11981198Name : caret-color
11991199Value : auto | <<color>>
@@ -1244,7 +1244,7 @@ caret-color:#00aacc
12441244
12451245<h3 id="keyboard">Keyboard control</h3>
12461246
1247- <h4 id="nav-dir">Directional focus navigation : the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties</h4>
1247+ <h4 id="nav-dir">Directional Focus Navigation : the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties</h4>
12481248
12491249This section is at risk.
12501250
0 commit comments