@@ -9,7 +9,7 @@ ED: https://drafts.csswg.org/css-gcpm/
9
9
TR : https://www.w3.org/TR/css-gcpm-3/
10
10
Editor : Dave Cramer, Hachette Livre, [email protected] , w3cid 65283
11
11
Former Editor : Håkon Wium Lie, Opera Software
12
- Link defaults : css-content-3 (property) counter-increment, css-content-3 (property) counter-reset, css2 (property) string, css2 (property) max-height
12
+ Link defaults : css-content-3 (property) counter-increment, css-content-3 (property) counter-reset, css21 (property) string, css2 (property) max-height
13
13
Abstract : Books and other paged media often use special techniques to display information. Content may be moved to or generated for special areas of the page, such as running heads or footnotes. Generated content within pages, such as tab leaders or cross-references, helps readers navigate within and between pages.
14
14
Previous Version : https://www.w3.org/TR/2014/WD-css-gcpm-3-20140513/
15
15
Previous version : https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html
@@ -31,7 +31,7 @@ This module defines new properties and values, so that authors may bring these t
31
31
<h3 id="values">
32
32
Value Definitions</h3>
33
33
34
- This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2 ]]
34
+ This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21 ]]
35
35
using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
36
36
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]] .
37
37
Combination with other CSS modules may expand the definitions of these value types.
@@ -89,7 +89,7 @@ The 'string-set' property contains one or more pairs, each consisting of an cust
89
89
<dt> content()</dt>
90
90
<dd> The ''content()'' function, described below.</dd>
91
91
<dt> attr(<identifier>)</dt>
92
- <dd> Returns the string value of the attribute <identifier>, as defined in [[CSS3VAL ]] </dd>
92
+ <dd> Returns the string value of the attribute <identifier>, as defined in [[CSS-VALUES-3 ]] </dd>
93
93
</dl>
94
94
95
95
<h5 id="content-function-header">The ''content()'' function</h5>
@@ -783,11 +783,11 @@ Consider the following HTML:
783
783
And CSS:
784
784
785
785
<pre>
786
- div.Chapter {
786
+ div.chapter {
787
787
page: body;
788
788
}
789
789
790
- div .broadside {
790
+ table .broadside {
791
791
page: broadside;
792
792
}
793
793
0 commit comments