File: bug1055-2.html

package info (click to toggle)
mozilla-firefox 1.0.4-2sarge17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 255,356 kB
  • ctags: 267,207
  • sloc: cpp: 1,623,961; ansic: 792,828; xml: 85,380; makefile: 41,934; perl: 27,802; asm: 14,884; sh: 14,807; cs: 4,507; python: 4,398; java: 4,004; yacc: 1,380; lex: 409; pascal: 354; php: 244; csh: 132; objc: 73; ada: 44; sql: 4
file content (103 lines) | stat: -rw-r--r-- 3,358 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<head>
<title>Cadres de tableaux</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.t0 { border-width : 10pt ; border-color : yellow ; border-style : double }
.t1 { border-color : black ; border-style : double ; border-width : 5pt }
.t2 { border-color : red ; border-style : solid ; border-width : 5pt  }
.t3 { border-color : lime ; border-style : groove ; border-width : 5pt  }
.t4 { border-color : blue ; border-style : inset ; border-width : 5pt  }
.t00 { border-width : 10pt ; border-color : yellow ; border-style : double ;
        border-collapse : collapse }
-->
</style><link rel="stylesheet" href="../testsCSS2.css"></head>

<body BGCOLOR=#ffffff>
<h1 class="titre">Tests de conformit&eacute; CSS 2</h1>
<h3 class="sstire">Tableaux, test 13.8</h3>
<h6 class="sstire">&copy; &Eacute;ditions Eyrolles 1998</h6>
<table border="0" width="75%" align="right">
  <tr align="center"> 
    <td colspan="3"> 
      <hr width="100%" noshade>
    </td>
  </tr>
  <tr> 
    <td width="25%" align="left"><a href="tables7.htm">test pr&eacute;c&eacute;dent</a></td>
    <td width="50%" align="center"><b>Cadres de tableaux</b></td>
    <td align="right" width="25%"><a href="tables9.htm">test suivant</a></td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Ce test v&eacute;rifie que les cadres s'appliquent bien aux tableaux.</p>
<pre>.firsttable { border-width : 10pt ; border-color : yellow ;
                border-style : double }
.t1 { border-color : black ; border-style : double ;
                border-width : 5pt }
.t2 { border-color : red ; border-style : solid ;
                border-width : 5pt  }
.t3 { border-color : lime ; border-style : groove ;
                border-width : 5pt  }
.t4 { border-color : blue ; border-style : inset ; border-width : 5pt  }
.secondtable { border-width : 10pt ; border-color : yellow ;
                border-style : double ;
                border-collapse : collapse }</pre>
<table border="1" width="75%" align="center" class="t0">
  <tr> 
    <td class="t1">1</td>
    <td class="t2">2</td>
    <td class="t3">3</td>
  </tr>
  <tr> 
    <td class="t4">4</td>
    <td class="t1">5</td>
    <td class="t2">6</td>
  </tr>
  <tr> 
    <td class="t3">7</td>
    <td class="t4">8</td>
    <td class="t1">9</td>
  </tr>
</table>
<br>
<table border="1" width="75%" align="center" class="t00">
  <tr> 
    <td class="t1">1</td>
    <td class="t2">2</td>
    <td class="t3">3</td>
  </tr>
  <tr> 
    <td class="t4">4</td>
    <td class="t1">5</td>
    <td class="t2">6</td>
  </tr>
  <tr> 
    <td class="t3">7</td>
    <td class="t4">8</td>
    <td class="t1">9</td>
  </tr>
</table>
<p class="valeur">Si toutes les conditions exprim&eacute;es par les r&egrave;gles 
  CSS ci-dessus se retrouvent dans le formatage des tableaux ci-dessus, la valeur 
  de ce test est 2 et 0 sinon.</p>
<table border="0" width="75%" align="right">
  <tr align="center"> 
    <td colspan="3">
      <hr width="100%" noshade>
    </td>
  </tr>
  <tr> 
    <td width="25%" align="left">test pr&eacute;c&eacute;dent</td>
    <td width="50%" align="center"><b>Cadres de tableaux</b></td>
    <td width="25%" align="right"><a href="tables9.htm">test suivant</a></td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<P>Auteur : Daniel Glazman.</P>
</body>
</html>