File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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████████ ███ ██████ ████████ ██ ████ ██ ██ ████████
You can’t perform that action at this time.
0 commit comments