Skip to content

Commit 8e1e472

Browse files
committed
[css-lists-3] Fix linking errors.
1 parent d25b006 commit 8e1e472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-lists-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ Automatic Numbering With Counters</h2>
656656
Counters are referred to in CSS syntax
657657
using the <dfn><<counter-name>></dfn> type,
658658
which represents their name as a <<custom-ident>>.
659-
A <<counter-name>> name cannot match the keyword ''none'';
659+
A <<counter-name>> name cannot match the keyword ''counter-reset/none'';
660660
such an identifier is [=invalid=] as a <<counter-name>>.
661661

662662
Resolving [=counter=] values on a given element is a multi-step process:
@@ -1459,7 +1459,7 @@ Acknowledgments</h2>
14591459

14601460
This section documents the changes since previous publications.
14611461

1462-
<h3 id="changes-20140320">Changes since the 25 April 2019 WD</h3>
1462+
<h3 id="changes-20190425">Changes since the 25 April 2019 WD</h3>
14631463

14641464
<ul>
14651465
<li>Rewrite the [[#auto-numbering]] section for better precision, editorial clarity, and synchronization with CSS2.

0 commit comments

Comments
 (0)