Skip to content

Commit 5b4ed05

Browse files
committed
Fixed lingering reference to '<symbols>'.
1 parent 366d171 commit 5b4ed05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ <h2 id=symbols-function><span class=secno>9. </span> Defining Anonymous
23492349
title=counter-algorithm>algorithm</i></a> is constructed by consulting the
23502350
previous chapter using the provided type - or &lsquo;<code
23512351
class=css>symbolic</code>&rsquo; if the type was omitted - and the
2352-
provided &lt;symbols> as the value of the &lsquo;<a
2352+
provided &lt;string>s and &lt;image>s as the value of the &lsquo;<a
23532353
href="#descdef-symbols"><code class=property>symbols</code></a>&rsquo;
23542354
property.
23552355

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ <h2 id='symbols-function'>
15551555

15561556
<p>Where &lt;type> is one of the following keywords: ''repeating'', ''numeric'', ''alphabetic'', ''symbolic'', or ''non-repeating''.</p>
15571557

1558-
<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus). The counter style's <i title="counter-algorithm">algorithm</i> is constructed by consulting the previous chapter using the provided type - or ''symbolic'' if the type was omitted - and the provided &lt;symbols> as the value of the 'symbols' property.</p>
1558+
<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus). The counter style's <i title="counter-algorithm">algorithm</i> is constructed by consulting the previous chapter using the provided type - or ''symbolic'' if the type was omitted - and the provided &lt;string>s and &lt;image>s as the value of the 'symbols' property.</p>
15591559

15601560
<div class='example'>
15611561
<p>This code:</p>

0 commit comments

Comments
 (0)