Skip to content

Commit 64b9529

Browse files
committed
[css-flexbox] Update computed value of align-self to match resolutions on css-align. Fixes w3c#644.
1 parent fd51c47 commit 64b9529

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
19681968
Initial: auto
19691969
Applies to: <a>flex items</a>
19701970
Inherited: no
1971-
Computed value: <a value for=align-self>auto</a> computes to parent's 'align-items' value; otherwise as specified
1971+
Computed value: as specified
19721972
Media: visual
19731973
</pre>
19741974

@@ -3373,13 +3373,22 @@ Boris Zbarsky.
33733373

33743374
This section documents the changes since previous publications.
33753375

3376-
<h3 id="changes-20160301">
3376+
<h3 id="changes-20160526">
33773377
Changes since the 26 May 2016 CR</h3>
33783378

3379-
http://www.w3.org/TR/2016/CR-css-flexbox-1-20160526/
3380-
33813379
A <a href="https://drafts.csswg.org/css-flexbox-1/issues-cr-20160526">Disposition of Comments</a> is also available.
33823380

3381+
<h4 id="change-201605-substantive">
3382+
Substantive Changes and Bugfixes</h4>
3383+
3384+
<ul>
3385+
<li id="change-2016-align-self-as-specified">
3386+
For ease of implementation, ''align-self/auto'' value of 'align-self' now computes to itself always.
3387+
See <a href="change-2015-align-self-auto">related previous change</a>
3388+
requiring this computation for absolutely-positioned elements.
3389+
(<a href="https://github.com/w3c/csswg-drafts/issues/440">Issue 440</a>)
3390+
</ul>
3391+
33833392
<h4 id="change-201603-substantive">
33843393
Substantive Changes and Bugfixes</h4>
33853394

0 commit comments

Comments
 (0)