@@ -9,7 +9,7 @@ ED: https://drafts.csswg.org/css-gcpm/
99TR : https://www.w3.org/TR/css-gcpm-3/
1010Editor : Dave Cramer, Hachette Livre, dave.cramer@hbgusa.com, w3cid 65283
1111Former 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
1313Abstract : 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.
1414Previous Version : https://www.w3.org/TR/2014/WD-css-gcpm-3-20140513/
1515Previous 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">
3232Value 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 ]]
3535using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
3636Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]] .
3737Combination 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(<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>
9393</dl>
9494
9595<h5 id="content-function-header">The ''content()'' function</h5>
0 commit comments