- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 00:52:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31042
Modified Files:
Overview.html
Log Message:
Mention that there might be specs that make :link/:visited more magical. (whatwg r5230)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4164
retrieving revision 1.4165
diff -u -d -r1.4164 -r1.4165
--- Overview.html 3 Aug 2010 00:46:36 -0000 1.4164
+++ Overview.html 3 Aug 2010 00:52:04 -0000 1.4165
@@ -40101,6 +40101,11 @@
<code><a href="#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="#attr-link-href">href</a></code> attribute, must match one of
<code title="selector-link"><a href="#selector-link">:link</a></code> and <code title="selector-visited"><a href="#selector-visited">:visited</a></code>.</p>
+ <p>Other specification might apply more specific rules regarding
+ how these elements are to match these pseudo-elements, to mitigate
+ some privacy concerns that apply with straightforward
+ implementations of this requirement.</p>
+
</dd>
Received on Tuesday, 3 August 2010 00:52:09 UTC