Skip to content

Commit 2dee6a4

Browse files
committed
Editorial changes. Missing references
1 parent b81a9ac commit 2dee6a4

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
154154

155155

156156
<p>
157-
CSS Exclusions define arbitrary areas around which inline content can flow.
157+
CSS Exclusions define arbitrary areas around which <a href="http://www.w3.org/TR/CSS2/visuren.html#inline-boxes">inline content</a> ([[!CSS21]]) content can flow.
158158
CSS Exclusions can be defined on any CSS block-level elements. CSS
159159
Exclusions extend the notion of content wrapping previously limited to
160160
floats.</p>
@@ -381,7 +381,7 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
381381
because the 'wrap-flow' for 'B' is 'start'.
382382
</p>
383383
<p>
384-
The background 'blue' area shows what areas are available for inline content layout.
384+
The background 'blue' area shows what areas are available for the element's inline content layout.
385385
All areas represented with a light or dark shade of gray are not available for inline
386386
content layout.
387387
</p>

css3-exclusions/Overview.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@
120120

121121
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
122122

123-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2012</h2>
123+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 April 2012</h2>
124124

125125
<dl>
126126
<dt>This version:
127127

128128
<dd><a
129129
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
130-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120406/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120406/</a></dd>-->
130+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120412/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120412/</a></dd>-->
131131

132132
<dt>Latest version:
133133

@@ -188,10 +188,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 April 2012</h2>
188188

189189
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
190190

191-
<p> CSS Exclusions define arbitrary areas around which inline content can
192-
flow. CSS Exclusions can be defined on any CSS block-level elements. CSS
193-
Exclusions extend the notion of content wrapping previously limited to
194-
floats.
191+
<p> CSS Exclusions define arbitrary areas around which <a
192+
href="http://www.w3.org/TR/CSS2/visuren.html#inline-boxes">inline
193+
content</a> (<a href="#CSS21"
194+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>) content can flow. CSS
195+
Exclusions can be defined on any CSS block-level elements. CSS Exclusions
196+
extend the notion of content wrapping previously limited to floats.
195197

196198
<p>CSS Shapes control the geometric shapes used for wrapping inline flow
197199
content outside or inside an element. CSS Shapes can be applied to any
@@ -677,9 +679,9 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
677679
class=property>start</code>&rsquo;.
678680

679681
<p> The background &lsquo;<code class=property>blue</code>&rsquo; area
680-
shows what areas are available for inline content layout. All areas
681-
represented with a light or dark shade of gray are not available for
682-
inline content layout.
682+
shows what areas are available for the element's inline content layout.
683+
All areas represented with a light or dark shade of gray are not available
684+
for inline content layout.
683685

684686
<div class=issue-marker data-bug_id=15088 data-bug_status=FIXED> <a
685687
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a>

0 commit comments

Comments
 (0)