csswg/css3-gcpm Overview.html,1.168,1.169

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Overview.html	15 Nov 2011 00:07:27 -0000	1.168
+++ Overview.html	15 Nov 2011 00:09:18 -0000	1.169
@@ -3313,7 +3313,7 @@
 </pre>
     <img src=12.png></div>
 
-   <div class=issue>Would it make more sense to not specify the opposite
+   <p class=issue>Would it make more sense to not specify the opposite
     direction, but the "forward" direction? <!--
 <h2>Aligning baselines in multi-column layouts</h2>
 
@@ -3347,59 +3347,60 @@
     <!--
    div.chapter:columns-page(1) { } 
 -->
-    <h2 id=the-first-page-pseudo-element><span class=secno>13. </span>The
-     &lsquo;<code class=property>first-page</code>&rsquo; pseudo-element</h2>
 
-    <p>The &lsquo;<code class=property>first-page</code>&rsquo;
-     pseudo-element is used to apply styling to the part of an element that
-     ends up on the starting page for that element. If the whole element
-     appears on the starting page, &lsquo;<code
-     class=property>first-page</code>&rsquo; applies to the whole element.
-     The following properties apply to :first-page pseudo-elements: column
-     properties, background properties, margin properties, border properties,
-     and padding properties. UAs may apply other properties as well.
+   <h2 id=the-first-page-pseudo-element><span class=secno>13. </span>The
+    &lsquo;<code class=property>first-page</code>&rsquo; pseudo-element</h2>
 
-    <div class=example>
-     <p>In this example, there will be one column on the starting page of
-      each chapter, while subsequent pages will have two columns:
+   <p>The &lsquo;<code class=property>first-page</code>&rsquo; pseudo-element
+    is used to apply styling to the part of an element that ends up on the
+    starting page for that element. If the whole element appears on the
+    starting page, &lsquo;<code class=property>first-page</code>&rsquo;
+    applies to the whole element. The following properties apply to
+    :first-page pseudo-elements: column properties, background properties,
+    margin properties, border properties, and padding properties. UAs may
+    apply other properties as well.
 
-     <pre>
+   <div class=example>
+    <p>In this example, there will be one column on the starting page of each
+     chapter, while subsequent pages will have two columns:
+
+    <pre>
   div.chapter { columns: 2 }
   div.chapter::first-page { columns: 1 }
 </pre>
-    </div>
+   </div>
 
-    <div class=example>
-     <p>In this example, padding is added on the left side on the starting
-      page of each chapter:
+   <div class=example>
+    <p>In this example, padding is added on the left side on the starting
+     page of each chapter:
 
-     <pre>
+    <pre>
   div.chapter { break-before: left }
   div.chapter::first-page { padding-left: 4em }
 </pre>
-    </div>
+   </div>
 
-    <h2 id=selecting-columns-and-pages><span class=secno>14. </span>Selecting
-     columns and pages</h2>
+   <h2 id=selecting-columns-and-pages><span class=secno>14. </span>Selecting
+    columns and pages</h2>
 
-    <p class=issue>This is sketchy.
+   <p class=issue>This is sketchy.
 
-    <p>Pseudo-elements are introduced to apply styling to the part of an
-     element that ends up on a certain page of column of that element. The
-     &lsquo;<code class=css>column(n)</code>&rsquo; pseudo-element selects
-     columns, and the &lsquo;<code class=css>page(n)</code>&rsquo;
-     psedo-element select columns.
+   <p>Pseudo-elements are introduced to apply styling to the part of an
+    element that ends up on a certain page of column of that element. The
+    &lsquo;<code class=css>column(n)</code>&rsquo; pseudo-element selects
+    columns, and the &lsquo;<code class=css>page(n)</code>&rsquo;
+    psedo-element select columns.
 
-    <div class=example>
-     <pre>
+   <div class=example>
+    <pre>
 div.chapter::column(3)           /* the third column of the element */
 div.chapter::column(2n)          /* all even columns of the element */
 div.chapter::page(2)             /* second page of the element */
 div.chapter::page-column(2,2)    /* second column on second page */
 div.chapter::page(2)::column(2)  /* second column, but only if it appears on the second page */
 </pre>
-    </div>
-    <!--
+   </div>
+   <!--
 
 <h2>Page selection: nth()</h2>
 
@@ -3458,15 +3459,15 @@
 </div>
 
 -->
-    
-    <h2 id=conformance><span class=secno>15. </span>Conformance</h2>
+   
+   <h2 id=conformance><span class=secno>15. </span>Conformance</h2>
 
-    <p>TBD
+   <p>TBD
 
