Skip to content

Commit 2a05273

Browse files
committed
[css-align-3][editorial] Fix headings #11333
1 parent 50926a7 commit 2a05273

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-align-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ Self-Alignment: Aligning the Box Within Its Parent</h2>
13571357
</div>
13581358

13591359
<h3 id='justify-self-property'>
1360-
Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
1360+
Inline-Axis (or Main-Axis) Self-Alignment: the 'justify-self' property</h3>
13611361

13621362
<pre class="propdef">
13631363
Name: justify-self
@@ -1577,7 +1577,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
15771577
See [[!CSS-GRID-1]] for details.
15781578

15791579
<h3 id='align-self-property'>
1580-
Block-Axis (or Cross-Axis) Alignment: the 'align-self' property</h3>
1580+
Block-Axis (or Cross-Axis) Self-Alignment: the 'align-self' property</h3>
15811581

15821582
<pre class="propdef">
15831583
Name: align-self
@@ -1923,7 +1923,7 @@ Default Alignment</h2>
19231923
</div>
19241924

19251925
<h3 id='justify-items-property'>
1926-
Inline-Axis (or Main-Axis) Alignment: the 'justify-items' property</h3>
1926+
Inline-Axis (or Main-Axis) Default Alignment: the 'justify-items' property</h3>
19271927

19281928
<pre class="propdef">
19291929
Name: justify-items
@@ -1960,7 +1960,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-items' property</h3>
19601960
Other values have no special handling and are merely referenced by 'justify-self'.
19611961

19621962
<h3 id='align-items-property'>
1963-
Block-Axis (or Cross-Axis) Alignment: the 'align-items' property</h3>
1963+
Block-Axis (or Cross-Axis) Default Alignment: the 'align-items' property</h3>
19641964

19651965
<pre class="propdef">
19661966
Name: align-items
@@ -1980,7 +1980,7 @@ Block-Axis (or Cross-Axis) Alignment: the 'align-items' property</h3>
19801980
Values have no special handling and are merely referenced by 'align-self'.
19811981

19821982
<h3 id='place-items-property'>
1983-
Self-Alignment Shorthand: the 'place-items' property</h3>
1983+
Default Alignment Shorthand: the 'place-items' property</h3>
19841984

19851985
<pre class="propdef">
19861986
Name: place-items

0 commit comments

Comments
 (0)