- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jul 2011 19:17:46 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv30160
Modified Files:
Overview.html Overview.src.html
Log Message:
Add example for external links
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.html 6 Jul 2011 21:23:47 -0000 1.21
+++ Overview.html 7 Jul 2011 19:17:44 -0000 1.22
@@ -15,13 +15,13 @@
<h1 id=title>Selectors Level 4</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 July 2011</h2>
<dl>
<dt>This version:
- <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110706/">
- http://www.w3.org/TR/2011/WD-selectors4-20110706</a> -->
+ <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110707/">
+ http://www.w3.org/TR/2011/WD-selectors4-20110707</a> -->
<a href="http://dev.w3.org/csswg/selectors4">
http://dev.w3.org/csswg/selectors4</a>
@@ -1791,6 +1791,13 @@
</ol>
</div>
+ <div class=example>
+ <p>The following example styles all site-external links with a dashed
+ underline.
+
+ <pre>:not(:current(0)) { text-decoration-style: dashed; }</pre>
+ </div>
+
<h3 id=target-pseudo><span class=secno>8.3. </span> The target pseudo-class
:target</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.src.html 6 Jul 2011 21:23:47 -0000 1.23
+++ Overview.src.html 7 Jul 2011 19:17:44 -0000 1.24
@@ -1315,6 +1315,12 @@
<ol>
</div>
+ <div class="example">
+ <p>The following example styles all site-external links with a dashed
+ underline.
+ <pre>:not(:current(0)) { text-decoration-style: dashed; }</pre>
+ </div>
+
<h3 id=target-pseudo>
The target pseudo-class :target</h3>
Received on Thursday, 7 July 2011 19:17:47 UTC