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.4.5 text-transform</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.4.5 text-transform</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 .ttn {text-transform: none;} | 11 .ttn {text-transform: none;} |
11 .cap {text-transform: capitalize;} | 12 .cap {text-transform: capitalize;} |
12 .upp {text-transform: uppercase;} | 13 .upp {text-transform: uppercase;} |
13 .low {text-transform: lowercase;} | 14 .low {text-transform: lowercase;} |
14 </STYLE> | 15 </STYLE> |
15 | 16 |
16 </HEAD> | 17 </HEAD> |
17 | 18 |
18 <BODY><P>The style declarations which apply to the text below are:</P> | 19 <BODY><P>The style declarations which apply to the text below are:</P> |
(...skipping 29 matching lines...) Expand all Loading... |
48 <P CLASS=cap>This paragraph is capitalized and the first letter in each word sho
uld therefore appear in uppercase. Words that are in uppercase in the source (e.
g. USA) should remain so. There should be a capital letter after a non-breaking&
nbsp;space (&nbsp;). Both those characters appear in the previous sentence. | 49 <P CLASS=cap>This paragraph is capitalized and the first letter in each word sho
uld therefore appear in uppercase. Words that are in uppercase in the source (e.
g. USA) should remain so. There should be a capital letter after a non-breaking&
nbsp;space (&nbsp;). Both those characters appear in the previous sentence. |
49 </P> | 50 </P> |
50 <P>Words with inline elements inside them should only capitalize the first lette
r of the word. Therefore, the last word in this sentence should have one, and on
ly one, capital <SPAN CLASS=cap>le<SPAN>tt</SPAN>er</SPAN>. | 51 <P>Words with inline elements inside them should only capitalize the first lette
r of the word. Therefore, the last word in this sentence should have one, and on
ly one, capital <SPAN CLASS=cap>le<SPAN>tt</SPAN>er</SPAN>. |
51 </P> | 52 </P> |
52 <P CLASS=upp>This paragraph is uppercased and small characters in the source (e.
g. a and å) should therefore appear in uppercase. In the last sentence, h
owever, <SPAN class="ttn">the last eight words should not be uppercase</SPAN>. | 53 <P CLASS=upp>This paragraph is uppercased and small characters in the source (e.
g. a and å) should therefore appear in uppercase. In the last sentence, h
owever, <SPAN class="ttn">the last eight words should not be uppercase</SPAN>. |
53 </P> | 54 </P> |
54 <P CLASS=low>This paragraph is lowercased and capital characters in the source (
e.g. A and Å) should therefore appear in lowercase. | 55 <P CLASS=low>This paragraph is lowercased and capital characters in the source (
e.g. A and Å) should therefore appear in lowercase. |
55 </P> | 56 </P> |
56 </TD></TR></TABLE></BODY> | 57 </TD></TR></TABLE></BODY> |
57 </HTML> | 58 </HTML> |
OLD | NEW |