- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 21:23:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv27094
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify that the absolute URLs are compared
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html 6 Jul 2011 01:47:49 -0000 1.20
+++ Overview.html 6 Jul 2011 21:23:47 -0000 1.21
@@ -1713,9 +1713,10 @@
based on the users current location within a site and to differentiate
site-internal versus site-external links. The <code>:current</code>
pseudo-class represents an element that is the source anchor of a
- hyperlink whose target matches the element's own document URI. The
- fragment identifier of the document URI is stripped before matching
- against the link's URI; otherwise all portions of the URI are considered.
+ hyperlink whose target's absolute URI matches the element's own document
+ URI. The fragment identifier of the document URI is stripped before
+ matching against the link's URI; otherwise all portions of the URI are
+ considered.
<div class=example>
<p>For example, the following rule prevents links targetting the current
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html 6 Jul 2011 01:47:49 -0000 1.22
+++ Overview.src.html 6 Jul 2011 21:23:47 -0000 1.23
@@ -1257,10 +1257,11 @@
links based on the users current location within a site and to
differentiate site-internal versus site-external links. The
<code>:current</code> pseudo-class represents an element that is
- the source anchor of a hyperlink whose target matches the element's
- own document URI. The fragment identifier of the document URI
- is stripped before matching against the link's URI; otherwise all
- portions of the URI are considered.
+ the source anchor of a hyperlink whose target's absolute URI
+ matches the element's own document URI.
+ The fragment identifier of the document URI is stripped before
+ matching against the link's URI; otherwise all portions of the
+ URI are considered.
<div class="example">
<p>For example, the following rule prevents links targetting the
Received on Wednesday, 6 July 2011 21:23:50 UTC