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: 5.5.15 border-width</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.5.15 border-width</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 <SCRIPT src="../resources/base.js"></SCRIPT> |
9 <STYLE type="text/css"> | 10 <STYLE type="text/css"> |
10 .one {border-width: 25px; border-style: solid;} | 11 .one {border-width: 25px; border-style: solid;} |
11 .two {border-width: thin; border-style: solid;} | 12 .two {border-width: thin; border-style: solid;} |
12 .three {border-width: 25px;}</STYLE> | 13 .three {border-width: 25px;}</STYLE> |
13 | 14 |
14 </HEAD> | 15 </HEAD> |
15 | 16 |
16 <BODY><P>The style declarations which apply to the text below are:</P> | 17 <BODY><P>The style declarations which apply to the text below are:</P> |
17 <PRE>.one {border-width: 25px; border-style: solid;} | 18 <PRE>.one {border-width: 25px; border-style: solid;} |
18 .two {border-width: thin; border-style: solid;} | 19 .two {border-width: thin; border-style: solid;} |
19 .three {border-width: 25px;} | 20 .three {border-width: 25px;} |
20 </PRE> | 21 </PRE> |
21 <HR> | 22 <HR> |
22 <P class="one"> | 23 <P class="one"> |
23 This element has a class of <TT>one</TT>. However, it contains an <SPAN class="
two">inline element of class <TT>two</TT></SPAN>, which should result in a thin
solid border on each side of each box in the inline element. There is also an <
SPAN class="three">inline element of class <TT>three</TT></SPAN>, which should h
ave no border width because no border style was set. | 24 This element has a class of <TT>one</TT>. However, it contains an <SPAN class="
two">inline element of class <TT>two</TT></SPAN>, which should result in a thin
solid border on each side of each box in the inline element. There is also an <
SPAN class="three">inline element of class <TT>three</TT></SPAN>, which should h
ave no border width because no border style was set. |
24 </P> | 25 </P> |
25 | 26 |
26 | 27 |
27 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> | 28 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> |
28 <TR> | 29 <TR> |
29 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> | 30 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> |
30 </TR> | 31 </TR> |
31 <TR> | 32 <TR> |
32 <TD bgcolor="silver"> </TD> | 33 <TD bgcolor="silver"> </TD> |
33 <TD><P class="one"> | 34 <TD><P class="one"> |
34 This element has a class of <TT>one</TT>. However, it contains an <SPAN class="
two">inline element of class <TT>two</TT></SPAN>, which should result in a thin
solid border on each side of each box in the inline element. There is also an <
SPAN class="three">inline element of class <TT>three</TT></SPAN>, which should h
ave no border width because no border style was set. | 35 This element has a class of <TT>one</TT>. However, it contains an <SPAN class="
two">inline element of class <TT>two</TT></SPAN>, which should result in a thin
solid border on each side of each box in the inline element. There is also an <
SPAN class="three">inline element of class <TT>three</TT></SPAN>, which should h
ave no border width because no border style was set. |
35 </P> | 36 </P> |
36 </TD></TR></TABLE></BODY> | 37 </TD></TR></TABLE></BODY> |
37 </HTML> | 38 </HTML> |
OLD | NEW |