annotate etc/sgml/ie30.dtd @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents e04119814345
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
1 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
2 Microsoft Document Type Definition for Internet Explorer 3.0 HTML.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
3
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
4 Version: 0.9 Date: 11/7/96
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
5
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
6 Author: Mark Buckley <mbuckley@microsoft.com>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
7
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
8 This markup is based as much as possible on the DTD for HTML 3.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
9 2
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
10 published by W3C (also known as the Wilbur DTD), dated 5/31/96.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
11 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
12
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
13 <!ENTITY % HTML.Version
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
14 "-//Microsoft//DTD Internet Explorer 3.0 HTML//EN" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
15
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
16 <!--================== Deprecated Features Switch =========================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
17
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
18 <!ENTITY % HTML.Recommended "IGNORE" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
19
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
20 <![ %HTML.Recommended [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
21 <!ENTITY % HTML.Deprecated "IGNORE">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
22 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
23
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
24 <!ENTITY % HTML.Deprecated "INCLUDE">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
25
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
26 <!--================== Imported Names =====================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
27
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
28 <!ENTITY % Content-Type "CDATA"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
29 -- meaning a MIME content type, as per RFC1521
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
30 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
31
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
32 <!ENTITY % HTTP-Method "GET | POST"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
33 -- as per HTTP specification
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
34 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
35
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
36 <!ENTITY % URL "CDATA"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
37 -- The term URL means a CDATA attribute
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
38 whose value is a Uniform Resource Locator,
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
39 See RFC1808 (June 95) and RFC1738 (Dec 94).
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
40 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
41
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
42 <!--========= Common attributes ============================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
43
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
44 <!ENTITY % attrs -- common attributes. Taken from the HTML 3 DTD --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
45 'id ID #IMPLIED -- as target for hrefs (link ends) --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
46 lang CDATA "en.us" -- ISO language, country code --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
47 class NAMES #IMPLIED -- for subclassing elements --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
48 style CDATA #IMPLIED'>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
49
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
50 <!--========= Color attribute ============================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
51
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
52 <!ENTITY % color "CDATA" -- a color specification: #HHHHHH @@ details? -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
53
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
54
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
55 <!--================ Character mnemonic entities ==========================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
56
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
57 <!ENTITY % ISOlat1 PUBLIC
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
58 "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
59 %ISOlat1;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
60
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
61 <!--================ Entities for special symbols =========================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
62 <!-- &trade &shy and &cbsp are not widely deployed and so not included here -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
63
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
64 <!ENTITY copy CDATA "&#169" -- copyright sign -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
65 <!ENTITY reg CDATA "&#174" -- registered sign -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
66 <!ENTITY amp CDATA "&#38;" -- ampersand -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
67 <!ENTITY gt CDATA "&#62;" -- greater than -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
68 <!ENTITY lt CDATA "&#60;" -- less than -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
69 <!ENTITY quot CDATA "&#34;" -- double quote -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
70 <!ENTITY nbsp CDATA "&#160;" -- non breaking space -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
71
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
72 <!-- Parameter Entities -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
73
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
74 <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
75
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
76
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
77 <!--=================== Text Content =======================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
78
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
79 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
80 <!ENTITY % font "TT | I | B | U | STRIKE | BIG | SMALL | SUB | SUP | FONT | S"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
81 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
82 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
83
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
84 <!ENTITY % font "TT | I | B | U | STRIKE | BIG | SMALL | SUB | SUP | FONT">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
85
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
86 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
87 <!ENTITY % phrase "EM | STRONG | DFN |CODE | SAMP | KBD | VAR | CITE |
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
88 ENTITY">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
89 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
90
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
91 <!ENTITY % phrase "EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | SPAN">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
92
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
93 <!ENTITY % break "BR | NOBR | WBR" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
94
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
95 <!ENTITY % anchors "A" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
96
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
97 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
98 <!ENTITY % mmobjects "IMG | APPLET | SCRIPT | NOSCRIPT | MAP | BGSOUND | MARQUE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
99 E | OBJECT | EMBED" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
100 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
101
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
102 <!ENTITY % mmobjects "IMG | APPLET | SCRIPT | NOSCRIPT | MAP | BGSOUND | MARQUE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
103 E | OBJECT" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
104
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
105 <!ENTITY % formitems "INPUT | SELECT | TEXTAREA">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
106
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
107 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
108 <!ENTITY % text "#PCDATA | %font | %phrase | %break | %anchors | %mmobj
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
109 ects | %formitems">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
110 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
111
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
112 <!ENTITY % text "#PCDATA | %font | %phrase | %break | %anchors | %mmobjects">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
113
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
114 <!--=================== Flow Content =======================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
115
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
116 <!ENTITY % list "UL | OL | DL | DIR | MENU">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
117
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
118 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
119 <!ENTITY % preformatted "PRE | XMP | LISTING | PLAINTEXT">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
120 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
121
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
122 <!ENTITY % preformatted "PRE">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
123
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
124
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
125 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
126 <!ENTITY % block
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
127 "P | %list | %preformatted | DIV | BLOCKQUOTE | FORM | ISINDEX |
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
128 HR | TABLE | IFRAME | CENTER">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
129 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
130
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
131 <!ENTITY % block
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
132 "P | %list | %preformatted | DIV | BLOCKQUOTE | FORM | ISINDEX |
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
133 HR | TABLE | IFRAME">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
134
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
135
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
136 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
137 <!ENTITY % mixed.content "(%heading|%text|%block|ADDRESS|BASEFONT)*" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
138 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
139
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
140 <!-- %flow is used for DD and LI -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
141
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
142 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
143 <!ENTITY % flow "(%mixed.content)*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
144 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
145
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
146 <!ENTITY % flow "(%text | %block)*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
147
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
148 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
149 <!ENTITY % font.content "(%mixed.content)*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
150 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
151
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
152 <!ENTITY % font.content "(%text)*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
153
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
154
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
155 <!-- Text Elements -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
156
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
157 <!ELEMENT (%font) - - %font.content >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
158
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
159 <!ATTLIST FONT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
160 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
161 size CDATA #IMPLIED -- [+]nn e.g. size="+1", size=4 --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
162 color %color #IMPLIED -- #RRGGBB in hex, e.g. red: color="#FF0000
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
163 " --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
164 face CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
165 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
166
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
167 <!ATTLIST (TT | I | B | U | STRIKE | BIG | SMALL | SUB | SUP)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
168 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
169 size CDATA #IMPLIED -- [+]nn e.g. size="+1", size=4 --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
170 color %color #IMPLIED -- #RRGGBB in hex, e.g. red: color="#FF0000
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
171 " --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
172 face CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
173 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
174
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
175 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
176 <!ATTLIST S
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
177 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
178 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
179 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
180
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
181 <!ELEMENT (%phrase) - - (%text)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
182 <!ATTLIST (%phrase)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
183 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
184 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
185
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
186 <!ELEMENT (%break) - O EMPTY -- forced line break -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
187
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
188 <!ATTLIST BR
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
189 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
190 clear (left|all|right|none) none -- control of text flow --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
191 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
192
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
193 <!ATTLIST (NOBR | WBR)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
194 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
195 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
196
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
197 <!--=================== Document Body =====================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
198
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
199 <![ %HTML.Recommended [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
200 <!ENTITY % body.content "(%heading|%block|%mmobjects|ADDRESS|BASEFONT)*
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
201 " >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
202 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
203
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
204 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
205 <!ENTITY % body.content "%mixed.content" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
206 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
207
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
208 <!ENTITY % body-color-attrs "
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
209 bgcolor %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
210 text %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
211 link %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
212 vlink %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
213 alink %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
214 ">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
215
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
216 <!ELEMENT BODY O O %body.content>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
217 <!ATTLIST BODY
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
218 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
219 background %URL #IMPLIED -- texture tile for document backgrou
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
220 nd --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
221 %body-color-attrs; -- bgcolor, text, link, vlink, alink --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
222 bgproperties CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
223 leftmargin NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
224 topmargin NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
225 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
226
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
227 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
228 <!ENTITY % address.content "((%text;) | P | CENTER)*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
229 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
230
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
231 <!ENTITY % address.content "((%text;) | P )*">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
232
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
233 <!ELEMENT ADDRESS - - %address.content>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
234 <!ATTLIST ADDRESS
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
235 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
236 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
237
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
238 <!ELEMENT DIV - - %body.content>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
239 <!ATTLIST DIV
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
240 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
241 align (left|center|right) left -- alignment of following text --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
242 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
243
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
244 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
245 <!-- CENTER is a shorthand for DIV with ALIGN=CENTER -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
246 <!ELEMENT center - - %mixed.content>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
247 <!ATTLIST center
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
248 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
249 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
250 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
251
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
252 <!--================== The Anchor Element =================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
253
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
254 <!ELEMENT A - - (%text)* -(A)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
255 <!ATTLIST A
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
256 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
257 name CDATA #IMPLIED -- named link end --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
258 href %URL #IMPLIED -- URL for linked resource --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
259 rel CDATA #IMPLIED -- forward link types --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
260 rev CDATA #IMPLIED -- reverse link types --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
261 title CDATA #IMPLIED -- advisory title string --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
262 target CDATA #IMPLIED -- frame target --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
263 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
264
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
265 <!--================== Client-side image maps ============================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
266
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
267 <!-- These can be placed in the same document or grouped in a
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
268 separate document although this isn't yet widely supported -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
269
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
270 <!ENTITY % SHAPE "(rect|rectangle|circ|circle|poly|polygon|default)">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
271 <!ENTITY % COORDS "CDATA" -- comma separated list of numbers -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
272
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
273 <!ELEMENT MAP - - (AREA)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
274 <!ATTLIST MAP
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
275 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
276 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
277
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
278 <!ELEMENT AREA - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
279 <!ATTLIST AREA
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
280 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
281 shape %SHAPE rect
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
282 coords %COORDS #IMPLIED -- always needed except for shape=default --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
283 href %URL #IMPLIED -- this region acts as hypertext link --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
284 nohref (nohref) #IMPLIED -- this region has no action --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
285 alt CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
286 target CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
287 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
288
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
289 <!--================== The LINK Element ==================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
290
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
291 <!ENTITY % Types "CDATA"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
292 -- See Internet Draft: draft-ietf-html-relrev-00.txt
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
293 LINK has been part of HTML since the early days
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
294 although few browsers as yet take advantage of it.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
295
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
296 Relationship values can be used in principle:
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
297
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
298 a) for document specific toolbars/menus when used
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
299 with the LINK element in document head:
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
300 b) to link to a separate style sheet (rel=stylesheet)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
301 c) to make a link to a script (rel=script)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
302 d) by stylesheets to control how collections of
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
303 html nodes are rendered into printed documents
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
304 e) to make a link to a printable version of this document
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
305 e.g. a postscript or pdf version (rel=print)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
306 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
307
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
308 <!ELEMENT LINK - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
309 <!ATTLIST LINK
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
310 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
311 href %URL #IMPLIED -- URL for linked resource --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
312 rel %Types #IMPLIED -- forward link types --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
313 rev %Types #IMPLIED -- reverse link types --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
314 title CDATA #IMPLIED -- advisory title string --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
315 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
316
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
317 <!--=================== Images ============================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
318
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
319 <!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
320 <!ENTITY % Pixels "CDATA" -- integer representing length in pixels -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
321
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
322 <!-- Suggested widths are used for negotiating image size
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
323 with the module responsible for painting the image.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
324 align=left or right cause image to float to margin
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
325 and for subsequent text to wrap around image -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
326
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
327 <!ENTITY % IAlign "(top|middle|bottom|left|right)">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
328
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
329 <!ELEMENT IMG - O EMPTY -- Embedded image -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
330 <!ATTLIST IMG
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
331 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
332 src %URL #REQUIRED -- URL of image to embed --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
333 alt CDATA #IMPLIED -- for display in place of image --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
334 align %IAlign #IMPLIED -- vertical or horizontal alignment --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
335 height %Pixels #IMPLIED -- suggested height in pixels --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
336 width %Pixels #IMPLIED -- suggested width in pixels --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
337 border %Pixels #IMPLIED -- suggested link border width --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
338 hspace %Pixels #IMPLIED -- suggested horizontal gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
339 vspace %Pixels #IMPLIED -- suggested vertical gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
340 usemap %URL #IMPLIED -- use client-side image map --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
341 ismap (ismap) #IMPLIED -- use server image map --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
342 dynsrc %URL #IMPLIED -- URL of image to embed --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
343 start NAMES #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
344 loop NMTOKEN #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
345 controls (controls) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
346 vrml CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
347 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
348
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
349 <!-- USEMAP points to a MAP element which may be in this document
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
350 or an external document, although the latter is not widely supported -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
351
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
352 <!--=================== Java APPLET tag ===================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
353 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
354 This tag is supported by all java enabled browsers. Applet resources
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
355 (including their classes) are normally loaded relative to the document
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
356 URL (or <BASE> element if it is defined). The CODEBASE attribute is used
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
357 to change this default behavior. If the CODEBASE attribute is defined then
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
358 it specifies a different location to find applet resources. The value
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
359 can be an absolute URL or a relative URL. The absolute URL is used as is
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
360 without modification and is not effected by the documents <BASE> element.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
361 When the codebase attribute is relative, then it is relative to the
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
362 document URL (or <BASE> tag if defined). <TEXTFLOW> avoids the problems
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
363 with SGML mixed content. It can always be omitted *except* when the APPLET
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
364 element hasn't any content. White space, comments and PARAM elements
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
365 don't count as content for this purpose. TEXTFLOW was introduced into
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
366 the DTD to satisfy SGML parsers, but is ignored by current Web browsers.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
367 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
368 <!ELEMENT APPLET - - (PARAM*, TEXTFLOW)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
369 <!ATTLIST APPLET
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
370 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
371 codebase %URL #IMPLIED -- code base --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
372 code CDATA #REQUIRED -- class file --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
373 name CDATA #IMPLIED -- applet name --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
374 alt CDATA #IMPLIED -- for display in place of applet --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
375 align %IAlign #IMPLIED -- vertical or horizontal alignment --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
376 height %Pixels #REQUIRED -- suggested height in pixels --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
377 width %Pixels #REQUIRED -- suggested width in pixels --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
378 hspace %Pixels #IMPLIED -- suggested horizontal gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
379 vspace %Pixels #IMPLIED -- suggested vertical gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
380 border NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
381 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
382
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
383
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
384 <!ELEMENT TEXTFLOW O O (%text)* -- needed to bypass mixed content model -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
385
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
386 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
387 Here is an example:
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
388
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
389 <applet codebase="applets/NervousText"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
390 code=NervousText.class
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
391 width=300
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
392 height=50>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
393 <param name=text value="Java is Cool!">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
394 <img src=sorry.gif alt="This looks better with Java support">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
395 </applet>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
396 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
397
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
398 <!--=================== Horizontal Rule ===================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
399
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
400 <!ELEMENT HR - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
401 <!ATTLIST HR
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
402 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
403 align (left|right|center) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
404 noshade (noshade) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
405 size %Pixels #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
406 width %Length #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
407 color %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
408 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
409
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
410 <!--=================== Paragraphs=========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
411
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
412 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
413 <!ENTITY % P.content "(%text|CENTER)*" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
414 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
415
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
416 <!ENTITY % P.content "(%text)*" >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
417
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
418 <!ELEMENT P - O %P.content >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
419 <!ATTLIST P
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
420 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
421 align (left|center|right) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
422 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
423
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
424
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
425 <!--=================== Base Font =========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
426
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
427 <!ELEMENT BASEFONT - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
428 <!ATTLIST BASEFONT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
429 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
430 size NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
431 color %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
432 face CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
433 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
434
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
435 <!--=================== Background Sound =================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
436
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
437 <!ELEMENT BGSOUND - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
438 <!ATTLIST BGSOUND
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
439 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
440 src %URL #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
441 loop NMTOKEN #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
442 start CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
443 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
444
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
445 <!--=================== Marquee =========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
446
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
447 <!ELEMENT MARQUEE - O (%text)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
448 <!ATTLIST MARQUEE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
449 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
450 align (top|middle|bottom) top
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
451 behavior (scroll|slide|alternate) SCROLL
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
452 bgcolor %color #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
453 direction (left|right) LEFT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
454 height CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
455 hspace NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
456 loop CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
457 scrollamount NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
458 scrolldelay NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
459 vspace NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
460 width CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
461 border NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
462 background %URL #IMPLIED -- texture tile for document background --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
463 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
464
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
465 <!--=================== Headings ==========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
466
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
467 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
468 There are six levels of headers from H1 (the most important)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
469 to H6 (the least important).
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
470 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
471
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
472 <!ELEMENT ( %heading ) - - %P.content >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
473 <!ATTLIST ( %heading )
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
474 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
475 align (left|center|right) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
476 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
477
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
478 <!--=================== Preformatted Text =================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
479
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
480 <!-- excludes images and changes in font size -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
481
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
482 <!ENTITY % pre.exclusion "IMG|BIG|SMALL|SUB|SUP|FONT">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
483
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
484 <!ELEMENT PRE - - (%text)* -(%pre.exclusion)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
485 <!ATTLIST PRE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
486 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
487 width NUMBER #implied
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
488 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
489
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
490 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
491
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
492 <!ENTITY % literal "CDATA"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
493 -- historical, non-conforming parsing mode where
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
494 the only markup signal is the end tag
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
495 in full
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
496 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
497
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
498 <!ELEMENT (XMP|LISTING) - - %literal>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
499 <!ELEMENT PLAINTEXT - O %literal>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
500
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
501 <!ATTLIST (XMP|LISTING|PLAINTEXT)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
502 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
503 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
504
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
505 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
506
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
507 <!--=================== Block-like Quotes =================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
508
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
509 <!ELEMENT BLOCKQUOTE - - %body.content>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
510 <!ATTLIST BLOCKQUOTE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
511 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
512 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
513
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
514 <!--=================== Lists =============================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
515
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
516 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
517 HTML 3.2 allows you to control the sequence number for ordered lists.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
518 You can set the sequence number with the START and VALUE attributes.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
519 The TYPE attribute may be used to specify the rendering of ordered
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
520 and unordered lists.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
521 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
522
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
523 <!-- definition lists - DT for term, DD for its definition -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
524
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
525 <!ELEMENT DL - - (DT|DD)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
526 <!ATTLIST DL
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
527 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
528 compact (compact) #IMPLIED -- more compact style --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
529 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
530
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
531 <!ELEMENT DT - O (%text)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
532 <!ATTLIST DT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
533 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
534 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
535
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
536 <!ELEMENT DD - O %flow;>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
537 <!ATTLIST DD
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
538 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
539 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
540
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
541 <!-- Ordered lists OL, and unordered lists UL -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
542 <!ELEMENT (OL|UL) - - (LI)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
543
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
544 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
545 Numbering style
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
546 1 arabic numbers 1, 2, 3, ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
547 a lower alpha a, b, c, ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
548 A upper alpha A, B, C, ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
549 i lower roman i, ii, iii, ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
550 I upper roman I, II, III, ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
551
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
552 The style is applied to the sequence number which by default
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
553 is reset to 1 for the first list item in an ordered list.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
554
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
555 This can't be expressed directly in SGML due to case folding.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
556 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
557
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
558 <!ENTITY % OLStyle "CDATA" -- constrained to: [1|a|A|i|I] -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
559
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
560 <!ATTLIST OL -- ordered lists --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
561 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
562 type %OLStyle #IMPLIED -- numbering style --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
563 start NUMBER #IMPLIED -- starting sequence number --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
564 compact (compact) #IMPLIED -- reduced interitem spacing --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
565 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
566
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
567 <!-- bullet styles -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
568
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
569 <!ENTITY % ULStyle "disc|square|circle">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
570
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
571 <!ATTLIST UL -- unordered lists --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
572 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
573 type (%ULStyle) #IMPLIED -- bullet style --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
574 compact (compact) #IMPLIED -- reduced interitem spacing --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
575 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
576
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
577 <!ELEMENT (DIR|MENU) - - (LI)* -(%block)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
578 <!ATTLIST (DIR|MENU)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
579 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
580 compact (compact) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
581 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
582
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
583 <!-- The type attribute can be used to change the bullet style
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
584 in unordered lists and the numbering style in ordered lists -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
585
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
586 <!ENTITY % LIStyle "CDATA" -- constrained to: "(%ULStyle|%OLStyle)" -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
587
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
588 <!ELEMENT LI - O %flow -- list item -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
589 <!ATTLIST LI
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
590 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
591 type %LIStyle #IMPLIED -- list item style --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
592 value NUMBER #IMPLIED -- reset sequence number --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
593 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
594
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
595 <!--================ Forms ===============================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
596
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
597 <!ELEMENT FORM - - %body.content -(FORM) +(%formitems)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
598 <!ATTLIST FORM
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
599 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
600 action %URL #REQUIRED -- server-side form handler --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
601 method (%HTTP-Method) GET -- see HTTP specification --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
602 enctype %Content-Type; "application/x-www-form-urlencoded"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
603 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
604 target CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
605 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
606
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
607 <!ENTITY % InputType
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
608 "(TEXT | TEXTAREA | PASSWORD | CHECKBOX | RADIO | SUBMIT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
609 | RESET | FILE | HIDDEN | IMAGE)">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
610
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
611 <!ELEMENT INPUT - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
612 <!ATTLIST INPUT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
613 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
614 type %InputType TEXT -- what kind of widget is needed --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
615 name CDATA #IMPLIED -- required for all but submit and reset --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
616 value CDATA #IMPLIED -- required for radio and checkboxes --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
617 checked (checked|true|false) #IMPLIED -- for radio buttons and check bo
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
618 xes --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
619 size CDATA #IMPLIED -- specific to each type of field --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
620 maxlength NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
621 src %URL #IMPLIED -- for fields with background images --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
622 align (top|middle|bottom|left|right) top -- image alignment --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
623 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
624
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
625 <!ELEMENT SELECT - - (OPTION+)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
626 <!ATTLIST SELECT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
627 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
628 name CDATA #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
629 size NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
630 multiple (multiple) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
631 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
632
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
633 <!ELEMENT OPTION - O (#PCDATA)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
634 <!ATTLIST OPTION
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
635 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
636 selected (selected) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
637 value CDATA #IMPLIED -- defaults to element content --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
638 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
639
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
640 <!-- Multi-line text input field. -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
641
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
642 <!ELEMENT TEXTAREA - - (#PCDATA)* -(INPUT|SELECT|TEXTAREA)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
643 <!ATTLIST TEXTAREA
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
644 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
645 name CDATA #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
646 rows NUMBER #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
647 cols NUMBER #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
648 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
649
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
650 <!--======================= Tables ========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
651
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
652 <!-- Invoke TABLES DTD -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
653 <!ENTITY % ietables PUBLIC "-//Microsoft//DTD Internet Explorer 3.0 Tables//EN"
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
654 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
655 %ietables;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
656
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
657 <!--================ Document Head ========================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
658
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
659 <!ENTITY % head.misc "SCRIPT|STYLE|META|LINK|BGSOUND" -- repeatable head elemen
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
660 ts -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
661
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
662 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
663 <!ENTITY % head.content "TITLE & ISINDEX? & BASE? & NEXTID?">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
664 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
665
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
666 <!ENTITY % head.content "TITLE & ISINDEX? & BASE?">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
667
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
668 <!ELEMENT HEAD O O (%head.content) +(%head.misc)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
669
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
670 <!ELEMENT TITLE - - (#PCDATA)* -(%head.misc)
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
671 -- The TITLE element is not considered part of the flow of text.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
672 It should be displayed, for example as the page header or
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
673 window title.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
674 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
675
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
676 <!ELEMENT ISINDEX - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
677 <!ATTLIST ISINDEX
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
678 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
679 prompt CDATA #IMPLIED -- prompt message --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
680 action CDATA #IMPLIED >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
681
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
682 <!--
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
683 The BASE element gives an absolute URL for dereferencing relative
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
684 URLs, e.g.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
685
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
686 <BASE href="http://foo.com/index.html">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
687 ...
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
688 <IMG SRC="images/bar.gif">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
689
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
690 The image is deferenced to
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
691
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
692 http://foo.com/images/bar.gif
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
693
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
694 In the absence of a BASE element the document URL should be used.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
695 Note that this is not necessarily the same as the URL used to
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
696 request the document, as the base URL may be overridden by an HTTP
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
697 header accompanying the document.
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
698 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
699
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
700 <!ELEMENT BASE - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
701 <!ATTLIST BASE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
702 href %URL #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
703 target CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
704 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
705
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
706 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
707 <!ELEMENT NEXTID - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
708 <!ATTLIST NEXTID
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
709 N CDATA #REQUIRED >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
710 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
711
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
712 <!ELEMENT META - O EMPTY -- Generic Metainformation -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
713 <!ATTLIST META
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
714 http-equiv NAME #IMPLIED -- HTTP response header name --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
715 name NAME #IMPLIED -- metainformation name --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
716 content CDATA #REQUIRED -- associated information --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
717 charset CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
718 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
719
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
720 <!-- SCRIPT/STYLE are place holders for transition to next version of HTML -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
721
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
722 <!ELEMENT STYLE - - (#PCDATA)* -(%head.misc) -- style info -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
723 <!ATTLIST STYLE
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
724 type CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
725 title CDATA #IMPLIED >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
726
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
727 <!-- Script markup taken from WD-script-960208 found at
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
728 http://www.w3.org/pub/WWW/TR/WD-script.html -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
729
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
730 <!-- SCRIPT is a character-like element for embedding script code
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
731 that can be placed anywhere in the document HEAD or BODY -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
732
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
733 <!ENTITY % Event "CDATA" -- event name and optional param list -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
734
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
735 <!ELEMENT SCRIPT - - (#PCDATA)* -(%head.misc)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
736 <!ATTLIST SCRIPT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
737 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
738 type CDATA #IMPLIED -- script language media type --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
739 language CDATA #IMPLIED -- predefined script language name --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
740 src %URL #IMPLIED -- URL for an external script --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
741 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
742 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
743
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
744 <!ELEMENT NOSCRIPT - - (%body.content)>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
745 <!ATTLIST NOSCRIPT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
746 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
747 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
748
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
749 <!--================ Document Structure ===================================-->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
750
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
751 <!ENTITY % version.attr "VERSION CDATA #FIXED '%HTML.Version;'">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
752
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
753 <!ELEMENT HTML O O (HEAD, (BODY|FRAMESET) )>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
754 <!ATTLIST HTML
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
755 %attrs
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
756 %version.attr
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
757 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
758
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
759 <!-- Frames -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
760
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
761 <!ELEMENT FRAMESET - - (FRAMESET|FRAME|NOFRAMES)+ >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
762 <!ATTLIST FRAMESET
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
763 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
764 layout (TILES|PAGES) TILES
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
765 rows CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
766 cols CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
767 framespacing CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
768 frameborder NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
769 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
770
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
771 <!ELEMENT FRAME - O EMPTY >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
772 <!ATTLIST FRAME
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
773 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
774 src CDATA #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
775 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
776 height NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
777 hspace NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
778 width NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
779 vspace NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
780 marginwidth NUMBER #IMPLIED -- check this --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
781 marginheight NUMBER #IMPLIED -- check this --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
782 frameborder CDATA #IMPLIED -- need to check with IE --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
783 framespacing NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
784 scrolling (YES|NO|AUTO) AUTO
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
785 noresize (NORESIZE) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
786 align (LEFT|CENTER|RIGHT|TOP|TEXTTOP|MIDDLE|ABSMIDDLE|
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
787 BASELINE|BOTTOM|ABSBOTTOM) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
788 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
789
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
790 <!ELEMENT IFRAME - O EMPTY >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
791 <!ATTLIST IFRAME
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
792 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
793 src CDATA #REQUIRED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
794 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
795 marginwidth NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
796 marginheight NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
797 border CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
798 frameborder CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
799 framespacing NUMBER #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
800 scrolling (YES|NO|AUTO) AUTO
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
801 noresize (NORESIZE) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
802 align (LEFT|CENTER|RIGHT|TOP|MIDDLE|BOTTOM) #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
803 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
804
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
805 <!ELEMENT NOFRAMES - - %body.content >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
806
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
807 <!-- Objects
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
808
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
809 Adapted from
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
810 WD-object-960422: Inserting objects into HTM
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
811 http://www.w3.org/pub/WWW/TR/WD-object.html
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
812 5/9/96
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
813
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
814 -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
815
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
816 <!ENTITY % OAlign "(texttop|middle|textmiddle|baseline|
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
817 textbottom|left|center|right)">
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
818
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
819 <!-- OBJECT is a character-like element for inserting objects -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
820 <!ELEMENT OBJECT - - (PARAM | %body.content;)*>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
821 <!ATTLIST OBJECT
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
822 %attrs -- id, class, style, lang, dir --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
823 declare (declare) #IMPLIED -- declare but don't instantiate flag --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
824 classid %URL #IMPLIED -- identifies an implementation --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
825 codebase %URL #IMPLIED -- some systems need an additional URL --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
826 data %URL #IMPLIED -- reference to object's data --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
827 type CDATA #IMPLIED -- Internet media type for data --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
828 codetype CDATA #IMPLIED -- Internet media type for code --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
829 standby CDATA #IMPLIED -- message to show while loading --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
830 align %OAlign #IMPLIED -- positioning inside document --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
831 height %Length #IMPLIED -- suggested height --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
832 width %Length #IMPLIED -- suggested width --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
833 border %Length #IMPLIED -- suggested link border width --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
834 hspace %Length #IMPLIED -- suggested horizontal gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
835 vspace %Length #IMPLIED -- suggested vertical gutter --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
836 ismap (ismap) #IMPLIED -- use server image map --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
837 usemap %URL #IMPLIED -- reference to image map --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
838 shapes (shapes) #IMPLIED -- object has shaped hypertext links --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
839 name %URL #IMPLIED -- submit as part of form --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
840 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
841
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
842 <!ELEMENT PARAM - O EMPTY -- named property value -->
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
843 <!ATTLIST PARAM
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
844 name CDATA #REQUIRED -- property name --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
845 value CDATA #IMPLIED -- property value --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
846 valuetype (DATA|REF|OBJECT) DATA -- How to interpret value --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
847 type CDATA #IMPLIED -- Internet media type --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
848 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
849
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
850 <![ %HTML.Deprecated [
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
851
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
852 <!ELEMENT EMBED - - (NOEMBED | %body.content;)* >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
853 <!ATTLIST EMBED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
854 %attrs;
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
855 name CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
856 height CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
857 width CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
858 param CDATA #IMPLIED
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
859 src %URL #REQUIRED -- URL of image to embed --
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
860 >
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
861
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
862 <!ELEMENT NOEMBED - O EMPTY>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
863
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
864 ]]>
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
865
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
866
e04119814345 Import from CVS: tag r19-15b99
cvs
parents:
diff changeset
867