@@ -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 ''<<counter -style>> /none'' .
162
+ that is not an <a>ASCII case-insensitive</a> match for ''list -style-type /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 ''<<counter -style>> /none'' , ''decimal'' , ''disc'' , ''circle'' , ''square'' , ''disclosure-open'' , ''disclosure-close'' non-overridable.
2640
+ * Made ''list -style-type /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> )
@@ -2673,7 +2673,7 @@ 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 ''<<counter -style>> /none'' and ''disc'' from being the name of a counter style.
2676
+ * Exclude ''list -style-type /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.
0 commit comments