File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
501501 Animatable : no
502502 </pre>
503503
504- Aligns the contents of the box as a whole along the box's inline/row/main axis .
504+ Aligns the contents of the box as a whole.
505505 Values other than <dfn value for="justify-content, align-content">normal</dfn> are defined in [[#alignment-values]] , above.
506506 If both a <<content-distribution>> and <<content-position>> are given,
507507 the <<content-position>> provides an explicit <a>fallback alignment</a> .
@@ -937,7 +937,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
937937
938938 <pre class="propdef">
939939 Name : justify-items
940- Value : auto | normal | stretch | <<baseline-position>> | [ <<self -position>> && <<overflow -position>>? ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
940+ Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow -position>>? && <<self -position>> ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
941941 Initial : auto
942942 Applies to : block containers and grid containers
943943 Inherited : no
@@ -989,7 +989,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
989989
990990 <pre class="propdef">
991991 Name : align-items
992- Value : normal | stretch | <<baseline-position>> | [ <<self -position>> && <<overflow -position>>? ]
992+ Value : normal | stretch | <<baseline-position>> | [ <<overflow -position>>? && <<self -position>> ]
993993 Initial : auto
994994 Applies to : block-level elements
995995 Inherited : no
You can’t perform that action at this time.
0 commit comments