Skip to content

Commit 63def0b

Browse files
committed
[css-ui] Changing section titles to match conventions
1 parent a0b4213 commit 63def0b

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

css-ui-4/Overview.bs

+13-9
Original file line numberDiff line numberDiff line change
@@ -81,35 +81,39 @@ of Cascading Style Sheets, level 2, revision 1 [[CSS21]]
8181

8282
<h2 id="box-model">Box Model addition</h2>
8383

84-
<h3 id="box-sizing">'box-sizing' property</h3>
84+
<h3 id="box-sizing">Changing the Box Model: the 'box-sizing' property</h3>
8585

8686
Issue: Add final level 3 content
8787

8888
<h2 id="outline-props">Outline properties</h2>
8989

9090
Issue: Add final level 3 content
9191

92-
<h3 id="outline">'outline' property</h3>
92+
<h3 id="outline">Outlines Shorthand: the 'outline' property</h3>
9393

9494
Issue: Add final level 3 content
9595

96-
<h3 id="outline-width">'outline-width' property</h3>
96+
<h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
9797

9898
Issue: Add final level 3 content
9999

100-
<h3 id="outline-style">'outline-style' property</h3>
100+
<h3 id="outline-style">Outline Patterns: the 'outline-style' property</h3>
101101

102102
Issue: Add final level 3 content
103103

104-
<h3 id="outline-color">'outline-color' property</h3>
104+
<h3 id="outline-color">Outline Colors: the 'outline-color' property</h3>
105+
106+
Issue: Add final level 3 content
107+
108+
<h3 id="outline-offset">Offsetting the Outline: the 'outline-offset' property</h3>
105109

106110
Issue: Add final level 3 content
107111

108112
<h2 id="resizing-and-overflow">Resizing &amp; Overflow</h2>
109113

110114
Issue: Add final level 3 content
111115

112-
<h3 id="resize">'resize' property</h3>
116+
<h3 id="resize">Resizing Boxes: the 'resize' property</h3>
113117

114118
Issue: Add final level 3 content
115119

@@ -489,7 +493,7 @@ then only the end ellipsis/string should be rendered.
489493

490494
<h3 id="pointer-interaction">Pointer interaction</h3>
491495

492-
<h4 id="cursor">'cursor' property</h4>
496+
<h4 id="cursor">Styling the Cursor: the 'cursor' property</h4>
493497

494498
Issue: Add final level 3 content
495499

@@ -499,7 +503,7 @@ then only the end ellipsis/string should be rendered.
499503

500504
<h3 id="insertion-caret">Insertion caret</h3>
501505

502-
<h4 id="caret-color">Coloring the insertion caret: 'caret-color'</h4>
506+
<h4 id="caret-color">Coloring the Insertion Caret: the 'caret-color' property</h4>
503507

504508
Issue: Add final level 3 content
505509

@@ -850,7 +854,7 @@ Omitted values are set to their initial values.
850854

851855
<h3 id="keyboard">Keyboard control</h3>
852856

853-
<h4 id="nav-dir">Directional focus navigation: the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties</h4>
857+
<h4 id="nav-dir">Directional Focus Navigation: the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties</h4>
854858

855859
Issue: Add final level 3 content
856860

css-ui/Overview.bs

+10-10
Original file line numberDiff line numberDiff line change
@@ -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">
139139
Name: box-sizing
@@ -282,7 +282,7 @@ without making sure an alternative highlighting mechanism is provided.
282282
The 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">
288288
Name: outline
@@ -296,7 +296,7 @@ Computed value: see individual properties
296296
Animation 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">
302302
Name: outline-width
@@ -310,7 +310,7 @@ Computed value: absolute length; ''0'' if the outline style is ''outline-width/n
310310
Amination 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">
316316
Name: outline-style
@@ -323,7 +323,7 @@ Media: visual
323323
Computed 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">
329329
Name: 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),
452452
it 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

456456
By default, the outline is drawn starting just outside the <a>border edge</a>.
457457
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.
504504
This specification adds to that a mechanism for controlling
505505
user 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

509509
The 'resize' property allows the author
510510
to 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">
890890
Name: cursor
891891
Value: [ [<<url>> [&lt;x&gt; &lt;y&gt;]?,]* <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">
11981198
Name: caret-color
11991199
Value: 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

12491249
This section is at risk.
12501250

0 commit comments

Comments
 (0)