Skip to content

Commit 0b2ddf2

Browse files
committed
(merge)
2 parents 12ad848 + 7404c41 commit 0b2ddf2

2 files changed

Lines changed: 12 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>

css-template/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
125125
href="http://www.w3.org/Style/CSS/Tracker/products/15" >“Details on
126126
Product CSS3 Template Layout.”</a>
127127

128+
<p class=issue>This draft also used to contain a layout model based on
129+
the “stack of cards” idea, with all cards the same size and tabs for
130+
selecting which card is “on top” (i.e., visible). At the moment it is
131+
undecided if that model should be defined here or somewhere else.
132+
128133
<!--=================================================================-->
129134

130135
<h2 class="no-num no-toc" id=contents>Table of contents</h2>

0 commit comments

Comments
 (0)