Skip to content

Commit 0482207

Browse files
committed
Fix typo pointed out on www-style.
1 parent dcd6b18 commit 0482207

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<div class=head>
1212
<h1 id=head-box-flexible>Flexible Box Layout Module</h1>
1313

14-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 22 July 2009</h2>
14+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 31 July 2009</h2>
1515

1616
<dl>
1717
<dt>This version:
1818

19-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090722/">http://www.w3.org/TR/2009/WD-css3-flexbox-20090722/</a></dd> -->
19+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090731/">http://www.w3.org/TR/2009/WD-css3-flexbox-20090731/</a></dd> -->
2020
<a
2121
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
2222

@@ -736,7 +736,7 @@ <h2 id=alignment><span class=secno>4 </span>Alignment</h2>
736736
<h2 id=flex><span class=secno>5 </span>Flexibility</h2>
737737

738738
<p>Each element directly within a box may be made either <dfn
739-
id=flexible>flexible</dfn> and <dfn id=inflexible>inflexible</dfn>.
739+
id=flexible>flexible</dfn> or <dfn id=inflexible>inflexible</dfn>.
740740
Flexible elements may grow when the containing box has extra space
741741
available after the size of all of its children have been computed, and
742742
shrink if the size would cause the containing box to overflow, yet the
@@ -1369,7 +1369,7 @@ <h2 class=no-num id=acknowledgments><a
13691369

13701370
<p>[This section will contain further acknowledgments.]
13711371

1372-
<p>Thanks for feedback from Shinichiro Hamaji.
1372+
<p>Thanks for feedback from James Elmore and Shinichiro Hamaji.
13731373

13741374
<h2 class=no-num id=references>References</h2>
13751375

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h2 id="boxsizing">Box sizing</h2>
516516
</p><h2 id="flex">Flexibility</h2>
517517

518518
<p>Each element directly within a box may be made either
519-
<dfn id="flexible">flexible</dfn> and <dfn id="inflexible">inflexible</dfn>.
519+
<dfn id="flexible">flexible</dfn> or <dfn id="inflexible">inflexible</dfn>.
520520
Flexible elements may grow when the containing box has extra space available
521521
after the size of all of its children have been computed, and shrink if the
522522
size would cause the containing box to overflow, yet the preferred width of
@@ -1045,7 +1045,7 @@ <h2 class="no-num" id="acknowledgments"><a name="acknowledgments">Acknowledgment
10451045

10461046
<p>[This section will contain further acknowledgments.]</p>
10471047

1048-
<p>Thanks for feedback from Shinichiro Hamaji.</p>
1048+
<p>Thanks for feedback from James Elmore and Shinichiro Hamaji.</p>
10491049

10501050
<h2 class="no-num" id="references">References</h2>
10511051

0 commit comments

Comments
 (0)