Skip to content

Commit 639638b

Browse files
committed
Adding "Issues List" link.
Adding missing commas to the 'circle' example.
1 parent 7a8970d commit 639638b

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
9595
<dt>Editors:</dt>
9696
<dd class="vcard"><span class="fn">Vincent Hardy</span>, <span class="org">Adobe Systems, Inc.</span>, <span class="email">vhardy@adobe.com</span></dd>
9797
<dd class="vcard"><span class="fn">Rossen Atanassov</span>, <span class="org">Microsoft Corporation</span>, <span class="email">ratan@microsoft.com</span></dd>
98+
<dt>Issues List</dt>
99+
<dd><a href="http://wiki.csswg.org/ideas/css3-exclusions">http://wiki.csswg.org/ideas/css3-exclusions</a></dd>
98100
</dl>
99101
<!--copyright-->
100102
<hr title="Separator for header">
@@ -727,7 +729,7 @@ <h2 id="shapes">Shapes</h2>
727729
.exclusion {
728730
wrap-flow: both;
729731
position: absolute;
730-
shape-outside: circle(50% 50% 50%);
732+
shape-outside: circle(50%, 50%, 50%);
731733
border: 1px solid red;
732734
}
733735
&lt;/style&gt;

css3-exclusions/Overview.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1 id=css-exclusions-module>CSS exclusions and shapes</h1>
8989

90-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
90+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
9191
2011</h2>
9292

9393
<dl>
9494
<dt>This version:
9595

9696
<dd><a
97-
href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111030/">http://www.w3.org/csswg/css3-exclusions/</a>
97+
href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111031/">http://www.w3.org/csswg/css3-exclusions/</a>
9898

9999
<dt>Latest version:
100100

@@ -114,6 +114,11 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
114114
<dd class=vcard><span class=fn>Rossen Atanassov</span>, <span
115115
class=org>Microsoft Corporation</span>, <span
116116
class=email>ratan@microsoft.com</span>
117+
118+
<dt>Issues List
119+
120+
<dd><a
121+
href="http://wiki.csswg.org/ideas/css3-exclusions">http://wiki.csswg.org/ideas/css3-exclusions</a>
117122
</dl>
118123
<!--begin-copyright-->
119124
<p class=copyright id=copyright-copy-year-2000-w3creg-mit-erci><a
@@ -1085,7 +1090,7 @@ <h2 id=shapes><span class=secno>4. </span>Shapes</h2>
10851090
.exclusion {
10861091
wrap-flow: both;
10871092
position: absolute;
1088-
shape-outside: circle(50% 50% 50%);
1093+
shape-outside: circle(50%, 50%, 50%);
10891094
border: 1px solid red;
10901095
}
10911096
&lt;/style&gt;

0 commit comments

Comments
 (0)