csswg/css3-lists Overview.html,1.126,1.127 Overview.src.html,1.173,1.174

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Specified that unknown descriptors don't invalidate the rule.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Overview.html	6 Dec 2011 20:48:35 -0000	1.126
+++ Overview.html	6 Dec 2011 21:23:29 -0000	1.127
@@ -1468,7 +1468,9 @@
    descriptors apply to or whether the values are inherited by child
    elements. When a given descriptor occurs multiple times in a given
    @counter-style rule, only the last specified value is used; all prior
-   values for that descriptor must be ignored.
+   values for that descriptor must be ignored. Unknown descriptors must be
+   ignored; they must not make the &lsquo;<code
+   class=css>@counter-style</code>&rsquo; rule invalid.
 
   <p>Defining a &lsquo;<code class=css>@counter-style</code>&rsquo; must make
    it available to the entire document in which it is included. If multiple

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.src.html	6 Dec 2011 20:48:35 -0000	1.173
+++ Overview.src.html	6 Dec 2011 21:23:29 -0000	1.174
@@ -888,7 +888,7 @@
 	There is no notion of which elements the descriptors apply to or whether the
 	values are inherited by child elements.  When a given descriptor occurs 
 	multiple times in a given @counter-style rule, only the last specified value
-	is used; all prior values for that descriptor must be ignored.</p>
+	is used; all prior values for that descriptor must be ignored.  Unknown descriptors must be ignored; they must not make the ''@counter-style'' rule invalid.</p>
 
 	<p>Defining a ''@counter-style'' must make it available to the entire document in which it is included.  If multiple ''@counter-style'' rules are defined with the same name, standard cascade rules must be used to determine which declaration "wins": first, they are compared by origin, with author rules beating user rules, and user rules beating UA rules; second, they are compared by document order, with later rules beating earlier rules.  ''@counter-style'' rules cascade "atomically" - if one replaces another of the same name, it replaces it <em>entirely</em>, rather than just replacing the specific descriptors it specifies.</p>
 

Received on Tuesday, 6 December 2011 21:23:39 UTC