- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Jul 2011 19:49:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv25522
Modified Files:
Overview.html Overview.src.html
Log Message:
fix typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html 12 Jul 2011 19:48:27 -0000 1.25
+++ Overview.html 12 Jul 2011 19:49:40 -0000 1.26
@@ -1737,7 +1737,7 @@
not match anything. Similarly if the document's URI is not a URL, the
pseudo-class does not match anything. The scheme, username, password,
port, query string, and fragment portions of the URL are not considered
- when matching against <code>:linkes-here(<var>n</var>)</code>.
+ when matching against <code>:links-here(<var>n</var>)</code>.
<p class=issue>Is there such a thing as IRL? Because we do want this to
work for internationalized URLs, just not URNs.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.src.html 12 Jul 2011 19:48:27 -0000 1.27
+++ Overview.src.html 12 Jul 2011 19:49:40 -0000 1.28
@@ -1281,7 +1281,7 @@
not a URL, the pseudo-class does not match anything. The scheme,
username, password, port, query string, and fragment portions of the
URL are not considered when matching against
- <code>:linkes-here(<var>n</var>)</code>.
+ <code>:links-here(<var>n</var>)</code>.
<p class="issue">Is there such a thing as IRL? Because we do want this
to work for internationalized URLs, just not URNs.</p>
Received on Tuesday, 12 July 2011 19:49:44 UTC