Skip to content

Commit 10a92ed

Browse files
committed
[css-counter-styles] Mark <image> in <symbol> as at-risk, as there are no implementation plans yet. Related to w3c#1991.
1 parent 5838344 commit 10a92ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-counter-styles-3/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Abstract: This module introduces the ''@counter-style'' rule, which allows autho
1717
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Counter%20Styles&resolution=---
1818
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ASCII case-insensitive
1919
Deadline: 2015-05-03
20+
At Risk: the <<image>> value in <<symbol>>
2021
</pre>
2122
<style>
2223
pre.stylesheet { white-space: pre-wrap; }
@@ -1063,6 +1064,11 @@ Marker characters: the 'symbols' and 'additive-symbols' descriptors</h3>
10631064
The <a href="https://drafts.csswg.org/css3-images/#default-object-size">default object size</a> of an image <a>counter symbol</a>
10641065
is a 1em by 1em square.
10651066

1067+
Note: The <<image>> syntax in <<symbol>> is currently at-risk.
1068+
No implementations have plans to implement it currently,
1069+
and it complicates some usages of ''counter()''
1070+
in ways that haven't been fully handled.
1071+
10661072
Note: If using identifiers rather than strings to define the symbols,
10671073
be aware of the syntax of identifiers.
10681074
In particular, ascii non-letters like "*" are not identifiers,

0 commit comments

Comments
 (0)