- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Mar 2011 23:03:31 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv11405
Modified Files:
Overview.html Overview.src.html
Log Message:
Add dbaron's message about specificity as issue
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html 23 Mar 2011 22:52:34 -0000 1.5
+++ Overview.html 23 Mar 2011 23:03:29 -0000 1.6
@@ -2416,6 +2416,11 @@
specific argument. The pseudo-class itself does not count as pseudo-class.
+ <p class=issue>It would probably be better to have match-sensitive
+ specificity, if possible. See <a
+ href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0534.html">dbaron's
+ message</a>.
+
<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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.src.html 23 Mar 2011 22:52:34 -0000 1.6
+++ Overview.src.html 23 Mar 2011 23:03:29 -0000 1.7
@@ -1931,6 +1931,9 @@
of its most specific argument. The pseudo-class itself does not
count as pseudo-class.
+ <p class="issue">It would probably be better to have match-sensitive
+ specificity, if possible. See <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0534.html">dbaron's message</a>.
+
<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 23:03:33 UTC