Skip to content

Commit bccee2e

Browse files
committed
[css-flexbox] Remove paragraph wrt computed values per #644 (WG resolution to compute 'auto' to 'auto' always)
1 parent 50ff766 commit bccee2e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

css-flexbox/Overview.bs

+1-6
Original file line numberDiff line numberDiff line change
@@ -2001,12 +2001,7 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
20012001
If either of the <a>flex item's</a> cross-axis margins are <a value for=margin>auto</a>,
20022002
'align-self' has no effect.
20032003

2004-
On absolutely positioned elements,
2005-
a value of ''align-self/auto'' computes to itself.
2006-
On all other elements, a value of <dfn value for=align-self>auto</dfn> for 'align-self'
2007-
computes to the value of 'align-items' on the element’s parent,
2008-
or ''align-self/stretch'' if the element has no parent.
2009-
The alignments are defined as:
2004+
Values have the following meanings:
20102005

20112006
<dl dfn-type=value dfn-for="align-items, align-self">
20122007
<dt><dfn>flex-start</dfn>

0 commit comments

Comments
 (0)