File: table4.html

package info (click to toggle)
xmhtml 1.1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,296 kB
  • sloc: ansic: 70,372; makefile: 480; sh: 176; perl: 36
file content (71 lines) | stat: -rw-r--r-- 2,923 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
<html>
<body> <!-- bgcolor="white" text="black"> -->
	<table border=1 cellspacing="5" rowspacing="2">
	<tr valign="top">
		<td>XmQUICK
		<td>A closest distance algorithm is used to map image colors to the
			palette. No	error correction is performed. Fast, but the resulting
			image quality depends on the distribution of the colors in the
			image.
	<tr valign="top">
		<td>XmBEST
		<td>Ordered dither using predefined error matrices. Offers the best
			balance between speed and quality but uses a lot of memory (512kb).
	<tr valign="top">
		<td>XmFAST
		<td>Simple ordered dither without error correction. This is the
			fastest method but uses a lot of memory (512kb).
	<tr valign="top">
		<td>XmSLOW
		<td>A closest distance algorithm followed by Floyd-Steinberg error
			diffusion. Slowest method but highest quality.
	<tr valign="top">
		<td>XmDISABLED
		<td colspan = 2 rowspan = 2>This cell spans two rows and two
		columns. Lets see how XmHTML deals with this. I'm really curious
		here, but if all is well this is just needless worrying.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
		Some text to fill this cell up, it's pretty large, you know.
	<tr valign="top">
		<td>XmDISABLED
		<!--
			two rows missing: they should be spanned by the above row.
		-->

	<tr valign="top">
		<td>XmDISABLED
		<td>disables palette mapping. This is the default setting.
		<br>
		<td><font color="red">this row contains 3 (three) cells....</font>
	<tr valign="top">
		<td colspan=0>some bogus text to test the colspan
		attribute in a HTML3.2 table. This text should span accross
		the entire width of the table, so let's see if it does. If it
		doesn't I have a problem. The only case in which it shouldn't span
		the entire table is when the cellpadding attribute is set.
	<tr valign="top">
		<td>XmDISABLED
		<td colspan=2>
		<font color="red">this cell should span two (2) columns. Same note
		about cellpadding applies here as well.</font>
	<tr valign="top">
		<td colspan=2>
		<font color="red">Same as previous row, but this time reversed. This
		cell should span two columns.</font>
		<td align="right">XmDISABLED
	<tr valign="top">
		<td align="left"><div color="red"><b>LEFT</b></div>
		<td align="center"><div color="blue"><b>CENTER</b></div>
		<td align="right"><div color="darkgreen"><b>RIGHT</b></div>
	</table>
</body>
</html>