Skip to content

Commit 2f55dc4

Browse files
committed
[css-align] align-items:auto no longer does anything, remove it.
1 parent e12f6a4 commit 2f55dc4

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

css-align/Overview.bs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -989,13 +989,13 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
989989

990990
<pre class="propdef">
991991
Name: align-items
992-
Value: auto | normal | stretch | <<baseline-position>> | [ <<self-position>> && <<overflow-position>>? ]
992+
Value: normal | stretch | <<baseline-position>> | [ <<self-position>> && <<overflow-position>>? ]
993993
Initial: auto
994994
Applies to: block-level elements
995995
Inherited: no
996996
Percentages: n/a
997997
Media: visual
998-
Computed value: specified value, except for ''align-items/auto'' (see prose)
998+
Computed value: specified value
999999
Animatable: no
10001000
</pre>
10011001

@@ -1004,13 +1004,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
10041004
participating in this box's formatting context.
10051005
Values have the following meanings:
10061006

1007-
<dl dfn-type="value" dfn-for="align-items">
1008-
<dt><dfn>auto</dfn>
1009-
<dd>
1010-
Computes to ''align-items/normal''.
1011-
</dl>
1012-
1013-
Other values have no special handling and are merely passed to 'align-self'.
1007+
Values have no special handling and are merely passed to 'align-self'.
10141008

10151009
<!--
10161010
████████ ███ ██████ ████████ ██ ████ ██ ██ ████████

0 commit comments

Comments
 (0)