hixie: Mention that there might be specs that make :link/:visited more magical. (whatwg r5230)

hixie: Mention that there might be specs that make :link/:visited more
magical. (whatwg r5230)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4164&r2=1.4165&f=h
http://html5.org/tools/web-apps-tracker?from=5229&to=5230

===================================================================
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:43 UTC