File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ‘< code class =css > @counter-style</ code > ’ 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 ‘< a
13841384 href ="#list-style-type "> < code
13851385 class =property > list-style-type</ code > </ a > ’ property or in the
13861386 ‘< code class =css > counter()</ code > ’ and ‘< code
1387- class =css > counters()</ code > ’ functions, exactly like the Complex
1388- Counter Styles in CSS.
1387+ class =css > counters()</ code > ’ 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:
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments