Skip to content

Commit 576f97f

Browse files
author
howcome
committed
machine-generated version
1 parent e4de066 commit 576f97f

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

css-gcpm/Overview.html

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.example img { display: block }
2424
.example { background: #ddd }
2525
body { line-height: 1.3 }
26-
.unimplemented { background: #fdd }
26+
.remove, .unimplemented { background: #fdd }
2727

2828
table.string-set-example { font-family: monospace; border-collapse: collapse }
2929
table.string-set-example div.pre {
@@ -147,18 +147,15 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
147147
expected from <a href="#paged-presentations">paged presentations</a> and
148148
onwards. Also, functionality described in this module may be moved to
149149
other modules. Since the <a
150-
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608">previous WD</a>,
151-
hyphenation has been moved to <a
152-
href="http://www.w3.org/TR/2011/WD-css3-text-20110901/#hyphenation">css3-text</a>
153-
and the <a
154-
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608/#the-super-decimal-list-style-type">super-decimal</a>
155-
list-style-type value has been moved to <a
156-
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524/#super-decimal">css3-lists</a>.
157-
<a
158-
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608/#named-counter-styles">Named
159-
counter styles</a> and the <a
160-
href="http://www.w3.org/TR/2010/WD-css3-gcpm-20100608/#the-symbols-list-style-type">symbols()</a>
161-
list-style-type value should also appear in a future css3-lists WD.
150+
href="http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/">previous WD</a>,
151+
this specification has been alinged with existing implemenatation. Some
152+
functionality has been removed (e.g., env(), target-pull()), or moved to
153+
other modules (the styling of blank pages). Some functionality are used in
154+
this draft with the expectation that it will appear in other modules (<a
155+
href="http://dev.w3.org/csswg/css-backgrounds-4/#border-clip">border-clip</a>).
156+
The definition of some properties has changed (e.g., the ‘<code
157+
class=property>start</code>’ keyword) or been further clarified based on
158+
feedback on www-style.
162159

163160
<h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
164161
contents</a></h2>
@@ -1241,15 +1238,18 @@ <h3 id=the-target-text-value><span class=secno>4.2. </span>The ‘<code
12411238

12421239
<h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
12431240

1244-
<p>A footnote is a note typically placed at the bottom of a page that
1245-
comments on or cites a reference. References to footnotes are marked with
1246-
a <em>note-call</em> in the main text. The rendering of footnotes is
1247-
complex. As far as possible, footnotes try to reuse other parts of CSS.
1248-
However, due to the typographic traditions of footnotes, some new
1249-
functionality is required to support footnotes in CSS:
1241+
<p>When an element is turned into a footnote, certain magical things
1242+
happen. The element is moved to the footnote area, a footnote call is left
1243+
behind in its place, a footnote marker is displayed before the element,
1244+
and the footnote counter is incremented.
12501245

1251-
<p>In order to support footnotes in CSS, the following functionality is
1252-
added:
1246+
<p>A footnote is a note typically placed at the bottom of a page that
1247+
comments on, or cites, a reference. References to footnotes are marked
1248+
with a <em>footnote call</em> in the main text which corresponds to a
1249+
<em>footnote marker</em> in the <em>footnote area</em>. The rendering of
1250+
footnotes is complex. As far as possible, footnotes try to reuse other
1251+
parts of CSS. However, due to the typographic traditions of footnotes,
1252+
some new functionality is required to support footnotes in CSS:
12531253

12541254
<ul>
12551255
<li>one new value on the ‘<code class=property>float</code>’ property:
@@ -1266,7 +1266,11 @@ <h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
12661266
class=property>content</code>’ property: ‘<code
12671267
class=css>target-pull()</code>
12681268

1269-
<li>border segments
1269+
<li>border segments (see <a
1270+
href="http://dev.w3.org/csswg/css-backgrounds-4/#border-clip">border-clip</a>)
1271+
1272+
<li><a
1273+
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524/#super-decimal">super-decimal</a>
12701274
<!--<li>two new 'list-style-type' values: ''super-decimal'', and symbol(...)-->
12711275
</ul>
12721276

0 commit comments

Comments
 (0)