- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Dec 2011 13:45:55 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm In directory hutz:/tmp/cvs-serv31370 Modified Files: Overview.html Log Message: machine-generated Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v retrieving revision 1.189 retrieving revision 1.190 diff -u -d -r1.189 -r1.190 --- Overview.html 27 Dec 2011 13:39:13 -0000 1.189 +++ Overview.html 27 Dec 2011 13:45:53 -0000 1.190 @@ -241,15 +241,14 @@ <li><a href="#exclusions-based-on-images"><span class=secno>13.4. </span>Exclusions based on images</a> - <li><a href="#exclusions-based-on-shapes"><span class=secno>13.5. + <li><a href="#exclusions-based-on-rendered-content"><span + class=secno>13.5. </span>Exclusions based on rendered content</a> + + <li><a href="#exclusions-based-on-shapes"><span class=secno>13.6. </span>Exclusions based on shapes</a> </ul> <li><a href="#regions"><span class=secno>14. </span>Regions</a> - <ul class=toc> - <li><a href="#selecting-columns"><span class=secno>14.1. - </span>Selecting columns</a> - </ul> <li><a href="#regions-and-exclusions-examples"><span class=secno>15. </span>Regions and Exclusions examples</a> @@ -3465,8 +3464,8 @@ based on images</h3> <p>Exclusions are often based on shapes found in images. In this - specification, the background image carries the shape, around which text - is wrapped. The new property ‘<code + specification, background image can carry the shape, around which text is + wrapped. The new property ‘<code class=property>background-exclude-level</code>’ indicates a level in the alpha channel of the background image(s) that defines the shape. @@ -3515,7 +3514,23 @@ </pre> </div> - <h3 id=exclusions-based-on-shapes><span class=secno>13.5. </span>Exclusions + <h3 id=exclusions-based-on-rendered-content><span class=secno>13.5. + </span>Exclusions based on rendered content</h3> + + <div class=example> <img src=exclusions-dropcap.png> + <pre> +#dropcaps { + font-size: 3em; + float: left; + exclude-level: 0.5; +} + +<p><span id="dropcaps">Many</span> instances ...</p> + <p>The text ....</p> +</pre> + </div> + + <h3 id=exclusions-based-on-shapes><span class=secno>13.6. </span>Exclusions based on shapes</h3> <p class=issue>Is this needed? @@ -3582,8 +3597,6 @@ columns can be styled and positioned and thereby escape the rigid patterns that columns naturally live in. - <h3 id=selecting-columns><span class=secno>14.1. </span>Selecting columns</h3> - <div class=example> <pre> div.chapter::column(3) /* the 3rd column of the element */ @@ -3602,7 +3615,7 @@ --> <p>To underline the fact that columns are regions, the "region" keyword can - also be used to select columns. + be used as a substitute for "column". <div class=example> <pre> @@ -3711,7 +3724,7 @@ article { columns: 15em; } -acticle::region(1-3) { +article::region(1-3) { height: 15em; } acticle::region(2-3) { @@ -3737,19 +3750,6 @@ </pre> </div> - <div class=example> <img src=exclusions-dropcap.png> - <pre> -#dropcaps { - font-size: 3em; - float: left; - exclude-level: 0.5; -} - -<p><span id="dropcaps">Many</span> instances ...</p> - <p>The text ....</p> -</pre> - </div> - <h2 id=selecting-pages><span class=secno>16. </span>Selecting pages</h2> <p>In CSS 2.0, <a
Received on Tuesday, 27 December 2011 13:45:55 UTC