- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 18:31:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout In directory hutz:/tmp/cvs-serv2483 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-layout/Overview.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Overview.html 14 Feb 2012 12:37:05 -0000 1.18 +++ Overview.html 15 Feb 2012 18:31:57 -0000 1.19 @@ -7,7 +7,7 @@ <title>CSS Template Layout Module</title> <link href="../default.css" rel=stylesheet type="text/css"> - <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css"> <body> @@ -17,14 +17,14 @@ <h1>CSS Template Layout Module</h1> - <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working - Draft 14 February 2012</h2> + <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft + 15 February 2012</h2> <dl> <dt>This version: - <dd><a href="http://www.w3.org/TR/2012/WD-css3-layout-20120214/"> - http://www.w3.org/TR/2012/WD-css3-layout-20120214/</a> + <dd><a href="http://www.w3.org/TR/2012/ED-css3-layout-20120215/"> + http://www.w3.org/TR/2012/ED-css3-layout-20120215/</a> <dt>Latest version: @@ -94,42 +94,36 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2> <!--begin-status--> - <p><em>This section describes the status of this document at the time of - its publication. Other documents may supersede this document. A list of - current W3C publications and the latest revision of this technical report - can be found in the <a href="http://www.w3.org/TR/">W3C technical reports - index at http://www.w3.org/TR/.</a></em> - - <p>Publication as a Working Draft does not imply endorsement by the W3C - Membership. This is a draft document and may be updated, replaced or - obsoleted by other documents at any time. It is inappropriate to cite this - document as other than work in progress. + <p>This is a public copy of the editors' draft. It is provided for + discussion only and may change at any moment. Its publication here does + not imply endorsement of its contents by W3C. Don't cite this document + other than as work in progress. <p>The (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public - mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see - <a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred - for discussion of this specification. When sending e-mail, please put the - text “css3-layout” in the subject, preferably like this: + mailing list <a + href="mailto:www-style@w3.org?Subject=%5Bcss3-layout%5D%20PUT%20SUBJECT%20HERE"> + www-style@w3.org</a> (see <a + href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for + discussion of this specification. When sending e-mail, please put the text + “css3-layout” in the subject, preferably like this: “[<!---->css3-layout<!---->] <em>…summary of comment…</em>” - <p>This document was produced by the <a - href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of - the <a href="http://www.w3.org/Style/">Style Activity</a>). + <p>This document was produced by the <a href="/Style/CSS/members">CSS + Working Group</a> (part of the <a href="/Style/">Style Activity</a>). <p>This document was produced by a group operating under the <a - href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February - 2004 W3C Patent Policy</a>. W3C maintains a <a - href="http://www.w3.org/2004/01/pp-impl/32061/status" + href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent + Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status" rel=disclosure>public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a - href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential + href="/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a - href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section - 6 of the W3C Patent Policy</a>.</p> + href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the + W3C Patent Policy</a>.</p> <!--end-status--> <p>This draft is related to the drafts about positoning with grid units @@ -1694,6 +1688,12 @@ <var>E</var>. If there is no such template <var>T</var>, or if it does not contain a slot called <var>X</var>, the selector matches nothing. + <p class=issue>This is ambiguous if <var>E</var> is a template element and + also has a template ancestor. We could call the slot ‘<a + href="#slot"><code class=css>::slot()</code></a>’ and the part of an + element that falls in a slot ‘<code + class=css>:fragment()</code>’ + <div class=example> <p>The following example shows the difference between using the ‘<a href="#slot"><code class=css>::slot()</code></a>’ pseudo-element in @@ -1777,7 +1777,12 @@ <li>* ‘<code class=property>content</code>’ <span class=issue>Useful? Gives the first content for the slot, more can be - added by positioning other elements in the slot.)</span> + added by positioning other elements in the slot. Would this allow + repeating a heading above a slot if a flow continues in a second slot + (with ‘<code class=css>running()</code>’ from GCPM) or adding + “continued on page 7” at below a slot (with ‘<code + class=css>target-counter()</code>’ from GCPM)? (See also the <a + href="#see-page">issue about “continued on.”)</a></span> </ul> <div class=issue> @@ -2118,13 +2123,14 @@ </pre> </div> - <p class=issue>If a slot on a page is full and the content continues on the - next page, it may be useful to insert something like “continued on page - X.” This is useful at any page break, but more important if there are - multiple “flows” of content on each page. Maybe a page-break-content - property? ‘<code class=css>page-break-content: "▶ continued on p. - " targetcounter(???, page)</code>’ or extend text-overflow from <a - href="#CSS3TEXT" rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>? + <p class=issue id=see-page>If a slot on a page is full and the content + continues on the next page, it may be useful to insert something like + “continued on page X.” This is useful at any page break, but more + important if there are multiple “flows” of content on each page. Maybe + a page-break-content property? ‘<code class=css>page-break-content: + "▶ continued on p. " targetcounter(???, page)</code>’ or extend + text-overflow from <a href="#CSS3TEXT" + rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>? <p class=issue>How do you set the ‘<a href="#vertical-align"><code class=property>vertical-align</code></a>’ property of a slot in a
Received on Wednesday, 15 February 2012 18:32:01 UTC