csswg/css3-lists Overview.html,1.110,1.111 Overview.src.html,1.157,1.158

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv7959

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Changed 'glyphs' to 'symbols', per jdaggett's suggestion.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html	28 Nov 2011 19:02:25 -0000	1.110
+++ Overview.html	28 Nov 2011 19:06:41 -0000	1.111
@@ -228,10 +228,10 @@
       Defining fallback: the &lsquo;<code
       class=property>fallback</code>&rsquo; descriptor</a>
 
-     <li><a href="#counter-style-glyphs"><span class=secno>8.7. </span>
-      Marker characters: the &lsquo;<code class=property>glyphs</code>&rsquo;
-      and &lsquo;<code class=property>additive-glyphs</code>&rsquo;
-      descriptors</a>
+     <li><a href="#counter-style-symbols"><span class=secno>8.7. </span>
+      Marker characters: the &lsquo;<code
+      class=property>symbols</code>&rsquo; and &lsquo;<code
+      class=property>additive-symbols</code>&rsquo; descriptors</a>
[...1787 lines suppressed...]
@@ -5075,9 +5079,6 @@
    <li>georgian, <a href="#georgian"
     title=georgian><strong>10.6.</strong></a>
 
-   <li>glyphs, <a href="#descdef-glyphs"
-    title=glyphs><strong>8.7.</strong></a>
-
    <li>go, <a href="#go" title=go><strong>8.1.3.</strong></a>
 
    <li>greek, <a href="#greek" title=greek><strong>10.6.</strong></a>
@@ -5326,6 +5327,9 @@
    <li>super-decimal, <a href="#super-decimal"
     title=super-decimal><strong>10.2.</strong></a>
 
+   <li>symbols, <a href="#descdef-symbols"
+    title=symbols><strong>8.7.</strong></a>
+
    <li>&lt;symbols-function>, <a href="#type-symbols-function"
     title="&lt;symbols-function>"><strong>9.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.src.html	28 Nov 2011 19:02:26 -0000	1.157
+++ Overview.src.html	28 Nov 2011 19:06:42 -0000	1.158
@@ -857,7 +857,7 @@
 	</ul>
 	
 	<p>The algorithm is usually specified implicitly by a combination of the ''type'',
-	''glyphs'', and ''additive-glyphs'' properties, but some counter styles
+	''symbols'', and ''additive-symbols'' properties, but some counter styles
 	instead have their algorithm explicitly defined in the 
 	<a href='#predefined-counters'>Complex Counter Styles</a> section.</p>
 
@@ -922,30 +922,30 @@
 
 	<p>The 'type' descriptor specifies which algorithm will be used to construct
[...1431 lines suppressed...]
 	''cjk-decimal'', the <i title='counter-lower-bound'>lower bound descriptor</i> 
 	is -9999, the <i title='counter-upper-bound'>upper bound descriptor</i> 
 	is 9999, and the <i title='counter-negative'>negative sign</i> is given in the table
-	of glyphs for each style.</p>
+	of symbols for each style.</p>
 
 	<p>The following tables define the characters used in these styles:</p>
 
@@ -3249,9 +3249,9 @@
 <h3 id='extended-numbered'>
 Extended Non-Repeating Numbered Styles</h3>
 
-	<p>Several non-repeating styles are numeric in nature, but are represented by single Unicode characters.  As such, they are limited to the range of characters that Unicode saw fit to define for them.  However, new glyphs can be generated by the UA over a somewhat extended range.</p>
+	<p>Several non-repeating styles are numeric in nature, but are represented by single Unicode characters.  As such, they are limited to the range of characters that Unicode saw fit to define for them.  However, new symbols can be generated by the UA over a somewhat extended range.</p>
 
-	<p>All of the following styles are defined over the range 1-99.  The glyphs for each counter value must be the unicode glyph already defined for that value in the existing @counter-style <dfn>rule</dfn>, or a generated image in the same style with the counter value changed as appropriate:</p>
+	<p>All of the following styles are defined over the range 1-99.  The symbols for each counter value must be the unicode symbol already defined for that value in the existing @counter-style <dfn>rule</dfn>, or a generated image in the same style with the counter value changed as appropriate:</p>
 
 	<ul>
 		<li>'circled-decimal'

Received on Monday, 28 November 2011 19:06:51 UTC