Skip to content

Commit 07a35f3

Browse files
committed
Generated. Do not edit!
1 parent 682e87c commit 07a35f3

1 file changed

Lines changed: 42 additions & 36 deletions

File tree

css3-layout/Overview.html

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<title>CSS Template Layout Module</title>
99
<link href="../default.css" rel=stylesheet type="text/css">
10-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
10+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
1212

1313
<body>
@@ -17,14 +17,14 @@
1717

1818
<h1>CSS Template Layout Module</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>W3C Working
21-
Draft 14 February 2012</h2>
20+
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
21+
15 February 2012</h2>
2222

2323
<dl>
2424
<dt>This version:
2525

26-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-layout-20120214/">
27-
http://www.w3.org/TR/2012/WD-css3-layout-20120214/</a>
26+
<dd><a href="http://www.w3.org/TR/2012/ED-css3-layout-20120215/">
27+
http://www.w3.org/TR/2012/ED-css3-layout-20120215/</a>
2828

2929
<dt>Latest version:
3030

@@ -94,42 +94,36 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
9494
<h2 class="no-num no-toc" id=status>Status of this document</h2>
9595
<!--begin-status-->
9696

97-
<p><em>This section describes the status of this document at the time of
98-
its publication. Other documents may supersede this document. A list of
99-
current W3C publications and the latest revision of this technical report
100-
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
101-
index at http://www.w3.org/TR/.</a></em>
102-
103-
<p>Publication as a Working Draft does not imply endorsement by the W3C
104-
Membership. This is a draft document and may be updated, replaced or
105-
obsoleted by other documents at any time. It is inappropriate to cite this
106-
document as other than work in progress.
97+
<p>This is a public copy of the editors' draft. It is provided for
98+
discussion only and may change at any moment. Its publication here does
99+
not imply endorsement of its contents by W3C. Don't cite this document
100+
other than as work in progress.
107101

108102
<p>The (<a
109103
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
110-
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
111-
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
112-
for discussion of this specification. When sending e-mail, please put the
113-
text &#8220;css3-layout&#8221; in the subject, preferably like this:
104+
mailing list <a
105+
href="mailto:www-style@w3.org?Subject=%5Bcss3-layout%5D%20PUT%20SUBJECT%20HERE">
106+
www-style@w3.org</a> (see <a
107+
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
108+
discussion of this specification. When sending e-mail, please put the text
109+
&#8220;css3-layout&#8221; in the subject, preferably like this:
114110
&#8220;[<!---->css3-layout<!---->] <em>&hellip;summary of
115111
comment&hellip;</em>&#8221;
116112

117-
<p>This document was produced by the <a
118-
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
119-
the <a href="http://www.w3.org/Style/">Style Activity</a>).
113+
<p>This document was produced by the <a href="/Style/CSS/members">CSS
114+
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
120115

121116
<p>This document was produced by a group operating under the <a
122-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
123-
2004 W3C Patent Policy</a>. W3C maintains a <a
124-
href="http://www.w3.org/2004/01/pp-impl/32061/status"
117+
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
118+
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
125119
rel=disclosure>public list of any patent disclosures</a> made in
126120
connection with the deliverables of the group; that page also includes
127121
instructions for disclosing a patent. An individual who has actual
128122
knowledge of a patent which the individual believes contains <a
129-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
123+
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
130124
Claim(s)</a> must disclose the information in accordance with <a
131-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
132-
6 of the W3C Patent Policy</a>.</p>
125+
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
126+
W3C Patent Policy</a>.</p>
133127
<!--end-status-->
134128

135129
<p>This draft is related to the drafts about positoning with grid units
@@ -1694,6 +1688,12 @@ <h2 id=slot-pseudo><span class=secno>9. </span>The &lsquo;<a
16941688
<var>E</var>. If there is no such template <var>T</var>, or if it does not
16951689
contain a slot called <var>X</var>, the selector matches nothing.
16961690

1691+
<p class=issue>This is ambiguous if <var>E</var> is a template element and
1692+
also has a template ancestor. We could call the slot &lsquo;<a
1693+
href="#slot"><code class=css>::slot()</code></a>&rsquo; and the part of an
1694+
element that falls in a slot &lsquo;<code
1695+
class=css>:fragment()</code>&rsquo;
1696+
16971697
<div class=example>
16981698
<p>The following example shows the difference between using the &lsquo;<a
16991699
href="#slot"><code class=css>::slot()</code></a>&rsquo; pseudo-element in
@@ -1777,7 +1777,12 @@ <h2 id=slot-pseudo><span class=secno>9. </span>The &lsquo;<a
17771777

17781778
<li>* &lsquo;<code class=property>content</code>&rsquo; <span
17791779
class=issue>Useful? Gives the first content for the slot, more can be
1780-
added by positioning other elements in the slot.)</span>
1780+
added by positioning other elements in the slot. Would this allow
1781+
repeating a heading above a slot if a flow continues in a second slot
1782+
(with &lsquo;<code class=css>running()</code>&rsquo; from GCPM) or adding
1783+
“continued on page 7” at below a slot (with &lsquo;<code
1784+
class=css>target-counter()</code>&rsquo; from GCPM)? (See also the <a
1785+
href="#see-page">issue about “continued on.”)</a></span>
17811786
</ul>
17821787

17831788
<div class=issue>
@@ -2118,13 +2123,14 @@ <h2 id=paged><span class=secno>11. </span>Page-based templates and other
21182123
</pre>
21192124
</div>
21202125

2121-
<p class=issue>If a slot on a page is full and the content continues on the
2122-
next page, it may be useful to insert something like “continued on page
2123-
X.” This is useful at any page break, but more important if there are
2124-
multiple “flows” of content on each page. Maybe a page-break-content
2125-
property? &lsquo;<code class=css>page-break-content: "▶ continued on p.
2126-
" targetcounter(???, page)</code>&rsquo; or extend text-overflow from <a
2127-
href="#CSS3TEXT" rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>?
2126+
<p class=issue id=see-page>If a slot on a page is full and the content
2127+
continues on the next page, it may be useful to insert something like
2128+
“continued on page X.” This is useful at any page break, but more
2129+
important if there are multiple “flows” of content on each page. Maybe
2130+
a page-break-content property? &lsquo;<code class=css>page-break-content:
2131+
"▶ continued on p. " targetcounter(???, page)</code>&rsquo; or extend
2132+
text-overflow from <a href="#CSS3TEXT"
2133+
rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>?
21282134

21292135
<p class=issue>How do you set the &lsquo;<a href="#vertical-align"><code
21302136
class=property>vertical-align</code></a>&rsquo; property of a slot in a

0 commit comments

Comments
 (0)