- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Nov 2011 23:57:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm In directory hutz:/tmp/cvs-serv24942 Modified Files: Overview.html Log Message: x Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v retrieving revision 1.166 retrieving revision 1.167 diff -u -d -r1.166 -r1.167 --- Overview.html 14 Nov 2011 23:52:41 -0000 1.166 +++ Overview.html 14 Nov 2011 23:57:47 -0000 1.167 @@ -3312,7 +3312,9 @@ } </pre> <img src=12.png></div> - <!-- + + <div 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> <p>In multi-column layouts, baselines are typically aligned between @@ -3336,68 +3338,68 @@ <p class=note>The <a href="http://dev.w3.org/csswg/css3-linebox/#LineStacking">line-box-contain</a> property is defined in <a href="http://dev.w3.org/csswg/css3-linebox">CSS3 module: line</a>. --> - <!-- + <!-- http://www.w3.org/Style/Group/css3-src/css3-linebox/Overview.html#LineStacking --> - <!-- + <!-- <p class=note>A similar idea — 'line-stacking-strategy: grid-height' — was proposed in a <a href="http://www.w3.org/TR/css3-linebox/#line-stacking-strategy">previous version of the CSS3 line module</a>. The 'line-stacking-strategy' property is <a href="http://www.w3.org/TR/xsl/#line-stacking-strategy">used in XSL</a>. --> - <!-- + <!-- div.chapter:columns-page(1) { } --> - <h2 id=the-first-page-pseudo-element><span class=secno>13. </span>The - ‘<code class=property>first-page</code>’ pseudo-element</h2> + <h2 id=the-first-page-pseudo-element><span class=secno>13. </span>The + ‘<code class=property>first-page</code>’ pseudo-element</h2> - <p>The ‘<code class=property>first-page</code>’ 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, ‘<code class=property>first-page</code>’ - 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. + <p>The ‘<code class=property>first-page</code>’ + 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, ‘<code + class=property>first-page</code>’ 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. - <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: + <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> + <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 - ‘<code class=css>column(n)</code>’ pseudo-element selects - columns, and the ‘<code class=css>page(n)</code>’ - 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 + ‘<code class=css>column(n)</code>’ pseudo-element selects + columns, and the ‘<code class=css>page(n)</code>’ + 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> @@ -3456,15 +3458,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 { @@ -3492,252 +3494,255 @@ 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é, 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.</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é, 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.</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> - <!----> - </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 --> + <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 --> + <!----> - <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å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å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 to + <th>Applies 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><length> + <td><length> - <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() | <string> + <td>content() | <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 | <integer> + <td>none | <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 | <uri> + <td>none | <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><length> <length> ? + <td><length> <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>[[ <identifier> <content-list>] [, <identifier> - <content-list>]* ] | none + <td>[[ <identifier> <content-list>] [, <identifier> + <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> + <td>all + </table> + <!--end-properties--></div> + </div>
Received on Monday, 14 November 2011 23:57:53 UTC