Skip to content

Commit dddb423

Browse files
committed
[css-align] Fix some copy-paste errors (I guess?) in align-self definition.
1 parent 727a144 commit dddb423

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
706706
Name: align-self
707707
Value: auto | <<baseline-position>> | [ <<overflow-position>>? && <<item-position>> ]
708708
Initial: auto
709-
Applies to: block-level boxes
709+
Applies to: flex items, grid items, and absolutely-positioned boxes
710710
Inherited: no
711711
Percentages: n/a
712712
Media: visual
@@ -735,7 +735,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
735735

736736
<dt>Absolutely-positioned Boxes:
737737
<dd>
738-
The 'justify-self' property applies along its containing block's <a>inline axis</a>.
738+
The 'align-self' property applies along its containing block's <a>block axis</a>.
739739

740740
When neither margin in this dimension is ''margin/auto''
741741
and neither offset property in this dimension is ''top/auto'',

css-align/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ <h3 class="heading settled" data-level="5.2" id="align-self-property"><span clas
14081408
</tr>
14091409
<tr>
14101410
<th>Applies to:</th>
1411-
<td>block-level boxes</td>
1411+
<td>flex items, grid items, and absolutely-positioned boxes</td>
14121412
</tr>
14131413
<tr>
14141414
<th>Inherited:</th>
@@ -1466,7 +1466,7 @@ <h3 class="heading settled" data-level="5.2" id="align-self-property"><span clas
14661466
<dt>Absolutely-positioned Boxes:
14671467
</dt>
14681468
<dd>
1469-
The <a class="property" data-link-type="propdesc" href="#propdef-justify-self">justify-self</a> property applies along its containing block’s <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#inline-axis">inline axis</a>.
1469+
The <a class="property" data-link-type="propdesc" href="#propdef-align-self">align-self</a> property applies along its containing block’s <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#block-axis">block axis</a>.
14701470

14711471

14721472
<p>When neither margin in this dimension is <span class="css" data-link-for="margin">auto</span>
@@ -2383,7 +2383,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
23832383
<th scope="row"><a class="css" data-link-type="property" href="#propdef-align-self">align-self</a></th>
23842384
<td>auto | &lt;baseline-position> | [ &lt;overflow-position>? &amp;&amp; &lt;item-position> ]</td>
23852385
<td>auto</td>
2386-
<td>block-level boxes</td>
2386+
<td>flex items, grid items, and absolutely-positioned boxes</td>
23872387
<td>no</td>
23882388
<td>n/a</td>
23892389
<td>visual</td>

0 commit comments

Comments
 (0)