Skip to content

Commit 5008938

Browse files
committed
[selectors] Normative text that got merged into note should stay normative, so let's just make the whole paragraph normative.
1 parent 95e86ea commit 5008938

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

selectors/Overview.bs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ The Link History Pseudo-classes: '':link'' and '':visited''</h3>
18721872
</ul>
18731873

18741874
After some amount of time, user agents may choose to return a
1875-
visited link to the (unvisited) ':link' state.
1875+
visited link to the (unvisited) '':link'' state.
18761876

18771877
The two states are mutually exclusive.
18781878

@@ -1883,13 +1883,11 @@ The Link History Pseudo-classes: '':link'' and '':visited''</h3>
18831883
<pre>.footnote:visited </pre>
18841884
</div>
18851885

1886-
Note: It is possible for style sheet
1887-
authors to abuse the :link and :visited pseudo-classes to determine
1888-
which sites a user has visited without the user's consent.
1889-
UAs may therefore treat all links as unvisited links, or implement
1890-
other measures to preserve the user's privacy while rendering visited
1891-
and unvisited links differently.
1892-
1886+
Since it is possible for style sheet authors to abuse the :link and :visited pseudo-classes
1887+
to determine which sites a user has visited without the user's consent,
1888+
UAs may treat all links as unvisited links
1889+
or implement other measures to preserve the user's privacy
1890+
while rendering visited and unvisited links differently.
18931891

18941892
<h3 id="the-target-pseudo">
18951893
The Target Pseudo-class: '':target''</h3>

0 commit comments

Comments
 (0)