-    <h2 id=appendix-a-default-style-sheet><span class=secno>16.
-     </span>Appendix A: Default style sheet</h2>
+   <h2 id=appendix-a-default-style-sheet><span class=secno>16.
+    </span>Appendix A: Default style sheet</h2>
 
-    <pre>
+   <pre>
 @page {
   counter-reset: footnote;
   @footnote {
@@ -3494,256 +3495,253 @@
 h6 { bookmark-level: 6 }
 </pre>
 
-    <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
+   <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
 
-    <p>This document has been improved by Bert Bos, Michael Day, Melinda
-     Grant, David Baron, Markus Mielke, Steve Zilles, Ian Hickson, Elika
-     Etemad, Laurens Holst, Mike Bremford, Allan Sandfeld Jensen, Kelly
-     Miller, Werner Donn&eacute;, Tarquin (Mark) Wilton-Jones, Michel Fortin,
-     Christian Roth, Brady Duga, Del Merritt, Ladd Van Tol, Tab Atkins Jr.,
-     Jacob Grundtvig Refstrup, James Elmore, Ian Tindale, Murakami Shinyu,
-     Paul E. Merrell, Philip Taylor, Brad Kemper, Peter Linss, Daniel
-     Glazman, Tantek &#xC7;elik, Florian Rivoal, Alex Mogilevsky.</p>
+   <p>This document has been improved by Bert Bos, Michael Day, Melinda
+    Grant, David Baron, Markus Mielke, Steve Zilles, Ian Hickson, Elika
+    Etemad, Laurens Holst, Mike Bremford, Allan Sandfeld Jensen, Kelly
+    Miller, Werner Donn&eacute;, Tarquin (Mark) Wilton-Jones, Michel Fortin,
+    Christian Roth, Brady Duga, Del Merritt, Ladd Van Tol, Tab Atkins Jr.,
+    Jacob Grundtvig Refstrup, James Elmore, Ian Tindale, Murakami Shinyu,
+    Paul E. Merrell, Philip Taylor, Brad Kemper, Peter Linss, Daniel Glazman,
+    Tantek &#xC7;elik, Florian Rivoal, Alex Mogilevsky.</p>
 
-    <h2 class=no-num id=references>References</h2>
+   <h2 class=no-num id=references>References</h2>
 
-    <h3 class=no-num id=normative-references>Normative references</h3>
-    <!--begin-normative--> <!-- Sorted by label -->
-    <dl class=bibliography>
-     <dt
-      style="display: none"><!-- keeps the doc valid if the DL is empty -->
-      <!---->
+   <h3 class=no-num id=normative-references>Normative references</h3>
+   <!--begin-normative--> <!-- Sorted by label -->
+   <dl class=bibliography>
+    <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
+     <!---->
 
-     <dt id=CSS3LIST>[CSS3LIST]
+    <dt id=CSS3LIST>[CSS3LIST]
 
-     <dd>Tab Atkins Jr. <a
-      href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
-      and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
-      (Work in progress.) URL: <a
-      href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
-      </dd>
+    <dd>Tab Atkins Jr. <a
+     href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
+     and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
+     (Work in progress.) URL: <a
+     href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
+     </dd>
+    <!---->
+   </dl>
+   <!--end-normative-->
+   <h3 class=no-num id=other-references>Other references</h3>
+   <!--begin-informative--> <!-- Sorted by label -->
+   <dl class=bibliography>
+    <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
      <!---->
-    </dl>
-    <!--end-normative-->
-    <h3 class=no-num id=other-references>Other references</h3>
-    <!--begin-informative--> <!-- Sorted by label -->
-    <dl class=bibliography>
-     <dt
-      style="display: none"><!-- keeps the doc valid if the DL is empty -->
-      <!---->
 
-     <dt id=CSS2>[CSS2]
+    <dt id=CSS2>[CSS2]
 
-     <dd>Ian Jacobs; et al. <a
-      href="http://www.w3.org/TR/2008/REC-CSS2-20080411"><cite>Cascading
-      Style Sheets, level 2 (CSS2) Specification.</cite></a> 11 April 2008.
-      W3C Recommendation. URL: <a
-      href="http://www.w3.org/TR/2008/REC-CSS2-20080411">http://www.w3.org/TR/2008/REC-CSS2-20080411</a>
-      </dd>
-     <!---->
+    <dd>Ian Jacobs; et al. <a
+     href="http://www.w3.org/TR/2008/REC-CSS2-20080411"><cite>Cascading Style
+     Sheets, level 2 (CSS2) Specification.</cite></a> 11 April 2008. W3C
+     Recommendation. URL: <a
+     href="http://www.w3.org/TR/2008/REC-CSS2-20080411">http://www.w3.org/TR/2008/REC-CSS2-20080411</a>
+     </dd>
+    <!---->
 
-     <dt id=CSS3PAGE>[CSS3PAGE]
+    <dt id=CSS3PAGE>[CSS3PAGE]
 
-     <dd>H&#229;kon Wium Lie; Melinda Grant. <a
-      href="http://www.w3.org/TR/2006/WD-css3-page-20061010"><cite>CSS3
-      Module: Paged Media.</cite></a> 10 October 2006. W3C Working Draft.
-      (Work in progress.) URL: <a
-      href="http://www.w3.org/TR/2006/WD-css3-page-20061010">http://www.w3.org/TR/2006/WD-css3-page-20061010</a>
-      </dd>
-     <!---->
-    </dl>
-    <!--end-informative-->
-    <h2 class=no-num id=index>Index</h2>
-    <!--begin-index-->
-    <ul class=indexlist>
-     <li>bleed, <a href="#bleed" title=bleed><strong>6.</strong></a>
+    <dd>H&#229;kon Wium Lie; Melinda Grant. <a
+     href="http://www.w3.org/TR/2006/WD-css3-page-20061010"><cite>CSS3
+     Module: Paged Media.</cite></a> 10 October 2006. W3C Working Draft.
+     (Work in progress.) URL: <a
+     href="http://www.w3.org/TR/2006/WD-css3-page-20061010">http://www.w3.org/TR/2006/WD-css3-page-20061010</a>
+     </dd>
+    <!---->
+   </dl>
+   <!--end-informative-->
+   <h2 class=no-num id=index>Index</h2>
+   <!--begin-index-->
+   <ul class=indexlist>
+    <li>bleed, <a href="#bleed" title=bleed><strong>6.</strong></a>
 
-     <li>bookmark-label, <a href="#bookmark-label"
-      title=bookmark-label><strong>7.</strong></a>
+    <li>bookmark-label, <a href="#bookmark-label"
+     title=bookmark-label><strong>7.</strong></a>
 
-     <li>bookmark-level, <a href="#bookmark-level"
-      title=bookmark-level><strong>7.</strong></a>
+    <li>bookmark-level, <a href="#bookmark-level"
+     title=bookmark-level><strong>7.</strong></a>
 
-     <li>bookmark-state, <a href="#bookmark-state"
-      title=bookmark-state><strong>7.</strong></a>
+    <li>bookmark-state, <a href="#bookmark-state"
+     title=bookmark-state><strong>7.</strong></a>
 
-     <li>bookmark-target, <a href="#bookmark-target"
-      title=bookmark-target><strong>7.</strong></a>
+    <li>bookmark-target, <a href="#bookmark-target"
+     title=bookmark-target><strong>7.</strong></a>
 
-     <li>float-offset, <a href="#float-offset"
-      title=float-offset><strong>12.4.</strong></a>
+    <li>float-offset, <a href="#float-offset"
+     title=float-offset><strong>12.4.</strong></a>
 
-     <li>hyphenate-last-line-avoid, <a href="#hyphenate-last-line-avoid"
-      title=hyphenate-last-line-avoid><strong>5.8.</strong></a>
+    <li>hyphenate-last-line-avoid, <a href="#hyphenate-last-line-avoid"
+     title=hyphenate-last-line-avoid><strong>5.8.</strong></a>
 
-     <li>marks, <a href="#marks" title=marks><strong>6.</strong></a>
+    <li>marks, <a href="#marks" title=marks><strong>6.</strong></a>
 
-     <li>named strings, <a href="#named-strings0"
-      title="named strings"><strong>2.</strong></a>
+    <li>named strings, <a href="#named-strings0"
+     title="named strings"><strong>2.</strong></a>
 
-     <li>running elements, <a href="#running-elements0"
-      title="running elements"><strong>2.</strong></a>
+    <li>running elements, <a href="#running-elements0"
+     title="running elements"><strong>2.</strong></a>
 
-     <li>string-set, <a href="#string-set"
-      title=string-set><strong>2.1.1.</strong></a>
-    </ul>
-    <!--end-index-->
-    <h2 class=no-num id=property-index>Property index</h2>
-    <!--begin-properties-->
-    <table class=proptable>
-     <thead>
-      <tr>
-       <th>Property
+    <li>string-set, <a href="#string-set"
+     title=string-set><strong>2.1.1.</strong></a>
+   </ul>
+   <!--end-index-->
+   <h2 class=no-num id=property-index>Property index</h2>
+   <!--begin-properties-->
+   <table class=proptable>
+    <thead>
+     <tr>
+      <th>Property
 
-       <th>Values
+      <th>Values
 
-       <th>Initial
+      <th>Initial
 
-       <th>Applies&nbsp;to
+      <th>Applies&nbsp;to
 
-       <th>Inh.
+      <th>Inh.
 
-       <th>Percentages
+      <th>Percentages
 
-       <th>Media
+      <th>Media
 
-     <tbody>
-      <tr>
-       <th><a class=property href="#bleed">bleed</a>
+    <tbody>
+     <tr>
+      <th><a class=property href="#bleed">bleed</a>
 
-       <td>&lt;length&gt;
+      <td>&lt;length&gt;
 
-       <td>6pt
+      <td>6pt
 
-       <td>page context
+      <td>page context
 
-       <td>no
+      <td>no
 
-       <td>refer to width of page box
+      <td>refer to width of page box
 
-       <td>visual
+      <td>visual
 
-      <tr>
-       <th><a class=property href="#bookmark-label">bookmark-label</a>
+     <tr>
+      <th><a class=property href="#bookmark-label">bookmark-label</a>
 
-       <td>content() | &lt;string>
+      <td>content() | &lt;string>
 
-       <td>content()
+      <td>content()
 
-       <td>all elements
+      <td>all elements
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>all
+      <td>all
 
-      <tr>
-       <th><a class=property href="#bookmark-level">bookmark-level</a>
+     <tr>
+      <th><a class=property href="#bookmark-level">bookmark-level</a>
 
-       <td>none | &lt;integer>
+      <td>none | &lt;integer>
 
-       <td>none
+      <td>none
 
-       <td>all elements
+      <td>all elements
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>all
+      <td>all
 
-      <tr>
-       <th><a class=property href="#bookmark-state">bookmark-state</a>
+     <tr>
+      <th><a class=property href="#bookmark-state">bookmark-state</a>
 
-       <td>open | closed
+      <td>open | closed
 
-       <td>open
+      <td>open
 
-       <td>block-level elements
+      <td>block-level elements
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>all
+      <td>all
 
-      <tr>
-       <th><a class=property href="#bookmark-target">bookmark-target</a>
+     <tr>
+      <th><a class=property href="#bookmark-target">bookmark-target</a>
 
-       <td>none | &lt;uri>
+      <td>none | &lt;uri>
 
-       <td>none
+      <td>none
 
-       <td>all elements
+      <td>all elements
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>all
+      <td>all
 
-      <tr>
-       <th><a class=property href="#float-offset">float-offset</a>
+     <tr>
+      <th><a class=property href="#float-offset">float-offset</a>
 
-       <td>&lt;length> &lt;length> ?
+      <td>&lt;length> &lt;length> ?
 
-       <td>0 0
+      <td>0 0
 
-       <td>floated elements
+      <td>floated elements
 
-       <td>no
+      <td>no
 
-       <td>see prose
+      <td>see prose
 
-       <td>visual, paged
+      <td>visual, paged
 
-      <tr>
-       <th><a class=property
-        href="#hyphenate-last-line-avoid">hyphenate-last-line-avoid</a>
+     <tr>
+      <th><a class=property
+       href="#hyphenate-last-line-avoid">hyphenate-last-line-avoid</a>
 
-       <td>auto | always | column | page | spread
+      <td>auto | always | column | page | spread
 
-       <td>auto
+      <td>auto
 
-       <td>block-level elements
+      <td>block-level elements
 
-       <td>yes
+      <td>yes
 
-       <td>N/A
+      <td>N/A
 
-       <td>visual
+      <td>visual
 
-      <tr>
-       <th><a class=property href="#marks">marks</a>
+     <tr>
+      <th><a class=property href="#marks">marks</a>
 
-       <td>[ crop || cross ] | none
+      <td>[ crop || cross ] | none
 
-       <td>none
+      <td>none
 
-       <td>page context
+      <td>page context
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>visual, paged
+      <td>visual, paged
 
-      <tr>
-       <th><a class=property href="#string-set">string-set</a>
+     <tr>
+      <th><a class=property href="#string-set">string-set</a>
 
-       <td>[[ &lt;identifier> &lt;content-list>] [, &lt;identifier>
-        &lt;content-list>]* ] | none
+      <td>[[ &lt;identifier> &lt;content-list>] [, &lt;identifier>
+       &lt;content-list>]* ] | none
 
-       <td>none
+      <td>none
 
-       <td>all elements
+      <td>all elements
 
-       <td>no
+      <td>no
 
-       <td>N/A
+      <td>N/A
 
-       <td>all
-    </table>
-    <!--end-properties--></div>
-  </div>
+      <td>all
+   </table>
+   <!--end-properties--></div>

Received on Tuesday, 15 November 2011 00:09:23 UTC