|
75 | 75 | kerning? |
76 | 76 |
|
77 | 77 |
|
| 78 | +--> |
| 79 | + <!-- |
| 80 | +http://opengroup.org/onlinepubs/007908775/xbd/locale.html |
| 81 | +
|
| 82 | +d_t_fmt |
| 83 | +Define the appropriate date and time representation, corresponding to the %c field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions (\\, \a, \b, \f, \n, \r, \t, \v). |
| 84 | +d_fmt |
| 85 | +Define the appropriate date representation, corresponding to the %x field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions . |
| 86 | +t_fmt |
| 87 | +Define the appropriate time representation, corresponding to the %X field descriptor. The operand consists of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in the table in Escape Sequences and Associated Actions . |
| 88 | +
|
| 89 | +
|
78 | 90 | --> |
79 | 91 |
|
80 | 92 |
|
81 | 93 | <h1>CSS Generated Content for Paged Media Module</h1> |
82 | 94 |
|
83 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 29 March 2010</h2> |
| 95 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 31 March 2010</h2> |
84 | 96 |
|
85 | 97 | <dl> |
86 | 98 | <dt>This version: |
87 | 99 |
|
88 | 100 | <dd><a |
89 | | - href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100329">http://www.w3.org/TR/2010/ED-css3-gcpm-20100329</a> |
| 101 | + href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100331">http://www.w3.org/TR/2010/ED-css3-gcpm-20100331</a> |
90 | 102 |
|
91 | 103 | <dt>Latest version: |
92 | 104 |
|
@@ -479,18 +491,25 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1. |
479 | 491 |
|
480 | 492 | <dt>‘<code class=css>env()</code>’ |
481 | 493 |
|
482 | | - <dd>This functions returns data from the enviroment of the document at |
483 | | - the time of formatting. |
| 494 | + <dd>This function returns data from the environment of the user at the |
| 495 | + time of formatting. |
484 | 496 | <div class=example> |
485 | 497 | <p>Possible uses of this function are: |
486 | 498 |
|
487 | 499 | <pre> |
488 | | - string-set: date env(year) "-" env(month) "-" env(day); |
489 | | - string-set: date env(YYYY) "-" env(MM) "-" env(DD); |
490 | | - string-set: date env(date); |
491 | | - string-set: url env(url); |
| 500 | +string-set: date env(date); |
| 501 | +string-set: date env(time); |
| 502 | +string-set: date env(date-time); |
| 503 | +string-set: url env(url); |
492 | 504 | </pre> |
493 | 505 | </div> |
| 506 | + |
| 507 | + <p class=note>Information about date and time is formatted according to |
| 508 | + the locale of the user. Implementors can get access to preformatted |
| 509 | + strings by way of the <a |
| 510 | + href="http://www.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime</a> |
| 511 | + function. The date, time and date-time strings can be found by using |
| 512 | + the "%x", "%X" and "%c" conversion strings, respectively |
494 | 513 | </dl> |
495 | 514 | </dl> |
496 | 515 | <!--<p class="issue">Should target-counter() and leader() also be allowed?</p>--> |
|
0 commit comments