[html5] r5230 - [e] (0) Mention that there might be specs that make :link/:visited more magical.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 2 17:52:01 PDT 2010
Author: ianh
Date: 2010-08-02 17:51:59 -0700 (Mon, 02 Aug 2010)
New Revision: 5230
Modified:
complete.html
index
source
Log:
[e] (0) Mention that there might be specs that make :link/:visited more magical.
Modified: complete.html
===================================================================
--- complete.html 2010-08-03 00:46:14 UTC (rev 5229)
+++ complete.html 2010-08-03 00:51:59 UTC (rev 5230)
@@ -52023,6 +52023,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>
Modified: index
===================================================================
--- index 2010-08-03 00:46:14 UTC (rev 5229)
+++ index 2010-08-03 00:51:59 UTC (rev 5230)
@@ -51950,6 +51950,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>
Modified: source
===================================================================
--- source 2010-08-03 00:46:14 UTC (rev 5229)
+++ source 2010-08-03 00:51:59 UTC (rev 5230)
@@ -58161,6 +58161,11 @@
<code title="selector-link">:link</code> and <code
title="selector-visited">:visited</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>
More information about the Commit-Watchers
mailing list