Skip to content

Commit dcb2d26

Browse files
committed
[css-exclusions] grammar fix
1 parent cb1c87d commit dcb2d26

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

css-exclusions/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Exclusions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-07-03 name=dcterms.date>
15+
<meta content=2013-07-16 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -51,14 +51,14 @@
5151

5252
<h1 id=css-exclusions-module>CSS Exclusions Module Level 1</h1>
5353

54-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 July 2013</h2>
54+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 July 2013</h2>
5555

5656
<dl>
5757
<dt>This version:
5858

5959
<dd><a
6060
href="http://dev.w3.org/csswg/css-exclusions/">http://dev.w3.org/csswg/css-exclusions/</a></dd>
61-
<!--<dd><a href="http://dev.w3.org/csswg/css-exclusions/">http://www.w3.org/TR/2013/WD-css-exclusions-20130703/</a></dd>-->
61+
<!--<dd><a href="http://dev.w3.org/csswg/css-exclusions/">http://www.w3.org/TR/2013/WD-css-exclusions-20130716/</a></dd>-->
6262

6363
<dt>Latest version:
6464

@@ -339,7 +339,8 @@ <h2 id=definitions><span class=secno>2. </span>Definitions</h2>
339339

340340
<p><dfn id=exclusion-element>Exclusion element</dfn>
341341

342-
<p>An block-level element which is not a float and generates an <a
342+
<p> An <a href="#exclusion-element">exclusion element</a> is a block-level
343+
element which is not a float and generates an <a
343344
href="#exclusion-box">exclusion box</a>. An element generates an exclusion
344345
box when its ‘<a href="#wrap-flow"><code
345346
class=property>wrap-flow</code></a>’ property's computed value is not

css-exclusions/Overview.src.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,14 @@ <h2 id="definitions">Definitions</h2>
137137

138138
<p><dfn>Exclusion element</dfn>
139139

140-
<p>An block-level element which is not a float and generates an <span>exclusion box</span>.
141-
An element generates an exclusion box when its 'wrap-flow' property's computed value is not 'auto'.
140+
<p>
141+
An <span>exclusion element</span>
142+
is a block-level element
143+
which is not a float
144+
and generates an <span>exclusion box</span>.
145+
An element generates an exclusion box when
146+
its 'wrap-flow' property's computed value
147+
is not 'auto'.
142148
</p>
143149

144150
<p><dfn>Wrapping context</dfn>

0 commit comments

Comments
 (0)