Skip to content

Commit e0fbb03

Browse files
committed
[css-shapes] change shape-margin example from exclusion to float
1 parent e6bfa9a commit e0fbb03

4 files changed

Lines changed: 661 additions & 18 deletions

File tree

css-shapes/Overview.html

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Shapes Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-05-17 name=dcterms.date>
15+
<meta content=2013-05-20 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>
@@ -55,14 +55,14 @@
5555

5656
<h1 id=css-shapes-module>CSS Shapes Module Level 1</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 May 2013</h2>
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 May 2013</h2>
5959

6060
<dl>
6161
<dt>This version:
6262

6363
<dd><a
6464
href="http://dev.w3.org/csswg/css-shapes/">http://dev.w3.org/csswg/css-shapes/</a></dd>
65-
<!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130517/</a></dd>-->
65+
<!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130520/</a></dd>-->
6666

6767
<dt>Latest version:
6868

@@ -865,18 +865,13 @@ <h4 id=shape-margin-property><span class=secno>3.4.3. </span>The ‘<a
865865

866866
<td>the absolute length
867867
</table>
868-
<!--This example needs to be changed from an exclusion to a float
869-
<div class="example">
870-
<p>A 'shape-margin' creating an offset
871-
from a circlular shape-outside.
872-
The blue rectangles represent
873-
inline content affected
874-
by the shape created
875-
by the margin.</p>
876-
<img src="images/wrap-margin.png"
877-
alt="Example of a shape-margin offset"/>
878-
</div>
879-
-->
868+
869+
<div class=example>
870+
<p>A ‘<a href="#shape-margin"><code
871+
class=property>shape-margin</code></a>’ creating an offset from a
872+
circlular shape-outside. The blue rectangles represent inline content
873+
affected by the shape created by the margin.</p>
874+
<img alt="Example of a shape-margin offset" src="images/shape-margin.png"></div>
880875
<!-- End secion "shape-margin property" -->
881876
<!-- End section "Shapes" -->
882877

css-shapes/Overview.src.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,18 +675,16 @@ <h4 id="shape-margin-property">The 'shape-margin' property</h4>
675675
</tr>
676676
</table>
677677

678-
<!--This example needs to be changed from an exclusion to a float
679678
<div class="example">
680679
<p>A 'shape-margin' creating an offset
681680
from a circlular shape-outside.
682681
The blue rectangles represent
683682
inline content affected
684683
by the shape created
685684
by the margin.</p>
686-
<img src="images/wrap-margin.png"
685+
<img src="images/shape-margin.png"
687686
alt="Example of a shape-margin offset"/>
688687
</div>
689-
-->
690688
<!-- End secion "shape-margin property" -->
691689
<!-- End section "Shapes" -->
692690

0 commit comments

Comments
 (0)