Skip to content

Commit d338826

Browse files
committed
[css-counter-styles-3] Fix links
1 parent 7f253cf commit d338826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-counter-styles-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -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>&lt;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''.
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 ''<<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.
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>)
@@ -2673,7 +2673,7 @@ 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 ''<<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.
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.

0 commit comments

Comments
 (0)