Skip to content

Commit c3d3b81

Browse files
committed
add wrap-margin illo
1 parent 022bc8d commit c3d3b81

3 files changed

Lines changed: 26 additions & 7 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h4 id="wrap-margin-property">The 'wrap-margin' property</h4>
450450
<p>
451451
The 'wrap-margin' property can be used to offset the inline flow content wrapping
452452
on the outside of exclusions. Offsets created by the 'wrap-margin' property are
453-
offset from the outside of the exclusion. This property takes on positive values
453+
offset from the outside of the exclusion on all sides. This property takes on positive values
454454
only.
455455
</p>
456456
<table class="propdef">
@@ -488,6 +488,13 @@ <h4 id="wrap-margin-property">The 'wrap-margin' property</h4>
488488
</tr>
489489
</table>
490490

491+
<div class="example">
492+
<p>A 'wrap-margin' creating an offset
493+
from a circle shape. </p>
494+
<img src="images/wrap-margin.png"
495+
alt="Example of a wrap-margin offset"/>
496+
</div>
497+
491498
<!-- End secion "wrap-margin property" -->
492499

493500
<h4 id="wrap-padding-property">The 'wrap-padding' Property</h4>
@@ -1847,9 +1854,11 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
18471854
Chris Jones,
18481855
Marcus Mielke,
18491856
Alex Mogilevsky,
1857+
Hans Muller,
18501858
Mihnea Ovidenie,
18511859
Virgil Palanciuc,
18521860
Peter Sorotokin,
1861+
Bear Travis,
18531862
Eugene Veselov,
18541863
Stephen Zilles
18551864
and the CSS Working Group members.
@@ -1885,6 +1894,7 @@ <h2 class="no-num" id="change-log">Change Log</h2>
18851894
<h3>Since <a href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/">May 3rd 2012</a></h3>
18861895
<ul>
18871896
<li>Added wrap-flow:minimum</li>
1897+
<li>Clarified processing model</li>
18881898
</ul>
18891899

18901900
<h3>Since <a href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December 13th 2011</a></h3>

css3-exclusions/Overview.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040

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

43-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 July 2012</h2>
43+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 August 2012</h2>
4444

4545
<dl>
4646
<dt>This version:
4747

4848
<dd><a
4949
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
50-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120727/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120727/</a></dd>-->
50+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120802/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120802/</a></dd>-->
5151

5252
<dt>Latest version:
5353

@@ -774,7 +774,8 @@ <h4 id=wrap-margin-property><span class=secno>3.2.1. </span>The ‘<a
774774
the inline flow content wrapping on the outside of exclusions. Offsets
775775
created by the ‘<a href="#wrap-margin"><code
776776
class=property>wrap-margin</code></a>’ property are offset from the
777-
outside of the exclusion. This property takes on positive values only.
777+
outside of the exclusion on all sides. This property takes on positive
778+
values only.
778779

779780
<table class=propdef>
780781
<tbody>
@@ -818,6 +819,12 @@ <h4 id=wrap-margin-property><span class=secno>3.2.1. </span>The ‘<a
818819

819820
<td>the absolute length
820821
</table>
822+
823+
<div class=example>
824+
<p>A ‘<a href="#wrap-margin"><code
825+
class=property>wrap-margin</code></a>’ creating an offset from a circle
826+
shape.</p>
827+
<img alt="Example of a wrap-margin offset" src="images/wrap-margin.png"></div>
821828
<!-- End secion "wrap-margin property" -->
822829

823830
<h4 id=wrap-padding-property><span class=secno>3.2.2. </span>The ‘<a
@@ -2412,9 +2419,9 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
24122419

24132420
<p>This specification is made possible by input from Andrei Bucur,
24142421
Alexandru Chiculita, Arron Eicholz, Daniel Glazman, Arno Gourdol, Chris
2415-
Jones, Marcus Mielke, Alex Mogilevsky, Mihnea Ovidenie, Virgil Palanciuc,
2416-
Peter Sorotokin, Eugene Veselov, Stephen Zilles and the CSS Working Group
2417-
members.
2422+
Jones, Marcus Mielke, Alex Mogilevsky, Hans Muller, Mihnea Ovidenie,
2423+
Virgil Palanciuc, Peter Sorotokin, Bear Travis, Eugene Veselov, Stephen
2424+
Zilles and the CSS Working Group members.
24182425

24192426
<h2 class=no-num id=references>References</h2>
24202427

@@ -2819,6 +2826,8 @@ <h3 id=since-may-3rd-2012><span class=secno>5.7. </span>Since <a
28192826

28202827
<ul>
28212828
<li>Added wrap-flow:minimum
2829+
2830+
<li>Clarified processing model
28222831
</ul>
28232832

28242833
<h3 id=since-december-13th-2011><span class=secno>5.8. </span>Since <a
41.4 KB
Loading

0 commit comments

Comments
 (0)