annotate etc/sgml/ietables.dtd @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 <!-- DTD for Internet Explorer 2.0 Tables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Beta Version 0.9 Date: 2/26/96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 This markup is based on the tables markup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 contained in the IETF March 1995 Draft HTML3 DTD.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 Attributes have been added as noted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 Typical invocation:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 <!ENTITY % ietables PUBLIC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 "-//Microsoft//DTD Internet Explorer 2.0 Tables//EN" >
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 -->
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 <!ENTITY % attrs -- common attributes for elements --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 'id ID #IMPLIED -- as target for hrefs (link ends) --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 lang CDATA "en.us" -- ISO language, country code --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 class NAMES #IMPLIED -- for subclassing elements --'>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 <!ENTITY % needs -- Attributes for controlling text flow. Used in headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 and other elements to guarantee sufficient room --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 'clear CDATA "no" -- (left|right|all|no) move down past figures --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 needs CDATA #IMPLIED -- minimum width needed in em"s or pixels --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 -- e.g. "40 em" or "100 pixels" --'>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 <!ENTITY % cell "TH | TD">
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 <!ENTITY % horiz.align "left|center|right|justify">
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 <!ENTITY % vert.align "top|middle|bottom|baseline">
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 <!ENTITY % block.align
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 "align (bleedleft|left|center|right|bleedright|justify) center">
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 <!ELEMENT TABLE - - (CAPTION?, TR*) -- mixed headers and data -->
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 <!ATTLIST TABLE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 %attrs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 %needs; -- for control of text flow --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 border NUMBER #IMPLIED -- draw borders --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 colspec CDATA #IMPLIED -- column widths and alignment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 units (en|pixels|relative) en -- units for column widths
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 dp CDATA #IMPLIED -- decimal point e.g. dp=","
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 width CDATA #IMPLIED -- absolute or percentage width --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 %block.align; -- horizontal alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 valign (%vert.align) top -- vertical alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 noflow (noflow) #IMPLIED -- noflow around table
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 nowrap (nowrap) #IMPLIED -- don't wrap words --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 -- Added for IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 bgcolor CDATA #IMPLIED -- Table background color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 bordercolor CDATA #IMPLIED -- table border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 bordercolorlight CDATA #IMPLIED -- 3D table border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 bordercolordark CDATA #IMPLIED -- 3D table border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 cellpadding NUMBER #IMPLIED -- cell padding. --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 cellspacing NUMBER #IMPLIED -- cell spacing --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 >
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 <!ELEMENT TR - O (%cell)* -- row container -->
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 <!ATTLIST TR
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 %attrs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 align (%horiz.align) #IMPLIED -- horizontal alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 valign (%vert.align) top -- vertical alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 dp CDATA #IMPLIED -- decimal point e.g. dp=","
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 nowrap (nowrap) #IMPLIED -- don't wrap words --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 -- Added for IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 bgcolor CDATA #IMPLIED -- background color for cell --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 bordercolor CDATA #IMPLIED -- cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 bordercolorlight CDATA #IMPLIED -- 3D cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 bordercolordark CDATA #IMPLIED -- 3D cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 width CDATA #IMPLIED -- cell width --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 >
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 <!ELEMENT (%cell) - O %body.content>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 <!ATTLIST (%cell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 %attrs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 colspan NUMBER 1 -- columns spanned --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 rowspan NUMBER 1 -- rows spanned --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 align (%horiz.align) #IMPLIED -- horizontal alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 valign (%vert.align) top -- vertical alignment --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 dp CDATA #IMPLIED -- decimal point e.g. dp=","
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 nowrap (nowrap) #IMPLIED -- don't wrap words --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 axis CDATA #IMPLIED -- axis name, defaults to element content
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 axes CDATA #IMPLIED -- comma separated list of axis names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 Not supported by IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 -- Added for IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 bgcolor CDATA #IMPLIED -- background color for cell --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 bordercolor CDATA #IMPLIED -- cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 bordercolorlight CDATA #IMPLIED -- 3D cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 bordercolordark CDATA #IMPLIED -- 3D cell border color --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 width CDATA #IMPLIED -- added for IE2 --
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 >
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 <!--======================= Captions ======================================-->
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 <!ELEMENT CAPTION - - (%text;)+ -- table or figure caption -->
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 <!ATTLIST CAPTION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 %attrs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 align (left|right|center) #IMPLIED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 valign (top|bottom) #IMPLIED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 >
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110