@@ -3346,12 +3346,12 @@ <h2 class=no-num id=changes>Changes</h2>
33463346
33473347 < ul >
33483348 < li > The ‘< code class =property > display</ code > ’ values for flex
3349- containers were changed from ‘< code class =css > flexbox</ code > ’ and
3349+ containers have been changed from ‘< code class =css > flexbox</ code > ’ and
33503350 ‘< code class =css > inline-flexbox</ code > ’ to ‘< a href ="#flex "> < code
33513351 class =css > flex</ code > </ a > ’ and ‘< a href ="#display-inline-flex "> < code
33523352 class =css > inline-flex</ code > </ a > ’.
33533353
3354- < li > The alignment properties and values were renamed to align with the
3354+ < li > The alignment properties and values have been renamed to align with the
33553355 new < a href ="http://www.w3.org/TR/css3-align/ "> Box Alignment</ a > module:
33563356 < ul >
33573357 < li > ‘< code class =property > flex-align</ code > ’ → ‘< a
@@ -3368,7 +3368,7 @@ <h2 class=no-num id=changes>Changes</h2>
33683368 class =property > justify-content</ code > </ a > ’
33693369 </ ul >
33703370
3371- < li > The ‘< code class =property > flex-order</ code > ’ property was renamed
3371+ < li > The ‘< code class =property > flex-order</ code > ’ property has been renamed
33723372 to ‘< a href ="#order "> < code class =property > order</ code > </ a > ’, to allow
33733373 it to be used with other layout models in the future.
33743374
@@ -3379,15 +3379,15 @@ <h2 class=no-num id=changes>Changes</h2>
33793379 href ="#flex-basis0 "> < code class =property > flex-basis</ code > </ a > ’
33803380 longhands.
33813381
3382- < li > Negative free space is distributed in proportion to the flex basis ×
3383- flex shrink ratio, rather than just the flex shrink ratio.
3382+ < li > Negative free space is now distributed in proportion to < var > flex basis</ var > ×
3383+ < var > flex shrink ratio</ var > , rather than just the flex shrink ratio.
33843384
3385- < li > Flex items are allowed to shrink by default. (The initial value of
3385+ < li > Flex items are now allowed to shrink by default. (The initial value of
33863386 ‘< a href ="#flex-shrink "> < code class =property > flex-shrink</ code > </ a > ’
33873387 is ‘< code class =css > 1</ code > ’.)
33883388
33893389 < li > A new < a href ="#min-size-auto "> ‘< code class =css > auto</ code > ’
3390- value for ‘< code class =css > min-width/height</ code > ’</ a > was added to
3390+ value for ‘< code class =css > min-width/height</ code > ’</ a > has been added to
33913391 set a reasonable default minimum main size for flex items.
33923392
33933393 < li > The < a href ="#visibility-collapse "> effect of ‘< code
@@ -3406,7 +3406,7 @@ <h2 class=no-num id=changes>Changes</h2>
34063406 < li > The flex layout algorithm has received an editorial overhaul, and
34073407 many error fixes and clarifications were made.
34083408
3409- < li > A lot of terminology was updated to make it less confusing:
3409+ < li > A lot of terminology has been updated to make it less confusing:
34103410 < ul >
34113411 < li > flexbox → flex container
34123412
0 commit comments