csswg/selectors4 Overview.html,1.32,1.33 Overview.src.html,1.34,1.35

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add issue on :any-link name raised by dbaron

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	24 Jul 2011 21:53:25 -0000	1.32
+++ Overview.html	24 Jul 2011 21:56:27 -0000	1.33
@@ -219,7 +219,7 @@
     Pseudo-classes</a>
     <ul class=toc>
      <li><a href="#any-link-pseudo"><span class=secno>7.1. </span> The
-      any-link pseudo-class: :any-link</a>
+      hyperlink pseudo-class: :any-link</a>
 
      <li><a href="#link"><span class=secno>7.2. </span> The link history
       pseudo-classes: :link and :visited</a>
@@ -1688,12 +1688,16 @@
 
   <h2 id=location><span class=secno>7. </span> Location Pseudo-classes</h2>
 
-  <h3 id=any-link-pseudo><span class=secno>7.1. </span> The any-link
+  <h3 id=any-link-pseudo><span class=secno>7.1. </span> The hyperlink
    pseudo-class: :any-link</h3>
 
   <p>The <code>:any-link</code> pseudo-class represents an element that acts
    as the source anchor of a hyperlink.
 
+  <p class=issue>Any better name suggestions for this pseudo?
+
+  <p>
+
   <h3 id=link><span class=secno>7.2. </span> The link history pseudo-classes:
    :link and :visited</h3>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.src.html	24 Jul 2011 21:53:25 -0000	1.34
+++ Overview.src.html	24 Jul 2011 21:56:28 -0000	1.35
@@ -1209,11 +1209,13 @@
 Location Pseudo-classes</h2>
 
 <h3 id="any-link-pseudo">
-The any-link pseudo-class: :any-link</h3>
+The hyperlink pseudo-class: :any-link</h3>
 
   <p>The <code>:any-link</code> pseudo-class represents an element
   that acts as the source anchor of a hyperlink.
 
+  <p class="issue">Any better name suggestions for this pseudo?<p>
+
 <h3 id=link>
 The link history pseudo-classes: :link and :visited</h3>
 

Received on Sunday, 24 July 2011 21:56:30 UTC