Skip to content

Commit abdf211

Browse files
committed
x
1 parent ef6bdf3 commit abdf211

1 file changed

Lines changed: 27 additions & 8 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,30 @@
7575
kerning?
7676
7777
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+
7890
-->
7991

8092

8193
<h1>CSS Generated Content for Paged Media Module</h1>
8294

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>
8496

8597
<dl>
8698
<dt>This version:
8799

88100
<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>
90102

91103
<dt>Latest version:
92104

@@ -479,18 +491,25 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
479491

480492
<dt>&lsquo;<code class=css>env()</code>&rsquo;
481493

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.
484496
<div class=example>
485497
<p>Possible uses of this function are:
486498

487499
<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);
492504
</pre>
493505
</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
494513
</dl>
495514
</dl>
496515
<!--<p class="issue">Should target-counter() and leader() also be allowed?</p>-->

0 commit comments

Comments
 (0)