Skip to content

Commit 1a458b5

Browse files
committed
Grammar fix.
1 parent 264e8b6 commit 1a458b5

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 5 additions & 6 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, 17 May 2012</h2>
43+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 18 May 2012</h2>
4444

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

4949

5050
<dd><a
@@ -613,10 +613,9 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
613613
load and is replaced by its contents).</span>
614614

615615
<li> An anonymous block wrapped around a contiguous run of non-replaced
616-
inline child elements. However, if the contents of the anonymous block
617-
would contain solely an anonymous inline containing only whitespace, the
618-
box is not generated, as if it had ‘<code
619-
class=css>display:none</code>’.
616+
inline child elements. However, if the anonymous block would contain
617+
solely an anonymous inline containing only whitespace, the box is not
618+
generated, as if it had ‘<code class=css>display:none</code>’.
620619
</ol>
621620

622621
<p> Some values of ‘<code class=property>display</code>’ trigger the

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h2 id='flex-items'>
304304

305305
<li>
306306
An anonymous block wrapped around a contiguous run of non-replaced inline child elements.
307-
However, if the contents of the anonymous block would contain solely an anonymous inline containing only whitespace,
307+
However, if the anonymous block would contain solely an anonymous inline containing only whitespace,
308308
the box is not generated,
309309
as if it had ''display:none''.
310310
</ol>

0 commit comments

Comments
 (0)