summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/css1/c21-activ-ln-000.xht
blob: 13e8550348d0a4cee1621f1491a637a9fefb794c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Test: anchor</title>
  <meta name="flags" content="interact" />
  <link rel="help" href="http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes"/>
  <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
  <style type="text/css"><![CDATA[
   a {color: red;}
   a:link {color: blue;}
   a:visited {color: blue;}
   a:hover {color: blue;}
   a:focus {color: blue;}
   a:active {color: green;}
   #one {color: red;}
  ]]></style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" title="5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus"/>
 </head>
 <body>
  <p><a href="">While you are activating this link, it should go green.</a> Check that once you have stopped activating it, it goes blue again.</p>
 </body>
</html>