@@ -133,7 +133,7 @@ of Cascading Style Sheets, level 2, revision 1 [[CSS21]]
133
133
134
134
<h2 id="box-model">Box Model addition</h2>
135
135
136
- <h3 id="box-sizing">'box-sizing' property</h3>
136
+ <h3 id="box-sizing">Changing the Box Model: the 'box-sizing' property</h3>
137
137
138
138
<pre class="propdef">
139
139
Name : box-sizing
@@ -282,7 +282,7 @@ without making sure an alternative highlighting mechanism is provided.
282
282
The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.
283
283
284
284
285
- <h3 id="outline">'outline' property</h3>
285
+ <h3 id="outline">Outlines Shorthand: the 'outline' property</h3>
286
286
287
287
<pre class="propdef">
288
288
Name : outline
@@ -296,7 +296,7 @@ Computed value: see individual properties
296
296
Animation type : see individual properties
297
297
</pre>
298
298
299
- <h3 id="outline-width">'outline-width' property</h3>
299
+ <h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
300
300
301
301
<pre class="propdef">
302
302
Name : outline-width
@@ -310,7 +310,7 @@ Computed value: absolute length; ''0'' if the outline style is ''outline-width/n
310
310
Amination type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
311
311
</pre>
312
312
313
- <h3 id="outline-style">'outline-style' property</h3>
313
+ <h3 id="outline-style">Outline Patterns: the 'outline-style' property</h3>
314
314
315
315
<pre class="propdef">
316
316
Name : outline-style
@@ -323,7 +323,7 @@ Media: visual
323
323
Computed value : as specified
324
324
</pre>
325
325
326
- <h3 id="outline-color">'outline-color' property</h3>
326
+ <h3 id="outline-color">Outline Colors: the 'outline-color' property</h3>
327
327
328
328
<pre class="propdef">
329
329
Name : outline-color
@@ -451,7 +451,7 @@ Note: Since the outline does not affect formatting
451
451
(i.e., no space is left for it in the box model),
452
452
it may well overlap other elements on the page.
453
453
454
- <h3 id="outline-offset">'outline-offset' property</h3>
454
+ <h3 id="outline-offset">Offsetting the Outline: the 'outline-offset' property</h3>
455
455
456
456
By default, the outline is drawn starting just outside the <a>border edge</a> .
457
457
However, it is possible to offset the outline and draw it beyond the <a>border edge</a> .
@@ -504,7 +504,7 @@ on block container elements.
504
504
This specification adds to that a mechanism for controlling
505
505
user resizability of elements as well as the ability to specify text overflow behavior.
506
506
507
- <h3 id="resize">'resize' property</h3>
507
+ <h3 id="resize">Resizing Boxes: the 'resize' property</h3>
508
508
509
509
The 'resize' property allows the author
510
510
to specify whether or not an element is resizable by the user,
@@ -885,7 +885,7 @@ having it overlap other text by default.
885
885
886
886
<h3 id="pointer-interaction">Pointer interaction</h3>
887
887
888
- <h4 id="cursor">'cursor' property</h4>
888
+ <h4 id="cursor">Styling the Cursor: the 'cursor' property</h4>
889
889
<pre class="propdef">
890
890
Name : cursor
891
891
Value : [ [<<url>> [<x> <y>]?,]* <br>
@@ -1193,7 +1193,7 @@ boxes are generated for it and its cursor is used for the canvas.
1193
1193
1194
1194
<h3 id="insertion-caret">Insertion caret</h3>
1195
1195
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>
1197
1197
<pre class="propdef">
1198
1198
Name : caret-color
1199
1199
Value : auto | <<color>>
@@ -1244,7 +1244,7 @@ caret-color:#00aacc
1244
1244
1245
1245
<h3 id="keyboard">Keyboard control</h3>
1246
1246
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>
1248
1248
1249
1249
This section is at risk.
1250
1250
0 commit comments