Skip to content

Commit

Permalink
[e] (0) Mention that there might be specs that make :link/:visited mo…
Browse files Browse the repository at this point in the history
…re magical.

git-svn-id: http://svn.whatwg.org/webapps@5230 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2010
1 parent 93b3d42 commit 528e989
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -52023,6 +52023,11 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
<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>


Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -51950,6 +51950,11 @@ contradict people?
<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>


Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -58161,6 +58161,11 @@ contradict people?
<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>


Expand Down

0 comments on commit 528e989

Please sign in to comment.