@@ -159,7 +159,7 @@ Defining Custom Counter Styles: the ''@counter-style'' rule</h2>
159
159
<pre> @counter-style <<counter-style-name>> { <<declaration-list>> }</pre>
160
160
161
161
<dfn><counter-style-name></dfn> is a <<custom-ident>>
162
- that is not an <a>ASCII case-insensitive</a> match for " none" .
162
+ that is not an <a>ASCII case-insensitive</a> match for ''<<counter-style>>/ none'' .
163
163
The <<counter-style-name>> is a [=tree-scoped name=] .
164
164
165
165
The keywords ''decimal'' , ''disc'' , ''square'' , ''circle'' , ''disclosure-open'' , and ''disclosure-closed''
@@ -2637,7 +2637,7 @@ Changes since the December 2017 Candidate Recommendation</h3>
2637
2637
2638
2638
Significant changes since the <a href="https://www.w3.org/TR/2017/CR-css-counter-styles-3-20171214/">December 14 2017 Candidate Recommendation</a> :
2639
2639
2640
- * Made ''none'' , ''decimal'' , ''disc'' , ''circle'' , ''square'' , ''disclosure-open'' , ''disclosure-close'' non-overridable.
2640
+ * Made ''<<counter-style>>/ none'' , ''decimal'' , ''disc'' , ''circle'' , ''square'' , ''disclosure-open'' , ''disclosure-close'' non-overridable.
2641
2641
(<a href="https://github.com/w3c/csswg-drafts/issues/3584">Issue 3584</a> )
2642
2642
* Clarified counter-style lookups in Shadow DOM.
2643
2643
(<a href="https://github.com/w3c/csswg-drafts/issues/5693">Issue 5693</a> )
@@ -2653,7 +2653,7 @@ Changes since the December 2017 Candidate Recommendation</h3>
2653
2653
* Restricted special rendering of predefined symbolic counter styles
2654
2654
to usage as a list marker via 'list-style-type' .
2655
2655
(<a href="https://github.com/w3c/csswg-drafts/issues/6201">Issue 6201</a> )
2656
- * Clarified that 'speak-as' represents spoken output; it may be used for other AT.
2656
+ * Clarified that '@counter-style/ speak-as' represents spoken output; it may be used for other AT.
2657
2657
(<a href="https://github.com/w3c/csswg-drafts/issues/6040">Issue 6040</a> )
2658
2658
<blockquote>
2659
2659
<p> A counter style can be constructed with a meaning that is obvious visually,
@@ -2673,14 +2673,14 @@ Changes since the June 2015 Candidate Recommendation</h3>
2673
2673
2674
2674
Significant changes since the <a href="https://www.w3.org/TR/2015/CR-css-counter-styles-3-20150611/">June 11 2015 Candidate Recommendation</a> :
2675
2675
2676
- * Exclude " none" and " disc" from being the name of a counter style.
2676
+ * Exclude ''<<counter-style>>/ none'' and '' disc'' from being the name of a counter style.
2677
2677
* When setting CSSCounterStyle.name, take the string directly; don't [=CSS/parse=] it as an ident.
2678
2678
* Clarify that counter styles are read out in the element's <a>content language</a> .
2679
2679
* Clarified that 'additive-symbols' tuples must be of <em> strictly</em> decreasing weight.
2680
2680
* Specified that invalid values just invalidate the declaration, not the whole rule.
2681
2681
* ''@counter-style'' rules that are invalid due to missing descriptors just fail to create a <a>counter style</a> ;
2682
2682
they're otherwise still valid rules.
2683
- * Changed syntax to use <a> bracketed range notation</a> to reflect
2683
+ * Changed syntax to use [=CSS bracketed range notation=] to reflect
2684
2684
the prose restrictions on negative values.
2685
2685
2686
2686
A <a href="https://drafts.csswg.org/css-counter-styles-3/issues-cr-20150611">Disposition of Comments</a> is available.
0 commit comments