Skip to content

Commit cd72a46

Browse files
committed
Editorial. Rearranged a badly constructed sentence.
1 parent e12a0e5 commit cd72a46

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

css3-lists/Overview.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,16 +2265,13 @@ <h2 id=symbols-function><span class=secno>9. </span> Defining Anonymous
22652265
href="#fallback-style"><i title=counter-fallback>fallback style</i></a> of
22662266
&lsquo;<a href="#decimal"><code class=css>decimal</code></a>&rsquo;, and a
22672267
<a href="#negative-sign"><i title=counter-negative>negative sign</i></a>
2268-
of "\2D" ("-" hyphen-minus). If the &lt;type> was provided in the
2269-
arguments, the counter style's <a href="#algorithm"><i
2270-
title=counter-algorithm>algorithm</i></a> is constructed as described in
2271-
the previous chapter using the provided type and the provided &lt;glyphs>
2272-
as the value of the &lsquo;<a href="#descdef-glyphs"><code
2273-
class=property>glyphs</code></a>&rsquo; property; if no &lt;type> was
2274-
provided, it's constructed using the &lsquo;<code
2275-
class=css>symbolic</code>&rsquo; type and the provided &lt;glyphs> as the
2276-
value of the &lsquo;<a href="#descdef-glyphs"><code
2277-
class=property>glyphs</code></a>&rsquo; property.
2268+
of "\2D" ("-" hyphen-minus). The counter style's <a href="#algorithm"><i
2269+
title=counter-algorithm>algorithm</i></a> is constructed by consulting the
2270+
previous chapter using the provided type - or &lsquo;<code
2271+
class=css>symbolic</code>&rsquo; if the type was omitted - and the
2272+
provided &lt;glyphs> as the value of the &lsquo;<a
2273+
href="#descdef-glyphs"><code class=property>glyphs</code></a>&rsquo;
2274+
property.
22782275

22792276
<div class=example>
22802277
<p>This code:</p>

css3-lists/Overview.src.html

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

15361536
<p>Where &lt;glyphs> is a valid value for the 'glyphs' descriptor in a ''@counter-style'' rule, and &lt;type> is one of the following keywords: ''repeating'', ''numeric'', ''alphabetic'', ''symbolic'', or ''non-repeating''.</p>
15371537

1538-
<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). If the &lt;type> was provided in the arguments, the counter style's <i title="counter-algorithm">algorithm</i> is constructed as described in the previous chapter using the provided type and the provided &lt;glyphs> as the value of the 'glyphs' property; if no &lt;type> was provided, it's constructed using the ''symbolic'' type and the provided &lt;glyphs> as the value of the 'glyphs' property.</p>
1538+
<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;glyphs> as the value of the 'glyphs' property.</p>
15391539

15401540
<div class='example'>
15411541
<p>This code:</p>

0 commit comments

Comments
 (0)