Skip to content

Commit c9cb6ef

Browse files
committed
Use consistent tense in changes section
1 parent ae752d1 commit c9cb6ef

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

css3-flexbox/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,10 +2670,10 @@ <h2 class="no-num" id="changes">Changes</h2>
26702670
<a href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/">22 March 2012 Working Draft</a>:
26712671
<ul>
26722672
<li>
2673-
The 'display' values for flex containers were changed
2673+
The 'display' values for flex containers have been changed
26742674
from ''flexbox'' and ''inline-flexbox'' to ''flex'' and ''inline-flex''.
26752675
<li>
2676-
The alignment properties and values were renamed to align with the new
2676+
The alignment properties and values have been renamed to align with the new
26772677
<a href="http://www.w3.org/TR/css3-align/">Box Alignment</a> module:
26782678
<ul>
26792679
<li>'flex-align' &rarr; 'align-items'
@@ -2682,17 +2682,17 @@ <h2 class="no-num" id="changes">Changes</h2>
26822682
<li>'flex-pack' &rarr; 'justify-content'
26832683
</ul>
26842684
<li>
2685-
The 'flex-order' property was renamed to 'order',
2685+
The 'flex-order' property has been renamed to 'order',
26862686
to allow it to be used with other layout models in the future.
26872687
<li>
26882688
The 'flex' shorthand has been split into the 'flex-grow', 'flex-shrink', and 'flex-basis' longhands.
26892689
<li>
2690-
Negative free space is distributed in proportion to the flex basis &times; flex shrink ratio,
2690+
Negative free space is now distributed in proportion to <var>flex base size</var> &times; <var>flex shrink ratio</var>,
26912691
rather than just the flex shrink ratio.
26922692
<li>
2693-
Flex items are allowed to shrink by default. (The initial value of 'flex-shrink' is ''1''.)
2693+
Flex items are now allowed to shrink by default. (The initial value of 'flex-shrink' is ''1''.)
26942694
<li>
2695-
A new <a href="#min-size-auto">''auto'' value for 'min-width/height'</a> was added
2695+
A new <a href="#min-size-auto">''auto'' value for 'min-width/height'</a> has been added
26962696
to set a reasonable default minimum main size for flex items.
26972697
<li>
26982698
The <a href="#visibility-collapse">effect of ''visibility: collapse''</a>
@@ -2710,7 +2710,7 @@ <h2 class="no-num" id="changes">Changes</h2>
27102710
The flex layout algorithm has received an editorial overhaul,
27112711
and many error fixes and clarifications were made.
27122712
<li>
2713-
A lot of terminology was updated to make it less confusing:
2713+
A lot of terminology has been updated to make it less confusing:
27142714
<ul>
27152715
<li>flexbox &rarr; flex container
27162716
<li>flexbox item &rarr; flex item

0 commit comments

Comments
 (0)