csswg/selectors4 Overview.html,1.4,1.5 Overview.src.html,1.5,1.6

Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv10256

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Give a definition for specificity of :not()/:matches() with multiple args.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html	23 Mar 2011 22:47:55 -0000	1.4
+++ Overview.html	23 Mar 2011 22:52:34 -0000	1.5
@@ -37,6 +37,9 @@
 
     <dt><a name=editors-list></a>Editors:
 
+    <dd class=vcard><a class="url fn" href="http://www.tantek.com/"
+     lang=tr>Tantek &Ccedil;elik</a> (Invited Expert)
+
     <dd class=vcard><a class="url fn"
      href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
      (Invited Expert)
@@ -2408,9 +2411,10 @@
    <li>ignore the universal selector
   </ul>
 
-  <p>Selectors inside <a href="#negation">the negation pseudo-class</a> are
-   counted like any other, but the negation itself does not count as a
-   pseudo-class.
+  <p>The specificity of a <a href="#negation">negation</a> or <a
+   href="#matches">matches</a> pseudo-class is the specificity of its most
+   specific argument. The pseudo-class itself does not count as pseudo-class.
+   
 
   <p>Concatenating the three numbers a-b-c (in a number system with a large
    base) gives the specificity.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.src.html	23 Mar 2011 22:47:55 -0000	1.5
+++ Overview.src.html	23 Mar 2011 22:52:34 -0000	1.6
@@ -35,6 +35,7 @@
 
     <dt><a name=editors-list></a>Editors:
 
+    <dd class="vcard"><a lang="tr" class="url fn" href="http://www.tantek.com/">Tantek &Ccedil;elik</a> (Invited Expert)
     <dd class="vcard"><a class="url fn" href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Invited Expert)
     <dd class="vcard"><span class="fn">Daniel Glazman</span> (Disruptive Innovations SARL)</dd>
 
@@ -1925,9 +1926,10 @@
     <li>ignore the universal selector</li>
   </ul>
 
-  <p>Selectors inside <a href="#negation">the negation pseudo-class</a>
-  are counted like any other, but the negation itself does not count as
-  a pseudo-class.</p>
+  <p>The specificity of a <a href="#negation">negation</a> or
+  <a href="#matches">matches</a> pseudo-class is the specificity
+  of its most specific argument. The pseudo-class itself does not
+  count as pseudo-class.
 
   <p>Concatenating the three numbers a-b-c (in a number system with a
   large base) gives the specificity.</p>

Received on Wednesday, 23 March 2011 22:52:38 UTC