- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 07:03:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv25151
Modified Files:
Exclusions.src.html Overview.html
Log Message:
Resolved issues 2, 3, 6 and 8. All examples are changed with better typographic and color ones.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html 24 Oct 2011 19:23:01 -0000 1.5
+++ Overview.html 26 Oct 2011 07:03:57 -0000 1.6
@@ -45,19 +45,19 @@
<body>
<div class=head id=div-head> <!--begin-logo-->
- <p><a href="http://www.w3.org/"><img alt=W3C height=48
+ <p id=x><a href="http://www.w3.org/"><img alt=W3C height=48
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
<h1 id=css-exclusions-module>CSS exclusions and shapes module level 1</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 October
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
[...1292 lines suppressed...]
- <p> The specification will remain Candidate Recommendation for at least six
- months.
+ <p id=the-specification-will-remain-candidate-> The specification will
+ remain Candidate Recommendation for at least six months.
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
- <p> This specification is made possible by input from Stephen Zilles,
- Alexandru Chiculita, Andrei Bucur, Mihnea Ovidenie, Peter Sorotokin,
- Virgil Palanciuc, Alan Stearns, Arno Gourdol, Eugene Veselov, Arron
- Eicholz, Alex Mogilevsky, Chris Jones, Marcus Mielke, and the CSS Working
- Group members.
+ <p id=this-specification-is-made-possible-by-i> This specification is made
+ possible by input from Stephen Zilles, Alexandru Chiculita, Andrei Bucur,
+ Mihnea Ovidenie, Peter Sorotokin, Virgil Palanciuc, Alan Stearns, Arno
+ Gourdol, Eugene Veselov, Arron Eicholz, Alex Mogilevsky, Chris Jones,
+ Marcus Mielke, and the CSS Working Group members.
<h2 class=no-num id=references>References</h2>
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Exclusions.src.html 24 Oct 2011 19:23:01 -0000 1.5
+++ Exclusions.src.html 26 Oct 2011 07:03:57 -0000 1.6
@@ -303,28 +303,25 @@
</tr>
<tr>
<td><code class="html">#exclusion{ wrap-flow: maximum; }</code></td>
+ <td><code class="html">#exclusion{ wrap-flow: maximum; }</code></td>
+ </tr>
+ <tr>
+ <td><img src="images/exclusion_wrap_side_maximum_L.png" alt="Example rendering for wrap-side: maximum" /></td>
+ <td><img src="images/exclusion_wrap_side_maximum_R.png" alt="Example rendering for wrap-side: maximum" /></td>
+ </tr>
+ <tr>
<td><code class="html">#exclusion{ wrap-flow: clear; }</code></td>
+ <td><code class="html"> </code></td>
</tr>
<tr>
- <td><img src="images/exclusion_wrap_side_maximum.png" alt="Example rendering for wrap-side: maximum" /></td>
<td><img src="images/exclusion_wrap_side_clear.png" alt="Example rendering for wrap-side: clear" /></td>
+ <td> </td>
</tr>
</table>
</div>
<!-- End section "wrap-flow Property" -->
<!-- End section "Declaring Exclusions" -->
-
- <div class="issue">
- Could we rework the examples with an image that looks more like:
- <img src="images/alternate-example.png" width="50%" />
-
- </div>
-
- <div class="issue">
- Could we break the 'maximum' example into two pieces?
- </div>
-
<h3 id="scope-and-effect-of-exclusions">Scope and Effect of Exclusions</h3>
<p>
An exclusion affects the inline flow content descended from the exclusion's containing
@@ -607,8 +604,6 @@
</tr>
</table>
- <div class="issue">Can we have the same example with a white background?</div>
-
</div>
<!-- End section "Order of Exclusions" -->
@@ -688,8 +683,6 @@
</div>
</code></pre>
<img class="singleImgExample" src="images/shapes_CSS2.1_MBP.png" alt="Example rendering of circle shape and box model." />
-
- <div class="issue">Could we remove the outside dark border and use a 1px red outline?</div>
</div>
<h3 id="shapes-from-svg-syntax">Shapes from SVG Syntax</h3>
Received on Wednesday, 26 October 2011 07:04:09 UTC