csswg/css3-gcpm Overview.html,1.201,1.202

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv19935

Modified Files:
	Overview.html 
Log Message:
machine-generated

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- Overview.html	5 Feb 2012 23:56:43 -0000	1.201
+++ Overview.html	6 Feb 2012 05:28:16 -0000	1.202
@@ -21,13 +21,13 @@
 
    <h1>CSS Generated Content for Paged Media Module</h1>
 
-   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 5 February 2012</h2>
+   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 6 February 2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120205/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120205/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120206/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120206/</a>
 
     <dt>Latest version:
 
@@ -253,9 +253,12 @@
    <li><a href="#selecting-pages"><span class=secno>16. </span>Selecting
     pages</a>
 
-   <li><a href="#conformance"><span class=secno>17. </span>Conformance</a>
+   <li><a href="#selecting-lines"><span class=secno>17. </span>Selecting
+    lines</a>
 
-   <li><a href="#appendix-a-default-style-sheet"><span class=secno>18.
+   <li><a href="#conformance"><span class=secno>18. </span>Conformance</a>
+
+   <li><a href="#appendix-a-default-style-sheet"><span class=secno>19.
     </span>Appendix A: Default style sheet</a>
 
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
@@ -3508,7 +3511,6 @@
   exclude-level: 0.5;
   margin-top: -0.2em;
 }
-
 &lt;p>&lt;span id="dropcaps">Many&lt;/span> instances ...&lt;/p>
     &lt;p>The text ....&lt;/p>
 </pre>
@@ -3855,11 +3857,33 @@
 <p class=issue>This may no longer be needed du to generic page selectors
 -->
 
-  <h2 id=conformance><span class=secno>17. </span>Conformance</h2>
+  <h2 id=selecting-lines><span class=secno>17. </span>Selecting lines</h2>
+
+  <p>The &lsquo;<code class=property>first-line</code>&rsquo; pseudo-element
+   selects the first formatted line of an element. The &lsquo;<code
+   class=css>first-lines(n)</code>&rsquo; pseudo-element selects the first n
+   formatted lines of an element.
+
+  <div class=example> <img alt="sample rendering" src=regions.png>
+   <pre>
+  article { columns: 3 }
+  img, p.lead:first-lines(3) {
+    column-span: 2;
+  }
+
+  &lt;article>
+    &lt;img>
+    &lt;p class=lead>
+    &lt;p>...    &lt;p>...    &lt;p>...    &lt;p>...    &lt;p>...
+  &lt;/article>
+</pre>
+  </div>
+
+  <h2 id=conformance><span class=secno>18. </span>Conformance</h2>
 
   <p>TBD
 
-  <h2 id=appendix-a-default-style-sheet><span class=secno>18. </span>Appendix
+  <h2 id=appendix-a-default-style-sheet><span class=secno>19. </span>Appendix
    A: Default style sheet</h2>
 
   <pre>

Received on Monday, 6 February 2012 05:28:26 UTC