@@ -159,7 +159,7 @@ Defining Custom Counter Styles: the ''@counter-style'' rule</h2>
159159 <pre> @counter-style <<counter-style-name>> { <<declaration-list>> }</pre>
160160
161161 <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'' .
163163 The <<counter-style-name>> is a [=tree-scoped name=] .
164164
165165 The keywords ''decimal'' , ''disc'' , ''square'' , ''circle'' , ''disclosure-open'' , and ''disclosure-closed''
@@ -2637,7 +2637,7 @@ Changes since the December 2017 Candidate Recommendation</h3>
26372637
26382638 Significant changes since the <a href="https://www.w3.org/TR/2017/CR-css-counter-styles-3-20171214/">December 14 2017 Candidate Recommendation</a> :
26392639
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.
26412641 (<a href="https://github.com/w3c/csswg-drafts/issues/3584">Issue 3584</a> )
26422642 * Clarified counter-style lookups in Shadow DOM.
26432643 (<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>
26532653 * Restricted special rendering of predefined symbolic counter styles
26542654 to usage as a list marker via 'list-style-type' .
26552655 (<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.
26572657 (<a href="https://github.com/w3c/csswg-drafts/issues/6040">Issue 6040</a> )
26582658 <blockquote>
26592659 <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>
26732673
26742674 Significant changes since the <a href="https://www.w3.org/TR/2015/CR-css-counter-styles-3-20150611/">June 11 2015 Candidate Recommendation</a> :
26752675
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.
26772677 * When setting CSSCounterStyle.name, take the string directly; don't [=CSS/parse=] it as an ident.
26782678 * Clarify that counter styles are read out in the element's <a>content language</a> .
26792679 * Clarified that 'additive-symbols' tuples must be of <em> strictly</em> decreasing weight.
26802680 * Specified that invalid values just invalidate the declaration, not the whole rule.
26812681 * ''@counter-style'' rules that are invalid due to missing descriptors just fail to create a <a>counter style</a> ;
26822682 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
26842684 the prose restrictions on negative values.
26852685
26862686 A <a href="https://drafts.csswg.org/css-counter-styles-3/issues-cr-20150611">Disposition of Comments</a> is available.
0 commit comments