Skip to content

Commit f9f59d1

Browse files
committed
Fix typo
1 parent 5d2d582 commit f9f59d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
4242

43-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 24 May 2012</h2>
43+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 31 May 2012</h2>
4444

4545
<dl>
4646
<dt>This version:
47-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120524/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120524/</a>-->
47+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120531/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120531/</a>-->
4848

4949

5050
<dd><a
@@ -1496,8 +1496,8 @@ <h3 id=flex-property><span class=secno>7.1. </span> The ‘<a
14961496
is ‘<a href="#align-self-auto"><code
14971497
class=css>auto</code></a>’.</span> The
14981498
<var>&lt;&apos;flex-basis&apos;></var> component must be specified with a
1499-
unit. Unitless zero will either be interpreted as as one of the flex
1500-
ratios, or will make the declaration invalid.
1499+
unit. Unitless zero will either be interpreted as one of the flex ratios,
1500+
or will make the declaration invalid.
15011501

15021502
<p> The <var>&lt;&apos;flex-grow&apos;></var> and
15031503
<var>&lt;&apos;flex-shrink&apos;></var> components set the <dfn

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ <h3 id='flex-property'>
10101010
If omitted, the <i>flex basis</i> defaults to ''0px''.
10111011
<span class='note'>Note that this is different from the initial value of 'flex-basis', which is ''auto''.</span>
10121012
The <var>&lt;&apos;flex-basis&apos;></var> component must be specified with a unit.
1013-
Unitless zero will either be interpreted as as one of the flex ratios,
1013+
Unitless zero will either be interpreted as one of the flex ratios,
10141014
or will make the declaration invalid.
10151015

10161016
<p>

0 commit comments

Comments
 (0)