Skip to content

Commit 48f16aa

Browse files
committed
Editorial: Remove confusing and now-outdated reference to the Complex Counter Style chapter.
1 parent 0ecad31 commit 48f16aa

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css3-lists/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,15 +1377,14 @@ <h2 id=counter-style><span class=secno>8. </span> Defining Custom Counter
13771377
<p>Unfortunately, the set of potentially useful list styles is too large to
13781378
specify ahead of time - the world contains thousands of languages and
13791379
hundreds of scripts, not to mention the near-infinite stylistic variations
1380-
found on the web that go beyond mere languaged-based variation. The
1380+
found on the web that go beyond mere language-based variation. The
13811381
&lsquo;<code class=css>@counter-style</code>&rsquo; rule allows CSS to
13821382
address this in an open-ended manner, by allowing the author to define
13831383
their own counter styles. These styles can then be used in the &lsquo;<a
13841384
href="#list-style-type"><code
13851385
class=property>list-style-type</code></a>&rsquo; property or in the
13861386
&lsquo;<code class=css>counter()</code>&rsquo; and &lsquo;<code
1387-
class=css>counters()</code>&rsquo; functions, exactly like the Complex
1388-
Counter Styles in CSS.
1387+
class=css>counters()</code>&rsquo; functions.
13891388

13901389
<p>A <dfn id=counter-style0>counter style</dfn> defines how to construct
13911390
the representation of a counter value. Counter styles are composed of:

css3-lists/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,11 +825,10 @@ <h2 id='counter-style'>
825825
<p>Unfortunately, the set of potentially useful list styles is too large to
826826
specify ahead of time - the world contains thousands of languages and hundreds
827827
of scripts, not to mention the near-infinite stylistic variations found on the
828-
web that go beyond mere languaged-based variation. The ''@counter-style'' rule
828+
web that go beyond mere language-based variation. The ''@counter-style'' rule
829829
allows CSS to address this in an open-ended manner, by allowing the author
830830
to define their own counter styles. These styles can then be used in the
831-
'list-style-type' property or in the ''counter()'' and ''counters()'' functions,
832-
exactly like the Complex Counter Styles in CSS.</p>
831+
'list-style-type' property or in the ''counter()'' and ''counters()'' functions.</p>
833832

834833
<p>A <dfn>counter style</dfn> defines how to construct the representation of a
835834
counter value. Counter styles are composed of:</p>

0 commit comments

Comments
 (0)