Skip to content

Commit e83575f

Browse files
author
howcome
committed
machine-generated version
1 parent 757b945 commit e83575f

1 file changed

Lines changed: 58 additions & 50 deletions

File tree

css-gcpm/Overview.html

Lines changed: 58 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta content="CSS Generated Content for Paged Media Module"
1212
name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-03-10 name=dcterms.issued>
14+
<meta content=2013-07-01 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-gcpm/" name=dcterms.identifier>
@@ -23,6 +23,7 @@
2323
.example img { display: block }
2424
.example { background: #ddd }
2525
body { line-height: 1.3 }
26+
.unimplmented { background: #fee }
2627
</style>
2728

2829
<body>
@@ -32,13 +33,13 @@
3233

3334
<h1>CSS Generated Content for Paged Media Module</h1>
3435

35-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 March 2013</h2>
36+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 1 July 2013</h2>
3637

3738
<dl>
3839
<dt>This version:
3940

4041
<dd><a
41-
href="http://dev.w3.org/csswg/css3-gcpm/">http://www.w3.org/TR/2013/ED-css3-gcpm-20130310/</a>
42+
href="http://dev.w3.org/csswg/css3-gcpm/">http://www.w3.org/TR/2013/ED-css3-gcpm-20130701/</a>
4243

4344
<dt>Latest version:
4445

@@ -49,13 +50,15 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 March 2013</h2>
4950

5051
<dd><a href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608/">
5152
http://www.w3.org/TR/2010/WD-css3-gcpm-20100608/</a>
52-
<dt>Feedback:</dt>
53-
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-gcpm%5D%20feedback"
54-
>www-style@w3.org</a>
55-
with subject line &ldquo;<kbd>[css-gcpm]
56-
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
57-
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
58-
>archives</a>)
53+
54+
<dt>Feedback:
55+
56+
<dd><a
57+
href="mailto:www-style@w3.org?subject=%5Bcss-gcpm%5D%20feedback">www-style@w3.org</a>
58+
with subject line “<kbd>[css-gcpm] <var>… message topic
59+
</var></kbd>” (<a
60+
href="http://lists.w3.org/Archives/Public/www-style/"
61+
rel=discussion>archives</a>)
5962

6063
<dt>Editor:
6164

@@ -111,20 +114,22 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
111114
“css3-gcpm” in the subject, preferably like this:
112115
“[<!---->css3-gcpm<!---->] <em>…summary of comment…</em>
113116

114-
<p>This document was produced by the <a href="/Style/CSS/members">CSS
115-
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
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>).
116120

117121
<p>This document was produced by a group operating under the <a
118-
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
119-
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
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"
120125
rel=disclosure>public list of any patent disclosures</a> made in
121126
connection with the deliverables of the group; that page also includes
122127
instructions for disclosing a patent. An individual who has actual
123128
knowledge of a patent which the individual believes contains <a
124-
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
129+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
125130
Claim(s)</a> must disclose the information in accordance with <a
126-
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
127-
W3C Patent Policy</a>.</p>
131+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
132+
6 of the W3C Patent Policy</a>.</p>
128133
<!--end-status-->
129134

130135
<p>This WD contains functionality that the CSS WG finds interesting and
@@ -482,7 +487,9 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
482487
<p class=note>The expected use for ‘<code
483488
class=css>content-first-letter</code>’ is to create one-letter
484489
headers, e.g., in dictionaries.
490+
</dl>
485491

492+
<dl class=unimplemented>
486493
<dt>env()
487494

488495
<dd>This function returns data from the local environment of the user at
@@ -521,7 +528,6 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
521528
</pre>
522529
</div>
523530
</dl>
524-
<!--<p class="issue">Should target-counter() and leader() also be allowed?</p>-->
525531

526532
<p>Named strings can only hold the result of one assignment; whenever a new
527533
assignment is made to a named string, its old value is replaced.
@@ -532,10 +538,10 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
532538

533539
<p>The scope of a named string is the page of the element to which the
534540
<a href="#string-set"><code class=property>string-set</code></a>
535-
property is attached and subsequent pages.
536-
537-
<p>The name space of named strings is different from other sets of names in
538-
CSS.
541+
property is attached and subsequent pages. <!--
542+
<p>The name space of named strings is different from other sets of
543+
names in CSS.
544+
-->
539545

