Skip to content

Commit ba9f19a

Browse files
committed
[css2] A:link and :link are not equivalent, but usually have the same effect.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401706
1 parent 82177d8 commit ba9f19a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.53 1998-05-11 16:51:00 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.54 1998-05-12 12:45:09 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -765,7 +765,7 @@ time, user agents may choose to return a visited link to the
765765
<p>The document language determines which elements are hyperlink
766766
source anchors. For example, in HTML&nbsp;4.0, the link pseudo-classes
767767
apply to A elements with an "href" attribute. Thus, the following
768-
two CSS2 declarations are equivalent:</p>
768+
two CSS2 declarations have similar effect:</p>
769769

770770
<pre>
771771
A:link { color: red }

0 commit comments

Comments
 (0)