Skip to content

Commit 7404c41

Browse files
committed
Added issue about allowing 'content: disc' and not just 'content:
counter(foo, disc)'
1 parent 5585b90 commit 7404c41

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css-content/Overview.src.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,13 @@ <h2><a name="content-insert">Inserting and replacing content</a> with
12101210
generated text is the value of all counters with the given name at this point in the formatting
12111211
structure, separated by the specified string. The counters are rendered in the indicated style
12121212
(the default is again specified using '@counter' rules). See the section on <a
1213-
href="#counters">automatic counters and numbering</a> for more information.</p></dd>
1213+
href="#counters">automatic counters and numbering</a> for more information.</p>
1214+
1215+
<p class=issue>To get the fixed symbols defined as counters ('disc',
1216+
'circle', 'quare', ‘disclosure-open’, ‘disclosure-closed’), you can
1217+
write 'content: counter(foo, disc)', but as the counter is not
1218+
important, it might be useful to allow 'content: disc' as well.
1219+
</dd>
12141220

12151221

12161222
<dt><dfn>&lt;named-string&gt;</dfn><dt>

0 commit comments

Comments
 (0)