540546
<p>The textual content is processed as if ‘<code class=css>white-space:
541547
normal</code>’ had been set.
@@ -701,7 +707,7 @@ <h3 id=running-elements><span class=secno>2.2. </span>Running elements</h3>
701707
</pre>
702708
</div>
703709

704-
<div class=example>
710+
<div class="example unimplemented">
705711
<p>In this example, the element is copied into the running header but it
706712
also keeps its normal place.
707713

@@ -870,46 +876,48 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2>
870876
class=property>letter-spacing</code>’, white-space properties,
871877
background properties, and ‘<code class=property>color</code>’.
872878

873-
<p>The second value describes the alignment of the leader. These values are
874-
allowed:
879+
<div class=unimplemented>
880+
<p>The second value describes the alignment of the leader. These values
881+
are allowed:
875882

876-
<dl>
877-
<dt>align
883+
<dl>
884+
<dt>align
878885

879-
<dd>attempt to align corresponding glyphs from the leader pattern between
880-
consecutive lines. This is the default value.
886+
<dd>attempt to align corresponding glyphs from the leader pattern between
887+
consecutive lines. This is the default value.
881888

882-
<dt>start
889+
<dt>start
883890

884-
<dd>align leader string with the start
891+
<dd>align leader string with the start
885892

886-
<dt>end
893+
<dt>end
887894

888-
<dd>align leader string with the end
895+
<dd>align leader string with the end
889896

890-
<dt>center
897+
<dt>center
891898

892-
<dd>center leader string
899+
<dd>center leader string
893900

894-
<dt>string-space
901+
<dt>string-space
895902

896-
<dd>add space between strings to take up all available space
903+
<dd>add space between strings to take up all available space
897904

898-
<dt>letter-space
905+
<dt>letter-space
899906

900-
<dd>add space between letters (both inside the string, and at the
901-
start/end of the string) to take up all available space
902-
</dl>
907+
<dd>add space between letters (both inside the string, and at the
908+
start/end of the string) to take up all available space
909+
</dl>
903910

904-
<div class=example>
905-
<pre>
911+
<div class=example>
912+
<pre>
906913
heading::after { content: leader(dotted, align) }
907914
heading::after { content: leader(dotted, start) }
908915
heading::after { content: leader(dotted, end) }
909916
heading::after { content: leader(dotted, center) }
910917
heading::after { content: leader(dotted, string-space) }
911918
heading::after { content: leader(dotted, letter-space) }
912919
</pre>
920+
</div>
913921
</div>
914922

915923
<p>In a more complex example, the ‘<code class=property>leader</code>
@@ -4439,7 +4447,7 @@ <h3 class=no-num id=normative-references>Normative references</h3>
44394447
<!-- Sorted by label -->
44404448

44414449
<dl class=bibliography>
4442-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
4450+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
44434451
<!---->
44444452

44454453
<dt id=CSS3LIST>[CSS3LIST]
@@ -4459,7 +4467,7 @@ <h3 class=no-num id=other-references>Other references</h3>
44594467
<!-- Sorted by label -->
44604468

44614469
<dl class=bibliography>
4462-
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
4470+
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
44634471
<!---->
44644472

44654473
<dt id=CSS2>[CSS2]
@@ -4474,11 +4482,11 @@ <h3 class=no-num id=other-references>Other references</h3>
44744482

44754483
<dt id=CSS3PAGE>[CSS3PAGE]
44764484

4477-
<dd>Håkon Wium Lie; Melinda Grant. <a
4478-
href="http://www.w3.org/TR/2006/WD-css3-page-20061010"><cite>CSS3 Module:
4479-
Paged Media.</cite></a> 10 October 2006. W3C Working Draft. (Work in
4480-
progress.) URL: <a
4481-
href="http://www.w3.org/TR/2006/WD-css3-page-20061010">http://www.w3.org/TR/2006/WD-css3-page-20061010</a>
4485+
<dd>Melinda Grant; et al. <a
4486+
href="http://www.w3.org/TR/2013/WD-css3-page-20130314/"><cite>CSS Paged
4487+
Media Module Level 3.</cite></a> 14 March 2013. W3C Working Draft. (Work
4488+
in progress.) URL: <a
4489+
href="http://www.w3.org/TR/2013/WD-css3-page-20130314/">http://www.w3.org/TR/2013/WD-css3-page-20130314/</a>
44824490
</dd>
44834491
<!---->
44844492
</dl>

0 commit comments

Comments
 (0)