1212.example img { display : block }
1313.example { background : # ddd }
1414body { line-height : 1.3 }
15+ .unimplmented { background : # fee }
1516</ style >
1617
1718
@@ -213,6 +214,10 @@ <h4>Setting named strings: the 'string-set' property</h4>
213214
214215< p class ="note "> The expected use for ''content-first-letter'' is to create one-letter headers, e.g., in dictionaries.</ p >
215216
217+ </ dl >
218+
219+ < dl class =unimplemented >
220+
216221< dt > env()
217222
218223< dd > This function returns data from the local environment of the user at
@@ -241,11 +246,7 @@ <h4>Setting named strings: the 'string-set' property</h4>
241246
242247</ div >
243248
244-
245249</ dl >
246- </ dl >
247-
248- <!--<p class="issue">Should target-counter() and leader() also be allowed?</p>-->
249250
250251< p > Named strings can only hold the result of one assignment; whenever
251252a new assignment is made to a named string, its old value is replaced.
@@ -257,8 +258,11 @@ <h4>Setting named strings: the 'string-set' property</h4>
257258< p > The scope of a named string is the page of the element to which the
258259'string-set' property is attached and subsequent pages.
259260
261+ <!--
260262<p>The name space of named strings is different from other sets of
261263names in CSS.
264+ -->
265+
262266
263267< p > The textual content is processed as if 'white-space: normal' had been set.
264268
@@ -398,7 +402,7 @@ <h3>Running elements</h3>
398402</ div >
399403
400404
401- < div class ="example ">
405+ < div class ="example unimplemented ">
402406< p > In this example, the element is copied into the running header but it also keeps its normal place.
403407
404408< pre >
@@ -543,6 +547,8 @@ <h2>Leaders</h2>
543547properties, text properties, 'letter-spacing', white-space properties,
544548background properties, and 'color'.
545549
550+ < div class =unimplemented >
551+
546552< p > The second value describes the alignment of the leader. These values are allowed:
547553
548554< dl >
@@ -579,6 +585,8 @@ <h2>Leaders</h2>
579585</ pre >
580586</ div >
581587
588+ </ div >
589+
582590
583591< p > In a more complex example, the 'leader' value is combined with other
584592values on the 'content' property:
0 commit comments