Skip to content

Commit bc2da45

Browse files
committed
x
1 parent f93d81e commit bc2da45

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -506,19 +506,22 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
506506
the time of formatting
507507
</ul>
508508

509-
<p class=note>Information about date and time is formatted according to
510-
the locale of the user. Implementors can get access to preformatted
511-
strings by way of the <a
509+
<p>Information about date and time is formatted according to the locale
510+
of the user.
511+
512+
<p class=note>On many systems, preformatted strings in the user's
513+
locale can be found through the <a
512514
href="http://www.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime</a>
513515
function. The date, time and date-time strings can be found by using
514516
the "%x", "%X" and "%c" conversion strings, respectively.
515517

516518
<div class=example>
517519
<pre>
518-
string-set: url env(url);
519-
string-set: date env(date);
520-
string-set: date env(time);
521-
string-set: date env(date-time);
520+
@page {
521+
margin: 10%;
522+
@top-right { content: env(url) }
523+
@bottom-right { content: env(date-time) }
524+
}
522525
</pre>
523526
</div>
524527
</dl>

0 commit comments

Comments
 (0)