Skip to content

Commit 58bd3c9

Browse files
authored
Merge pull request #4808 from dauwhe/css-gcpm-3524
[css-gcpm-3] fix CSS errors in example 14
2 parents 44beeab + 8bcf3ee commit 58bd3c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-gcpm-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ED: https://drafts.csswg.org/css-gcpm/
99
TR: https://www.w3.org/TR/css-gcpm-3/
1010
Editor: Dave Cramer, Hachette Livre, [email protected], w3cid 65283
1111
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
1313
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.
1414
Previous Version: https://www.w3.org/TR/2014/WD-css-gcpm-3-20140513/
1515
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
3131
<h3 id="values">
3232
Value Definitions</h3>
3333

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]]
3535
using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]].
3636
Value types not defined in this specification are defined in CSS Values &amp; Units [[!CSS-VALUES-3]].
3737
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
8989
<dt>content()</dt>
9090
<dd>The ''content()'' function, described below.</dd>
9191
<dt>attr(&lt;identifier>)</dt>
92-
<dd>Returns the string value of the attribute &lt;identifier>, as defined in [[CSS3VAL]]</dd>
92+
<dd>Returns the string value of the attribute &lt;identifier>, as defined in [[CSS-VALUES-3]]</dd>
9393
</dl>
9494

9595
<h5 id="content-function-header">The ''content()'' function</h5>
@@ -783,11 +783,11 @@ Consider the following HTML:
783783
And CSS:
784784

785785
<pre>
786-
div.Chapter {
786+
div.chapter {
787787
page: body;
788788
}
789789

790-
div.broadside {
790+
table.broadside {
791791
page: broadside;
792792
}
793793

0 commit comments

Comments
 (0)