|
54 | 54 | </p> |
55 | 55 | <h1 class="p-name no-ref" id=title>CSS Generated Content for Paged Media Module</h1> |
56 | 56 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
57 | | - <span class=dt-updated><span class=value-title title=20140131>31 January 2014</span></span></span></h2> |
| 57 | + <span class=dt-updated><span class=value-title title=20140211>11 February 2014</span></span></span></h2> |
58 | 58 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-gcpm/>http://dev.w3.org/csswg/css-gcpm/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-gcpm/>http://dev.w3.org/csswg/css-gcpm/</a><dt>Previous Versions:<dd><a href=https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html rel=previous>https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/</a> |
59 | 59 | <dt>Feedback:</dt> |
60 | 60 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-gcpm%5D%20feedback">www-style@w3.org</a> |
@@ -301,18 +301,18 @@ <h4 class="heading settled heading" data-level=1.1.2 id=string-function><span cl |
301 | 301 | margin: 1.5cm; |
302 | 302 |
|
303 | 303 | @top-left { |
304 | | - content: "first: " string(title, first); |
| 304 | + content: "first: " string(heading, first); |
305 | 305 | } |
306 | 306 | @top-center { |
307 | | - content: "start: " string(title, start); |
| 307 | + content: "start: " string(heading, start); |
308 | 308 | } |
309 | 309 | @top-right { |
310 | | - content: "last: " string(title, last); |
| 310 | + content: "last: " string(heading, last); |
311 | 311 | } |
312 | 312 | } |
313 | 313 |
|
314 | | -h2 { string-set: title content() } |
315 | | -</pre><p>The following figures show the first, start, and last assignments on various pages. |
| 314 | +h2 { string-set: heading content() } |
| 315 | +</pre><p>The following figures show the first, start, and last assignments of the “heading” string on various pages. |
316 | 316 | </p><figure> |
317 | 317 | <img alt="" src=using-strings-1.jpg width=480> |
318 | 318 | <figcaption>The <a href=#string-start>start</a> value is empty, as the string had not yet been set at the start of the page.</figcaption> |
|
0 commit comments