Skip to content

Commit 6af5ea9

Browse files
committed
Fixed typos.
1 parent 2e649dc commit 6af5ea9

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
2323

24-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 14 June 2011</h2>
24+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 June 2011</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

29-
<dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/</a></dd> -->
29+
<dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/</a></dd> -->
3030
<a
3131
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
3232

@@ -603,8 +603,8 @@ <h3 id=resolving-flexible-lengths><span class=secno>5.1. </span> Resolving
603603
right margins, left and right borders, left and right paddings, and widths
604604
of all <a href="#flexbox-item"><i>flexbox item</i></a>s share the width of
605605
the flexbox itself. Conversely, each <a href="#flexbox-item"><i>flexbox
606-
item</i></a>&lsquo;<code class=property>s</code>&rsquo; vertical margins,
607-
borders, padding, and height individually share the height of the flexbox.
606+
item</i></a>&lsquo;<code class=css>s vertical margins, borders, padding,
607+
and height individually share the height of the flexbox.</code>
608608

609609
<div class=figure>
610610
<p class="caption issue">TODO: Diagram showing the relevant lengths in
@@ -626,12 +626,11 @@ <h3 id=resolving-flexible-lengths><span class=secno>5.1. </span> Resolving
626626
flexibility</dfn> shrink in proportion to their flexibility to try and
627627
make the sum equal the available width/height.
628628

629-
<p>The &lsquo;<a href="#flex-pack0"><code
630-
class=property>flex-pack</code></a>&rsquo; and &lsquo;<a
631-
href="#flex-align0"><code class=property>flex-align</code></a>&rsquo;
632-
properties offer more complex control over free-space distribution. The
633-
precise details of how free space is determined and assigned to flexible
634-
lengths is detailed in a later chapter.
629+
<p>The &rsquo;flex-pack' and &lsquo;<a href="#flex-align0"><code
630+
class=property>flex-align</code></a>&rsquo; properties offer more complex
631+
control over free-space distribution. The precise details of how free
632+
space is determined and assigned to flexible lengths is detailed in a
633+
later chapter.
635634

636635
<h3 id=fraction-unit><span class=secno>5.2. </span> The &lsquo;<code
637636
class=css>fr</code>&rsquo; unit</h3>
@@ -699,7 +698,7 @@ <h3 id=flex-function><span class=secno>5.3. </span> The &lsquo;<code
699698
flexibility</i></a> is set to the second value, and the <i>preferred
700699
size</i> is set to &lsquo;<code class=css>auto</code>&rsquo;.
701700

702-
<li>Otherwise, if one value is a non-negative integer and the other is a
701+
<li>Otherwise, if one value is a non-negative number and the other is a
703702
&lt;length>, a &lt;percentage>, or a valid keyword for &lsquo;<code
704703
class=property>width</code>&rsquo; or &lsquo;<code
705704
class=property>height</code>&rsquo;, the <a

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h3 id='resolving-flexible-lengths'>
373373
all the lengths, flexible or inflexible, that will share some space. For example,
374374
for a horizontal flexbox, the lengths of the left and right margins, left and right
375375
borders, left and right paddings, and widths of all <i>flexbox item</i>s share
376-
the width of the flexbox itself. Conversely, each <i>flexbox item</i>'s'
376+
the width of the flexbox itself. Conversely, each <i>flexbox item</i>'s
377377
vertical margins, borders, padding, and height individually share the height
378378
of the flexbox.</p>
379379

@@ -443,7 +443,7 @@ <h3 id='flex-function'>
443443
is set to the first value, the <i>negative flexibility</i> is set
444444
to the second value, and the <i>preferred size</i> is set to ''auto''.</li>
445445

446-
<li>Otherwise, if one value is a non-negative integer and the other
446+
<li>Otherwise, if one value is a non-negative number and the other
447447
is a &lt;length>, a &lt;percentage>, or a valid keyword for 'width'
448448
or 'height', the <i>positive flexibility</i> is set to the number, the
449449
<i>negative flexibility</i> is set to ''0'', and the <i>preferred size</i>

0 commit comments

Comments
 (0)