OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> |
2 <HTML> | 2 <HTML> |
3 <HEAD> | 3 <HEAD> |
4 <TITLE>CSS1 Test Suite: 1.4 Class as selector</TITLE> | 4 <TITLE>CSS1 Test Suite: 1.4 Class as selector</TITLE> |
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 <META http-equiv="Content-Style-Type" content="text/css"> | 6 <META http-equiv="Content-Style-Type" content="text/css"> |
7 | 7 |
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
9 <STYLE type="text/css"> | 9 <STYLE type="text/css"> |
10 body {overflow: hidden;} | 10 body {overflow: hidden;} |
(...skipping 25 matching lines...) Expand all Loading... |
36 </P> | 36 </P> |
37 <PRE class="two">This sentence should NOT be purple. | 37 <PRE class="two">This sentence should NOT be purple. |
38 </PRE> | 38 </PRE> |
39 <UL> | 39 <UL> |
40 <LI class="two">This sentence should NOT be purple. | 40 <LI class="two">This sentence should NOT be purple. |
41 </UL> | 41 </UL> |
42 | 42 |
43 | 43 |
44 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> | 44 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> |
45 <TR> | 45 <TR> |
46 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> | |
47 </TR> | |
48 <TR> | |
49 <TD bgcolor="silver"> </TD> | 46 <TD bgcolor="silver"> </TD> |
50 <TD><P class="one"> | 47 <TD><P class="one"> |
51 This sentence should be green. | 48 This sentence should be green. |
52 </P> | 49 </P> |
53 <P class="1"> | 50 <P class="1"> |
54 This sentence should be black, not red-- class selectors cannot begin with digit
s in CSS1. | 51 This sentence should be black, not red-- class selectors cannot begin with digit
s in CSS1. |
55 </P> | 52 </P> |
56 <P class="a1"> | 53 <P class="a1"> |
57 This sentence should be green. | 54 This sentence should be green. |
58 </P> | 55 </P> |
59 <P class="two"> | 56 <P class="two"> |
60 This sentence should be purple. | 57 This sentence should be purple. |
61 </P> | 58 </P> |
62 <PRE class="two">This sentence should NOT be purple. | 59 <PRE class="two">This sentence should NOT be purple. |
63 </PRE> | 60 </PRE> |
64 <UL> | 61 <UL> |
65 <LI class="two">This sentence should NOT be purple. | 62 <LI class="two">This sentence should NOT be purple. |
66 </UL> | 63 </UL> |
67 </TD></TR></TABLE></BODY> | 64 </TD></TR></TABLE></BODY> |
68 </HTML> | 65 </HTML> |
OLD | NEW |