32
|
1 <!--<Title>htmlpro--
|
|
2 --This is the HTML Professional Document Type Description (DTD)--
|
|
3 >
|
|
4 <!ENTITY % head.any "(META | LINK | SCRIPT | STYLE | RANGE)*"
|
|
5 --<Title>Repeatable HEAD elements--
|
|
6 >
|
|
7
|
|
8 <!ENTITY % text "((#PCDATA) | TT | I | B | U | S | BIG | SMALL | SUB |
|
|
9 SUP | EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE |
|
|
10 Q | A | LANG | AU | AUTHOR | FONT | PERSON | ACRONYM |
|
|
11 ABBREV | INS | DEL | STYLE | SPAN | ENTITY | ELEMENT |
|
|
12 ATTRIB | STRIKE | COMMENT | BLINK | MATH | BLACKFACE |
|
|
13 LIMITTEXT | NOSMARTQUOTES | SHADOW)*"
|
|
14 --<Title>textual, descriptive, or analytical elements--
|
|
15 >
|
|
16
|
|
17 <!ENTITY % insertions "(BASEFONT | APP | APPLET | OBJECT | EMBED |
|
|
18 SCRIPT | MARQUEE | HR | ISINDEX | BGSOUND | TAB | IMG |
|
|
19 IMAGE | BR | NOEMBED | MAP | SERVER | SPACER | AUDIOSCOPE |
|
|
20 SIDEBAR)*"
|
|
21 --<Title>things which are not part of the running text--
|
|
22 >
|
|
23
|
|
24 <!ENTITY % structure "(DIV | CENTER | H1 | H2 | H3 | H4 | H5 | H6 | P |
|
|
25 UL | OL | DL | DIR | MENU | PRE | XMP | LISTING | BQ |
|
|
26 MULTICOL | NOBR | BLOCKQUOTE | FORM | TABLE | ADDRESS |
|
|
27 FIG | BDO | NOTE | FN)+" --<Title>structural elements-- >
|
|
28
|
|
29 <!ENTITY % formula "((#PCDATA) | BOX | ABOVE | BELOW | VEC | BAR | DOT |
|
|
30 DDOT | HAT | TILDE | ROOT | SQRT | ARRAY | SUB | SUP | B |
|
|
31 I | T | BT)+" --<Title>mathematical formulae-- >
|
|
32
|
|
33 <!ELEMENT XTML O O (HTML*)
|
|
34 --<Title>(P)EXPERIMENTAL Container used only for database (corpus) storage when there needs to be more than one HTML document in the file--
|
|
35 >
|
|
36
|
|
37 <!ELEMENT HTML - O ((HEAD , (BODY | (FRAMESET+ , NOFRAMES))) |
|
|
38 PLAINTEXT)
|
|
39 --<Title>(H1)COMPULSORY The HTML overall container--
|
|
40 >
|
|
41
|
|
42 <!ELEMENT HEAD - - ((%head.any;) , ((TITLE , (%head.any;)) & (BASE ,
|
|
43 (%head.any;))? & (ISINDEX , (%head.any;))? & (NEXTID ,
|
|
44 (%head.any;))? & (NOSCRIPT , (%head.any;))? & (BGSOUND ,
|
|
45 (%head.any;))?))
|
|
46 --<Title>(H1)COMPULSORY Documentation header--
|
|
47 >
|
|
48
|
|
49 <!ELEMENT TITLE - - (#PCDATA)
|
|
50 --<Title>(H1)COMPULSORY document title--
|
|
51 >
|
|
52
|
|
53 <!ELEMENT ISINDEX - O EMPTY
|
|
54 --<Title>(H1)This file is a script which accepts a single input--
|
|
55 >
|
|
56
|
|
57 <!ELEMENT BASE - O EMPTY
|
|
58 --<Title>(H2)Specifies home base URL--
|
|
59 >
|
|
60
|
|
61 <!ELEMENT META - O EMPTY
|
|
62 --<Title>(H2)Generic metainformation--
|
|
63 >
|
|
64
|
|
65 <!ELEMENT LINK - O EMPTY
|
|
66 --<Title>(H2)Link to another resource on the network--
|
|
67 >
|
|
68
|
|
69 <!ELEMENT NEXTID - O EMPTY
|
|
70 --<Title>(H1)OBSOLETE editor control value--
|
|
71 >
|
|
72
|
|
73 <!ELEMENT BGSOUND - O (#PCDATA)
|
|
74 --<Title>(M)SOLITAIRE Background sound--
|
|
75 >
|
|
76
|
|
77 <!ELEMENT SCRIPT - - CDATA
|
|
78 --<Title>(N)Script language statements--
|
|
79 >
|
|
80
|
|
81 <!ELEMENT NOSCRIPT - - (%text;)+
|
|
82 --<Title>(N)Text to display when SCRIPTs are disabled or unimplemented--
|
|
83 >
|
|
84
|
|
85 <!ELEMENT STYLE - - CDATA
|
|
86 --<Title>(H3)Stylesheet information--
|
|
87 >
|
|
88
|
|
89 <!ELEMENT RANGE - O EMPTY
|
|
90 --<Title>(H3)Identifies arbitrary range of text from SPOT to SPOT--
|
|
91 >
|
|
92
|
|
93 <!ELEMENT FRAMESET - - (FRAME* | FRAMESET+)
|
|
94 --<Title>(N)Set of FRAME elements--
|
|
95 >
|
|
96
|
|
97 <!ELEMENT FRAME - O EMPTY
|
|
98 --<Title>(N)Display external HTML object in separate frame--
|
|
99 >
|
|
100
|
|
101 <!ELEMENT NOFRAMES - - (BODY)
|
|
102 --<Title>(N)Alternative body for non-FRAMEing browsers--
|
|
103 >
|
|
104
|
|
105 <!ELEMENT BODY O O (BANNER? , BODYTEXT) +(SPOT)
|
|
106 --<Title>(H1)Text body of the document--
|
|
107 >
|
|
108
|
|
109 <!ELEMENT BANNER - - ((%structure;) | (%insertions;) | (%text;))+
|
|
110 --<Title>(H3)Static (non-scrolling) banner--
|
|
111 >
|
|
112
|
|
113 <!ELEMENT BODYTEXT O O ((%structure;) | (%insertions;))+
|
|
114 --<Title>(H3)Used only when distinguishing BANNER from remainder of BODY--
|
|
115 >
|
|
116
|
|
117 <!ELEMENT BDO - - ((%text;)+ | (%insertions;)*)+
|
|
118 --<Title>(I) BiDirectional Override--
|
|
119 >
|
|
120
|
|
121 <!ELEMENT DIV - - ((%structure;)+ | (%insertions;)* | (%text;)*)+
|
|
122 --<Title>(H3)Unspecified structural division--
|
|
123 >
|
|
124
|
|
125 <!ELEMENT H1 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Heading level 1-- >
|
|
126
|
|
127 <!ELEMENT H2 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Heading level 2-- >
|
|
128
|
|
129 <!ELEMENT H3 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Heading level 3-- >
|
|
130
|
|
131 <!ELEMENT H4 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Heading level 4-- >
|
|
132
|
|
133 <!ELEMENT H5 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H5)Heading level 5-- >
|
|
134
|
|
135 <!ELEMENT H6 - - ((%text;)+ | (%insertions;)*)+ --<Title>(H6)Heading level 6-- >
|
|
136
|
|
137 <!ELEMENT P - O ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Paragraph-- >
|
|
138
|
|
139 <!ELEMENT MULTICOL - - (%structure;)+
|
|
140 --<Title>(N)Enclose multicolumn material--
|
|
141 >
|
|
142
|
|
143 <!ELEMENT NOBR - - (%text;)+ +(WBR , APPLET , EMBED , OBJECT , IMG ,
|
|
144 IMAGE)
|
|
145 --<Title>(N)Prohibit break within this line--
|
|
146 >
|
|
147
|
|
148 <!ELEMENT WBR - O EMPTY
|
|
149 --<Title>(N)Discretionary linebreak between words within NOBR--
|
|
150 >
|
|
151
|
|
152 <!ELEMENT PRE - - (%text;)+ -(BR , TT) +(HR , APPLET , EMBED , OBJECT ,
|
|
153 IMG , IMAGE)
|
|
154 --<Title>(H3)Preformatted text for fixed-width display--
|
|
155 >
|
|
156
|
|
157 <!ELEMENT BLOCKQUOTE - - (BODYTEXT , CREDIT?) --<Title>(H1)Block quotation-- >
|
|
158
|
|
159 <!ELEMENT BQ - - (BODYTEXT , CREDIT?)
|
|
160 --<Title>(H3)Alternative block quotation--
|
|
161 >
|
|
162
|
|
163 <!ELEMENT DL - - (DT | DD | HR)* --<Title>(H1)Definition list-- >
|
|
164
|
|
165 <!ELEMENT DT - O ((%text;)+ | (%insertions;)*)+
|
|
166 --<Title>(H1)Definition term in a DL--
|
|
167 >
|
|
168
|
|
169 <!ELEMENT DD - O ((%structure;)+ | (%insertions;)* | (%text;)+)?
|
|
170 --<Title>(H1)Definition description in a DL--
|
|
171 >
|
|
172
|
|
173 <!ELEMENT OL - - (LI* | HR? | LH?)+ --<Title>(H1)Ordered list-- >
|
|
174
|
|
175 <!ELEMENT UL - - (LI* | HR? | LH?)+ --<Title>(H1)Unordered list-- >
|
|
176
|
|
177 <!ELEMENT DIR - - ((#PCDATA) | (LH? , LI*)+) -(P , UL , OL , DIR , MENU ,
|
|
178 PRE , XMP , LISTING , DL , DIV , CENTER , BQ , FORM ,
|
|
179 TABLE , FIELDSET)
|
|
180 --<Title>(H1)Directory listing, (T) also allows #pcdata--
|
|
181 >
|
|
182
|
|
183 <!ELEMENT MENU - - (LH? , LI*) -(P , UL , OL , DIR , MENU , PRE , XMP ,
|
|
184 LISTING , DL , DIV , CENTER , BQ , FORM , TABLE ,
|
|
185 FIELDSET) --<Title>(H1)Menu listing-- >
|
|
186
|
|
187 <!ELEMENT LH - - ((%text;)+ | (%insertions;)*)+ --<Title>(H3)List header-- >
|
|
188
|
|
189 <!ELEMENT LI - O ((%insertions;)* | (%text;)+ | P | UL | OL | DL | DIR |
|
|
190 MENU | PRE | XMP | LISTING | BLOCKQUOTE | BQ | FORM |
|
|
191 TABLE | ADDRESS)+ --<Title>(H1)Item in a list-- >
|
|
192
|
|
193 <!ELEMENT ADDRESS - - ((%text;)+ | (%insertions;)*)+ +(P) --<Title>(H1)Address blocks-- >
|
|
194
|
|
195 <!ELEMENT FN - - ((%structure;)+ | (%insertions;)* | (%text;)+)?
|
|
196 --<Title>(H3)Footnotes (T)WARNING: idiosyncratic implementation--
|
|
197 >
|
|
198
|
|
199 <!ELEMENT NOTE - - ((%structure;)+ | (%insertions;)* | (%text;)+)? --<Title>(H3)Notes-- >
|
|
200
|
|
201 <!ELEMENT SIDEBAR - - ((%structure;)+ | (%insertions;)* | (%text;)+)?
|
|
202 --<Title>(T) non-scrolling sidebar on-screen--
|
|
203 >
|
|
204
|
|
205 <!ELEMENT BLINK - - ((%text;)+ | (%insertions;)*)+
|
|
206 --<Title>(N)DEPRECATED Flashing text, deprecated for medical reasons--
|
|
207 >
|
|
208
|
|
209 <!ELEMENT CENTER - - ((%structure;)+ | (%insertions;)* | (%text;)*)+
|
|
210 --<Title>(N)SUPERFLUOUS Centered material, use DIV with ALIGN="CENTER"--
|
|
211 >
|
|
212
|
|
213 <!ELEMENT HR - O EMPTY --<Title>(H1)Horizontal rule-- >
|
|
214
|
|
215 <!ELEMENT BR - O EMPTY --<Title>(H2)Forced line break-- >
|
|
216
|
|
217 <!ELEMENT BASEFONT - O EMPTY
|
|
218 --<Title>(M)Change (specify) the base font from here on--
|
|
219 >
|
|
220
|
|
221 <!ELEMENT MARQUEE - O (%text;)+
|
|
222 --<Title>(M)Marching display text--
|
|
223 >
|
|
224
|
|
225 <!ELEMENT SERVER - - CDATA
|
|
226 --<Title>(N)Contains a LiveWire script--
|
|
227 >
|
|
228
|
|
229 <!ELEMENT SPACER - O EMPTY
|
|
230 --<Title>(N)Governs concrete spacing--
|
|
231 >
|
|
232
|
|
233 <!ELEMENT IMG - O (#PCDATA)
|
|
234 --<Title>(A)Inline image (IMAGE is a Netscapism, and STRONGLY deprecated)--
|
|
235 >
|
|
236
|
|
237 <!ELEMENT IMAGE - O (#PCDATA) --<Title>IMAGE-- >
|
|
238
|
|
239 <!ELEMENT AUDIOSCOPE - O EMPTY
|
|
240 --<Title>(T)Displays realtime animated image of a playing sound--
|
|
241 >
|
|
242
|
|
243 <!ELEMENT MAP - - (AREA*)
|
|
244 --<Title>(N)Mapping spec for clientside imagemaps--
|
|
245 >
|
|
246
|
|
247 <!ELEMENT AREA - O EMPTY
|
|
248 --<Title>(N)Mapping area within a MAP--
|
|
249 >
|
|
250
|
|
251 <!ELEMENT OBJECT - - (param+ | (%structure;)+ | (%insertions;)* |
|
|
252 (%text;)*)*
|
|
253 --<Title>(W?)External object for insertion--
|
|
254 >
|
|
255
|
|
256 <!ELEMENT EMBED - - (param* , CAPTION? , EMBED.BODY , CREDIT?)
|
|
257 --<Title>(N)Embedded plugin applet--
|
|
258 >
|
|
259
|
|
260 <!ELEMENT EMBED.BODY O O ((%insertions;)* | (%text;)*)+ -(A) --<Title>(O) Object-- >
|
|
261
|
|
262 <!ELEMENT NOEMBED - - ((%text;)+ | (%insertions;)*)+
|
|
263 --<Title>(N)Alternative text for EMBED-unable browsers--
|
|
264 >
|
|
265
|
|
266 <!ELEMENT APP - - (param* , TEXTFLOW)
|
|
267 --<Title>(S)Embedded application--
|
|
268 >
|
|
269
|
|
270 <!ELEMENT APPLET - - (param* , TEXTFLOW) --<Title>APPLET-- >
|
|
271
|
|
272 <!ELEMENT param - O EMPTY
|
|
273 --<Title>(S)Named property value to pass to OBJECT or APPLET--
|
|
274 >
|
|
275
|
|
276 <!ELEMENT FORM - - ((%structure;)+ | (%insertions;)* | (%text;)*)+ -(
|
|
277 FORM) +(INPUT , SELECT , TEXTAREA , LABEL , FIELDSET ,
|
|
278 KEYGEN) --<Title>(H2)Fill-in form-- >
|
|
279
|
|
280 <!ELEMENT LABEL - - ((%text;)+ | (%insertions;)*)+ -(LABEL) --<Title>(?)Field label text-- >
|
|
281
|
|
282 <!ELEMENT FIELDSET - - (CAPTION? , ((%structure;)+ | (%insertions;)*)?) -(
|
|
283 FIELDSET)
|
|
284 --<Title>(?)Encloses a set of form fields--
|
|
285 >
|
|
286
|
|
287 <!ELEMENT INPUT - O CDATA --<Title>(H2)Single-line input-- >
|
|
288
|
|
289 <!ELEMENT SELECT - - (OPTION+)
|
|
290 --<Title>(H2)Encloses multi-option form menu--
|
|
291 >
|
|
292
|
|
293 <!ELEMENT OPTION - O (#PCDATA)
|
|
294 --<Title>(H2)Options in a form menu--
|
|
295 >
|
|
296
|
|
297 <!ELEMENT TEXTAREA - - (#PCDATA)
|
|
298 --<Title>(H2)Freetext input area--
|
|
299 >
|
|
300
|
|
301 <!ELEMENT KEYGEN - O EMPTY
|
|
302 --<Title>(N)Generates and submits PublicKey encryption--
|
|
303 >
|
|
304
|
|
305 <!ELEMENT TABLE - - (CAPTION? , (col* | colgroup*) , thead? , tfoot? , (
|
|
306 tbody | tr*)+) --<Title>(H3)Table-- >
|
|
307
|
|
308 <!ELEMENT CAPTION - - ((%text;)+ | (%insertions;)*)+
|
|
309 --<Title>(H3)Caption to a TABLE or FIGURE--
|
|
310 >
|
|
311
|
|
312 <!ELEMENT colgroup - O (col*)
|
|
313 --<Title>(H3)Group of column specifications--
|
|
314 >
|
|
315
|
|
316 <!ELEMENT col - O EMPTY
|
|
317 --<Title>(H3)Column specification in a COLGROUP--
|
|
318 >
|
|
319
|
|
320 <!ELEMENT thead - O (tr+) --<Title>(H3)Table header-- >
|
|
321
|
|
322 <!ELEMENT tfoot - O (tr+)
|
|
323 --<Title>(H3)Table footer: if used, must precede table body--
|
|
324 >
|
|
325
|
|
326 <!ELEMENT tbody O O (tr+)
|
|
327 --<Title>(H3)Table body, implied for all tables but optional--
|
|
328 >
|
|
329
|
|
330 <!ELEMENT tr - O (th* | td*)+ --<Title>(H3)Table row-- >
|
|
331
|
|
332 <!ELEMENT th - O ((%structure;)+ | (%insertions;)* | (%text;)+)+
|
|
333 --<Title>(H3)Table headings and data (cells)--
|
|
334 >
|
|
335
|
|
336 <!ELEMENT td - O ((%structure;)+ | (%insertions;)* | (%text;)+)+ --<Title>td-- >
|
|
337
|
|
338 <!ELEMENT FIG - - (CAPTION? , CREDIT? , OVERLAY* , (IMG | IMAGE |
|
|
339 FIGTEXT)+ , CAPTION? , CREDIT?) -(FIG) --<Title>(H3)Floating figure-- >
|
|
340
|
|
341 <!ELEMENT OVERLAY - O (#PCDATA) --<Title>(H3)Image overlay-- >
|
|
342
|
|
343 <!ELEMENT CREDIT - - ((%text;)+ | (%insertions;)*)+ --<Title>(H3)source of image-- >
|
|
344
|
|
345 <!ELEMENT FIGTEXT - O ((%structure;) | (%insertions;))+
|
|
346 --<Title>(H3)Container for textual figures--
|
|
347 >
|
|
348
|
|
349 <!ELEMENT A - - ((%insertions;)* | (%text;)*)+ -(A)
|
|
350 --<Title>(H1)Hypertext anchor (link)--
|
|
351 >
|
|
352
|
|
353 <!ELEMENT AUTHOR - - ((%text;)+ | (%insertions;)*)+
|
|
354 --<Title>(L)Author of a CITEd document--
|
|
355 >
|
|
356
|
|
357 <!ELEMENT CITE - - ((%text;)+ | (%insertions;)*)+
|
|
358 --<Title>(H1)Citation (book title, product name, etc)--
|
|
359 >
|
|
360
|
|
361 <!ELEMENT DFN - - ((%text;)+ | (%insertions;)*)+
|
|
362 --<Title>(H3)Definition (index term)--
|
|
363 >
|
|
364
|
|
365 <!ELEMENT U - - ((%text;)+ | (%insertions;)*)+
|
|
366 --<Title>(H2)Underlining where possible; WebTV wrongly does a UL here--
|
|
367 >
|
|
368
|
|
369 <!ELEMENT S - - ((%text;)+ | (%insertions;)*)+
|
|
370 --<Title>(H3)Stricken text, reason unspecified--
|
|
371 >
|
|
372
|
|
373 <!ELEMENT STRIKE - - ((%text;)+ | (%insertions;)*)+
|
|
374 --<Title>(N)Alternative form of S--
|
|
375 >
|
|
376
|
|
377 <!ELEMENT BIG - - ((%text;)+ | (%insertions;)*)+
|
|
378 --<Title>(H3)Larger type than the current size--
|
|
379 >
|
|
380
|
|
381 <!ELEMENT SMALL - - ((%text;)+ | (%insertions;)*)+
|
|
382 --<Title>(H3)Smaller type than the current size--
|
|
383 >
|
|
384
|
|
385 <!ELEMENT SUB - - (%text;)+ +(VEC , BAR , DOT , DDOT , HAT , TILDE , T ,
|
|
386 BT , BOX , ABOVE , ROOT , SQRT , ARRAY) --<Title>(H3)Subscript-- >
|
|
387
|
|
388 <!ELEMENT SUP - - (%text;)+ +(VEC , BAR , DOT , DDOT , HAT , TILDE , T ,
|
|
389 BT , BOX , ABOVE , ROOT , SQRT , ARRAY) --<Title>(H3)Superscript-- >
|
|
390
|
|
391 <!ELEMENT Q - - ((%text;)+ | (%insertions;)*)+
|
|
392 --<Title>(3I)Direct speech: browsers should display `quotes' appropriately--
|
|
393 >
|
|
394
|
|
395 <!ELEMENT SPAN - - ((%text;)+ | (%insertions;)*)+ -(SPAN)
|
|
396 --<Title>(H3)Marks a text fragment for analytical reasons--
|
|
397 >
|
|
398
|
|
399 <!ELEMENT AU - - ((%text;)+ | (%insertions;)*)+
|
|
400 --<Title>(H3)Author of a CITEd document--
|
|
401 >
|
|
402
|
|
403 <!ELEMENT PERSON - - ((%text;)+ | (%insertions;)*)+
|
|
404 --<Title>(H3)Personal name for indexing--
|
|
405 >
|
|
406
|
|
407 <!ELEMENT ACRONYM - - ((%text;)+ | (%insertions;)*)+ --<Title>(H3)Acronym-- >
|
|
408
|
|
409 <!ELEMENT ABBREV - - ((%text;)+ | (%insertions;)*)+ --<Title>(H3)Abbreviation-- >
|
|
410
|
|
411 <!ELEMENT ENTITY - - CDATA
|
|
412 --<Title>(P)EXPERIMENTAL SGML entity--
|
|
413 >
|
|
414
|
|
415 <!ELEMENT ELEMENT - - CDATA
|
|
416 --<Title>(P)EXPERIMENTAL SGML element--
|
|
417 >
|
|
418
|
|
419 <!ELEMENT ATTRIB - - CDATA
|
|
420 --<Title>(P)EXPERIMENTAL SGML attribute--
|
|
421 >
|
|
422
|
|
423 <!ELEMENT EM - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Emphasis-- >
|
|
424
|
|
425 <!ELEMENT I - - ((%text;)+ | (%insertions;)*)+
|
|
426 --<Title>(H2)Unspecified italics--
|
|
427 >
|
|
428
|
|
429 <!ELEMENT VAR - - ((%text;)+ | (%insertions;)*)+
|
|
430 --<Title>(H1)Program variable name, filename, etc--
|
|
431 >
|
|
432
|
|
433 <!ELEMENT LANG - - ((%text;)+ | (%insertions;)*)+
|
|
434 --<Title>(H3)Language other than the base language of the document (eg eg :-)--
|
|
435 >
|
|
436
|
|
437 <!ELEMENT INS - - ((%text;)+ | (%insertions;)*)+
|
|
438 --<Title>(H3)Text inserted at the last edit, or text inserted in the opinion of an editor--
|
|
439 >
|
|
440
|
|
441 <!ELEMENT DEL - - ((%text;)+ | (%insertions;)*)+
|
|
442 --<Title>(H3)Text marked for deletion at the last edit, or text deleted by an editor but left on display for review--
|
|
443 >
|
|
444
|
|
445 <!ELEMENT CODE - - ((%text;)+ | (%insertions;)*)+
|
|
446 --<Title>(H1)Program or code fragment--
|
|
447 >
|
|
448
|
|
449 <!ELEMENT KBD - - CDATA
|
|
450 --<Title>(H1)Single keyboard character, keycap, or button--
|
|
451 >
|
|
452
|
|
453 <!ELEMENT SAMP - - ((%text;)+ | (%insertions;)*)+
|
|
454 --<Title>(H1)Inline sample of computer input or response--
|
|
455 >
|
|
456
|
|
457 <!ELEMENT TT - - ((%text;)+ | (%insertions;)*)+ --<Title>(H2)Fixed-width type-- >
|
|
458
|
|
459 <!ELEMENT B - - ((%text;)+ | (%insertions;)*)+ --<Title>(H2)Unspecified bold-- >
|
|
460
|
|
461 <!ELEMENT STRONG - - ((%text;)+ | (%insertions;)*)+ --<Title>(H1)Strong emphasis-- >
|
|
462
|
|
463 <!ELEMENT BLACKFACE - - ((%text;)+ | (%insertions;)*)+
|
|
464 --<Title>(T)Unspecified extra-bold--
|
|
465 >
|
|
466
|
|
467 <!ELEMENT LIMITTEXT - O EMPTY
|
|
468 --<Title>(T) holds fixed-width text--
|
|
469 >
|
|
470
|
|
471 <!ELEMENT NOSMARTQUOTES - - ((%text;)+ | (%insertions;)*)+
|
|
472 --<Title>(T) defeats "smart" quotes--
|
|
473 >
|
|
474
|
|
475 <!ELEMENT SHADOW - - ((%text;)+ | (%insertions;)*)+
|
|
476 --<Title>(T) lights up shadow down and right of content text--
|
|
477 >
|
|
478
|
|
479 <!ELEMENT FONT - - ((%text;)+ | (%insertions;)*)+
|
|
480 --<Title>(M)Make local change to font--
|
|
481 >
|
|
482
|
|
483 <!ELEMENT SPOT - O EMPTY
|
|
484 --<Title>(H3)Start or finish point of a RANGE--
|
|
485 >
|
|
486
|
|
487 <!ELEMENT TAB - O EMPTY
|
|
488 --<Title>(H3)Tab set and tab jump-to-- --was (#PCDATA)--
|
|
489 >
|
|
490
|
|
491 <!ELEMENT MATH - - (%text;)+ -(EM , STRONG , Q , BLINK) +(VEC , BAR ,
|
|
492 DOT , DDOT , HAT , TILDE , T , BT , BOX , ABOVE , BELOW ,
|
|
493 ROOT , SQRT , ARRAY , SUB , SUP , FONT) --<Title>(H3)Mathematics-- >
|
|
494
|
|
495 <!ELEMENT BOX - - ((%formula;) , (LEFT , (%formula;))? , ((OVER | ATOP |
|
|
496 CHOOSE) , (%formula;))? , (RIGHT , (%formula;))?)
|
|
497 --<Title>(H3)Boxes for building fractions--
|
|
498 >
|
|
499
|
|
500 <!ELEMENT ABOVE - - (%formula;) --<Title>(H3)Numerator-- >
|
|
501
|
|
502 <!ELEMENT BELOW - - (%formula;) --<Title>(H3)Denominator-- >
|
|
503
|
|
504 <!ELEMENT OVER - O EMPTY
|
|
505 --<Title>(H3)Separates num from denom in fractions--
|
|
506 >
|
|
507
|
|
508 <!ELEMENT RIGHT - O EMPTY --<Title>(H3)Math RH barrier-- >
|
|
509
|
|
510 <!ELEMENT CHOOSE - O EMPTY --<Title>(H3)Math choose array-- >
|
|
511
|
|
512 <!ELEMENT ATOP - O EMPTY
|
|
513 --<Title>(H3)Separates top from bottom in unlined overposition--
|
|
514 >
|
|
515
|
|
516 <!ELEMENT LEFT - O EMPTY --<Title>(H3)Math LH barrier-- >
|
|
517
|
|
518 <!ELEMENT ARRAY - - (ROW+) --<Title>(h3)LaTeX-like ARRAY-- >
|
|
519
|
|
520 <!ELEMENT ROW - O (ITEM*)
|
|
521 --<Title>(H3)Row in a math array--
|
|
522 >
|
|
523
|
|
524 <!ELEMENT ITEM - O (%formula;)
|
|
525 --<Title>(H3)Math array row item--
|
|
526 >
|
|
527
|
|
528 <!ELEMENT T - - (%formula;) --<Title>(H3)Math typewriter-- >
|
|
529
|
|
530 <!ELEMENT BT - - (%formula;)
|
|
531 --<Title>(H3)Math bold typewriter--
|
|
532 >
|
|
533
|
|
534 <!ELEMENT ROOT - - ((%formula;) , OF , (%formula;)) --<Title>(H3)Math root-- >
|
|
535
|
|
536 <!ELEMENT OF - O EMPTY
|
|
537 --<Title>(H3)Dummy separator in ROOT--
|
|
538 >
|
|
539
|
|
540 <!ELEMENT SQRT - - (%formula;)
|
|
541 --<Title>(H3)Square root (convenience)--
|
|
542 >
|
|
543
|
|
544 <!ELEMENT TILDE - - (%formula;)
|
|
545 --<Title>(H3)Math accents: see TeX--
|
|
546 >
|
|
547
|
|
548 <!ELEMENT HAT - - (%formula;) --<Title>HAT-- >
|
|
549
|
|
550 <!ELEMENT DOT - - (%formula;) --<Title>DOT-- >
|
|
551
|
|
552 <!ELEMENT DDOT - - (%formula;) --<Title>DDOT-- >
|
|
553
|
|
554 <!ELEMENT BAR - - (%formula;) --<Title>BAR-- >
|
|
555
|
|
556 <!ELEMENT VEC - - (%formula;) --<Title>VEC-- >
|
|
557
|
|
558 <!ELEMENT TEXTFLOW - O ((%text;)+ | (%insertions;)*)+
|
|
559 --<Title>(H3)Dummy: accomodates mixed content model in APPLET caused by REs between PARAMs--
|
|
560 >
|
|
561
|
|
562 <!ELEMENT XMP - - CDATA
|
|
563 --<Title>(H1)OBSOLETE: example (of display code), superseded by PRE--
|
|
564 >
|
|
565
|
|
566 <!ELEMENT LISTING - - CDATA
|
|
567 --<Title>(H1)OBSOLETE: listing (lineprinter style), superseded by PRE--
|
|
568 >
|
|
569
|
|
570 <!ELEMENT PLAINTEXT - O ANY
|
|
571 --<Title>(H1)OBSOLETE: no further markup permitted, superseded by PRE--
|
|
572 >
|
|
573
|
|
574 <!ELEMENT COMMENT - - (#PCDATA)
|
|
575 --<Title>(M)SUPERFLUOUS: comment, use normal comment markup instead--
|
|
576 >
|
|
577
|
|
578 <!ATTLIST XTML
|
|
579 --<Title>html_p~1 - Attribute List-000--
|
|
580
|
|
581 id ID #IMPLIED
|
|
582 --<Title>Document-wide unique ID--
|
|
583
|
|
584 class NAMES #IMPLIED
|
|
585 --<Title>Comma-separated list of classes--
|
|
586
|
|
587 style CDATA #IMPLIED
|
|
588 --<Title>Style info for this occurrence only--
|
|
589
|
|
590 title CDATA #IMPLIED
|
|
591 --<Title>Advisory title (rec'd max 64 chars)--
|
|
592
|
|
593 lang NAME #IMPLIED
|
|
594 --<Title>RFC 1766 language value--
|
|
595
|
|
596 dir (ltr , rtl) #IMPLIED
|
|
597 --<Title>Directionality--
|
|
598
|
|
599 noindex (noindex) #IMPLIED
|
|
600 --<Title>Defeats robot indexing--
|
|
601 >
|
|
602
|
|
603 <!ATTLIST HTML
|
|
604 --<Title>html_p~1 - Attribute List-001--
|
|
605
|
|
606 id ID #IMPLIED
|
|
607 --<Title>Document-wide unique ID--
|
|
608
|
|
609 class NAMES #IMPLIED
|
|
610 --<Title>Comma-separated list of classes--
|
|
611
|
|
612 style CDATA #IMPLIED
|
|
613 --<Title>Style info for this occurrence only--
|
|
614
|
|
615 title CDATA #IMPLIED
|
|
616 --<Title>Advisory title (rec'd max 64 chars)--
|
|
617
|
|
618 lang NAME #IMPLIED
|
|
619 --<Title>RFC 1766 language value--
|
|
620
|
|
621 dir (ltr , rtl) #IMPLIED
|
|
622 --<Title>Directionality--
|
|
623
|
|
624 noindex (noindex) #IMPLIED
|
|
625 --<Title>Defeats robot indexing--
|
|
626
|
|
627 VERSION CDATA #FIXED
|
|
628 "+//Silmaril//DTD HTML Pro v0r11 19970101//EN"
|
|
629
|
|
630 --<Title>DTD version--
|
|
631
|
|
632 VER CDATA #IMPLIED
|
|
633 --<Title>(?)Added by dumb editors which don't grok the DOCTYPE--
|
|
634
|
|
635 SDAFORM CDATA #FIXED "Book"
|
|
636 --<Title>SDAFORM--
|
|
637 >
|
|
638
|
|
639 <!ATTLIST HEAD
|
|
640 --<Title>html_p~1 - Attribute List-002--
|
|
641
|
|
642 id ID #IMPLIED
|
|
643 --<Title>Document-wide unique ID--
|
|
644
|
|
645 class NAMES #IMPLIED
|
|
646 --<Title>Comma-separated list of classes--
|
|
647
|
|
648 style CDATA #IMPLIED
|
|
649 --<Title>Style info for this occurrence only--
|
|
650
|
|
651 title CDATA #IMPLIED
|
|
652 --<Title>Advisory title (rec'd max 64 chars)--
|
|
653
|
|
654 lang NAME #IMPLIED
|
|
655 --<Title>RFC 1766 language value--
|
|
656
|
|
657 dir (ltr , rtl) #IMPLIED
|
|
658 --<Title>Directionality--
|
|
659
|
|
660 noindex (noindex) #IMPLIED
|
|
661 --<Title>Defeats robot indexing--
|
|
662 >
|
|
663
|
|
664 <!ATTLIST TITLE
|
|
665 --<Title>html_p~1 - Attribute List-003--
|
|
666
|
|
667 id ID #IMPLIED
|
|
668 --<Title>Document-wide unique ID--
|
|
669
|
|
670 class NAMES #IMPLIED
|
|
671 --<Title>Comma-separated list of classes--
|
|
672
|
|
673 style CDATA #IMPLIED
|
|
674 --<Title>Style info for this occurrence only--
|
|
675
|
|
676 title CDATA #IMPLIED
|
|
677 --<Title>Advisory title (rec'd max 64 chars)--
|
|
678
|
|
679 lang NAME #IMPLIED
|
|
680 --<Title>RFC 1766 language value--
|
|
681
|
|
682 dir (ltr , rtl) #IMPLIED
|
|
683 --<Title>Directionality--
|
|
684
|
|
685 noindex (noindex) #IMPLIED
|
|
686 --<Title>Defeats robot indexing--
|
|
687
|
|
688 SDAFORM CDATA #FIXED "Ti"
|
|
689 --<Title>SDAFORM-002--
|
|
690 >
|
|
691
|
|
692 <!ATTLIST ISINDEX
|
|
693 --<Title>html_p~1 - Attribute List-004--
|
|
694
|
|
695 id ID #IMPLIED
|
|
696 --<Title>Document-wide unique ID--
|
|
697
|
|
698 class NAMES #IMPLIED
|
|
699 --<Title>Comma-separated list of classes--
|
|
700
|
|
701 style CDATA #IMPLIED
|
|
702 --<Title>Style info for this occurrence only--
|
|
703
|
|
704 title CDATA #IMPLIED
|
|
705 --<Title>Advisory title (rec'd max 64 chars)--
|
|
706
|
|
707 lang NAME #IMPLIED
|
|
708 --<Title>RFC 1766 language value--
|
|
709
|
|
710 dir (ltr , rtl) #IMPLIED
|
|
711 --<Title>Directionality--
|
|
712
|
|
713 noindex (noindex) #IMPLIED
|
|
714 --<Title>Defeats robot indexing--
|
|
715
|
|
716 href CDATA #REQUIRED
|
|
717 --<Title>URL for a linked resource. Note some browsers have faulty syntax in omitting HREF--
|
|
718
|
|
719 action CDATA #REQUIRED
|
|
720 --<Title>URL for a server-side handler script--
|
|
721
|
|
722 prompt CDATA #IMPLIED
|
|
723 --<Title>Prompt message--
|
|
724
|
|
725 clear CDATA #IMPLIED
|
|
726 --<Title>(H3) control of text flow--
|
|
727
|
|
728 SDAPREF CDATA #FIXED
|
|
729 "<Para>[Document is a script accepting input.]</Para>"
|
|
730
|
|
731 --<Title>SDAPREF--
|
|
732 >
|
|
733
|
|
734 <!ATTLIST BASE
|
|
735 --<Title>html_p~1 - Attribute List-005--
|
|
736
|
|
737 id ID #IMPLIED
|
|
738 --<Title>Document-wide unique ID--
|
|
739
|
|
740 class NAMES #IMPLIED
|
|
741 --<Title>Comma-separated list of classes--
|
|
742
|
|
743 style CDATA #IMPLIED
|
|
744 --<Title>Style info for this occurrence only--
|
|
745
|
|
746 title CDATA #IMPLIED
|
|
747 --<Title>Advisory title (rec'd max 64 chars)--
|
|
748
|
|
749 lang NAME #IMPLIED
|
|
750 --<Title>RFC 1766 language value--
|
|
751
|
|
752 dir (ltr , rtl) #IMPLIED
|
|
753 --<Title>Directionality--
|
|
754
|
|
755 noindex (noindex) #IMPLIED
|
|
756 --<Title>Defeats robot indexing--
|
|
757
|
|
758 href CDATA #REQUIRED
|
|
759 --<Title>URL of the document's home base--
|
|
760
|
|
761 target CDATA #IMPLIED
|
|
762 --<Title>(N) target window in framing environment--
|
|
763 >
|
|
764
|
|
765 <!ATTLIST META
|
|
766 --<Title>html_p~1 - Attribute List-006--
|
|
767
|
|
768 id ID #IMPLIED
|
|
769 --<Title>Document-wide unique ID--
|
|
770
|
|
771 class NAMES #IMPLIED
|
|
772 --<Title>Comma-separated list of classes--
|
|
773
|
|
774 style CDATA #IMPLIED
|
|
775 --<Title>Style info for this occurrence only--
|
|
776
|
|
777 title CDATA #IMPLIED
|
|
778 --<Title>Advisory title (rec'd max 64 chars)--
|
|
779
|
|
780 lang NAME #IMPLIED
|
|
781 --<Title>RFC 1766 language value--
|
|
782
|
|
783 dir (ltr , rtl) #IMPLIED
|
|
784 --<Title>Directionality--
|
|
785
|
|
786 noindex (noindex) #IMPLIED
|
|
787 --<Title>Defeats robot indexing--
|
|
788
|
|
789 http-equiv NAME #IMPLIED
|
|
790 --<Title>HTTP response header name (RFC1945)--
|
|
791
|
|
792 name NAME #IMPLIED
|
|
793 --<Title>Metainformation name (eg Dublin Core)--
|
|
794
|
|
795 content CDATA #REQUIRED
|
|
796 --<Title>Metainformation itself--
|
|
797 >
|
|
798
|
|
799 <!ATTLIST LINK
|
|
800 --<Title>html_p~1 - Attribute List-007--
|
|
801
|
|
802 id ID #IMPLIED
|
|
803 --<Title>Document-wide unique ID--
|
|
804
|
|
805 class NAMES #IMPLIED
|
|
806 --<Title>Comma-separated list of classes--
|
|
807
|
|
808 style CDATA #IMPLIED
|
|
809 --<Title>Style info for this occurrence only--
|
|
810
|
|
811 title CDATA #IMPLIED
|
|
812 --<Title>Advisory title (rec'd max 64 chars)--
|
|
813
|
|
814 lang NAME #IMPLIED
|
|
815 --<Title>RFC 1766 language value--
|
|
816
|
|
817 dir (ltr , rtl) #IMPLIED
|
|
818 --<Title>Directionality--
|
|
819
|
|
820 noindex (noindex) #IMPLIED
|
|
821 --<Title>Defeats robot indexing--
|
|
822
|
|
823 href CDATA #REQUIRED
|
|
824 --<Title>URL for linked resource--
|
|
825
|
|
826 target CDATA #IMPLIED
|
|
827 --<Title>(N) target window in framing environment--
|
|
828
|
|
829 rel CDATA #IMPLIED
|
|
830 --<Title>Forward link types (the HREF'd doc is these to this doc)--
|
|
831
|
|
832 rev CDATA #IMPLIED
|
|
833 --<Title>Reverse link types (this doc is these to the HREF'd doc)--
|
|
834
|
|
835 type CDATA #IMPLIED
|
|
836 --<Title>Advisory Internet media type--
|
|
837
|
|
838 urn CDATA #IMPLIED
|
|
839 --<Title>URN when available--
|
|
840
|
|
841 SDAPREF CDATA #FIXED
|
|
842 "Linked to: #AttVal (TITLE) (URN) (HREF)>"
|
|
843
|
|
844 --<Title>SDAPREF-002--
|
|
845 >
|
|
846
|
|
847 <!ATTLIST NEXTID
|
|
848 --<Title>html_p~1 - Attribute List-008--
|
|
849
|
|
850 id ID #IMPLIED
|
|
851 --<Title>Document-wide unique ID--
|
|
852
|
|
853 class NAMES #IMPLIED
|
|
854 --<Title>Comma-separated list of classes--
|
|
855
|
|
856 style CDATA #IMPLIED
|
|
857 --<Title>Style info for this occurrence only--
|
|
858
|
|
859 title CDATA #IMPLIED
|
|
860 --<Title>Advisory title (rec'd max 64 chars)--
|
|
861
|
|
862 lang NAME #IMPLIED
|
|
863 --<Title>RFC 1766 language value--
|
|
864
|
|
865 dir (ltr , rtl) #IMPLIED
|
|
866 --<Title>Directionality--
|
|
867
|
|
868 noindex (noindex) #IMPLIED
|
|
869 --<Title>Defeats robot indexing--
|
|
870
|
|
871 N CDATA #REQUIRED
|
|
872 --<Title>Number to pass to editor--
|
|
873 >
|
|
874
|
|
875 <!ATTLIST BGSOUND
|
|
876 --<Title>html_p~1 - Attribute List-009--
|
|
877
|
|
878 id ID #IMPLIED
|
|
879 --<Title>Document-wide unique ID--
|
|
880
|
|
881 class NAMES #IMPLIED
|
|
882 --<Title>Comma-separated list of classes--
|
|
883
|
|
884 style CDATA #IMPLIED
|
|
885 --<Title>Style info for this occurrence only--
|
|
886
|
|
887 title CDATA #IMPLIED
|
|
888 --<Title>Advisory title (rec'd max 64 chars)--
|
|
889
|
|
890 lang NAME #IMPLIED
|
|
891 --<Title>RFC 1766 language value--
|
|
892
|
|
893 dir (ltr , rtl) #IMPLIED
|
|
894 --<Title>Directionality--
|
|
895
|
|
896 noindex (noindex) #IMPLIED
|
|
897 --<Title>Defeats robot indexing--
|
|
898
|
|
899 alt CDATA #IMPLIED
|
|
900 --<Title>For display in place of noise--
|
|
901
|
|
902 SRC CDATA #REQUIRED
|
|
903 --<Title>URL for sound file--
|
|
904
|
|
905 fileformat NOTATION (AU , WAV , SND) #IMPLIED
|
|
906 --<Title>Format of sound file if not implicit--
|
|
907
|
|
908 LOOP (loop) #IMPLIED
|
|
909 --<Title>Loop control information (was NMTOKEN #IMPLIED)--
|
|
910 >
|
|
911
|
|
912 <!ATTLIST SCRIPT
|
|
913 --<Title>html_p~1 - Attribute List-010--
|
|
914
|
|
915 id ID #IMPLIED
|
|
916 --<Title>Document-wide unique ID--
|
|
917
|
|
918 class NAMES #IMPLIED
|
|
919 --<Title>Comma-separated list of classes--
|
|
920
|
|
921 style CDATA #IMPLIED
|
|
922 --<Title>Style info for this occurrence only--
|
|
923
|
|
924 title CDATA #IMPLIED
|
|
925 --<Title>Advisory title (rec'd max 64 chars)--
|
|
926
|
|
927 lang NAME #IMPLIED
|
|
928 --<Title>RFC 1766 language value--
|
|
929
|
|
930 dir (ltr , rtl) #IMPLIED
|
|
931 --<Title>Directionality--
|
|
932
|
|
933 noindex (noindex) #IMPLIED
|
|
934 --<Title>Defeats robot indexing--
|
|
935
|
|
936 align (left , right , center , justify) #IMPLIED
|
|
937 --<Title>Horizontal alignment--
|
|
938
|
|
939 type CDATA #IMPLIED
|
|
940 --<Title>Internet media type for script language--
|
|
941
|
|
942 clear CDATA #IMPLIED
|
|
943 --<Title>(H3) control of text flow--
|
|
944
|
|
945 event CDATA #IMPLIED
|
|
946 --<Title>(L) Undefined--
|
|
947
|
|
948 for CDATA #IMPLIED
|
|
949 --<Title>for--
|
|
950
|
|
951 name CDATA #IMPLIED
|
|
952 --<Title>name--
|
|
953
|
|
954 scriptengine CDATA #IMPLIED
|
|
955 --<Title>scriptengine--
|
|
956
|
|
957 language CDATA #IMPLIED
|
|
958 --<Title>Predefined script language name--
|
|
959
|
|
960 src CDATA #IMPLIED
|
|
961 --<Title>URL for an external script--
|
|
962 >
|
|
963
|
|
964 <!ATTLIST NOSCRIPT
|
|
965 --<Title>html_p~1 - Attribute List-011--
|
|
966
|
|
967 id ID #IMPLIED
|
|
968 --<Title>Document-wide unique ID--
|
|
969
|
|
970 class NAMES #IMPLIED
|
|
971 --<Title>Comma-separated list of classes--
|
|
972
|
|
973 style CDATA #IMPLIED
|
|
974 --<Title>Style info for this occurrence only--
|
|
975
|
|
976 title CDATA #IMPLIED
|
|
977 --<Title>Advisory title (rec'd max 64 chars)--
|
|
978
|
|
979 lang NAME #IMPLIED
|
|
980 --<Title>RFC 1766 language value--
|
|
981
|
|
982 dir (ltr , rtl) #IMPLIED
|
|
983 --<Title>Directionality--
|
|
984
|
|
985 noindex (noindex) #IMPLIED
|
|
986 --<Title>Defeats robot indexing--
|
|
987 >
|
|
988
|
|
989 <!ATTLIST STYLE
|
|
990 --<Title>html_p~1 - Attribute List-012--
|
|
991
|
|
992 id ID #IMPLIED
|
|
993 --<Title>Document-wide unique ID--
|
|
994
|
|
995 class NAMES #IMPLIED
|
|
996 --<Title>Comma-separated list of classes--
|
|
997
|
|
998 style CDATA #IMPLIED
|
|
999 --<Title>Style info for this occurrence only--
|
|
1000
|
|
1001 title CDATA #IMPLIED
|
|
1002 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1003
|
|
1004 lang NAME #IMPLIED
|
|
1005 --<Title>RFC 1766 language value--
|
|
1006
|
|
1007 dir (ltr , rtl) #IMPLIED
|
|
1008 --<Title>Directionality--
|
|
1009
|
|
1010 noindex (noindex) #IMPLIED
|
|
1011 --<Title>Defeats robot indexing--
|
|
1012
|
|
1013 type CDATA #REQUIRED
|
|
1014 --<Title>Internet media type for style notation--
|
|
1015
|
|
1016 notation NOTATION (CSS , DSSSL) #IMPLIED
|
|
1017 --<Title>(L)Undefined in Lynx but must be one of these so far--
|
|
1018 >
|
|
1019
|
|
1020 <!ATTLIST RANGE
|
|
1021 --<Title>html_p~1 - Attribute List-013--
|
|
1022
|
|
1023 id ID #IMPLIED
|
|
1024 --<Title>Document-wide unique ID--
|
|
1025
|
|
1026 class NAMES #IMPLIED
|
|
1027 --<Title>Comma-separated list of classes--
|
|
1028
|
|
1029 style CDATA #IMPLIED
|
|
1030 --<Title>Style info for this occurrence only--
|
|
1031
|
|
1032 title CDATA #IMPLIED
|
|
1033 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1034
|
|
1035 lang NAME #IMPLIED
|
|
1036 --<Title>RFC 1766 language value--
|
|
1037
|
|
1038 dir (ltr , rtl) #IMPLIED
|
|
1039 --<Title>Directionality--
|
|
1040
|
|
1041 noindex (noindex) #IMPLIED
|
|
1042 --<Title>Defeats robot indexing--
|
|
1043
|
|
1044 from IDREF #REQUIRED
|
|
1045 --<Title>SPOT indicating start of marked range--
|
|
1046
|
|
1047 until IDREF #REQUIRED
|
|
1048 --<Title>SPOT indicating end of marked range--
|
|
1049 >
|
|
1050
|
|
1051 <!ATTLIST FRAMESET
|
|
1052 --<Title>html_p~1 - Attribute List-014--
|
|
1053
|
|
1054 id ID #IMPLIED
|
|
1055 --<Title>Document-wide unique ID--
|
|
1056
|
|
1057 class NAMES #IMPLIED
|
|
1058 --<Title>Comma-separated list of classes--
|
|
1059
|
|
1060 style CDATA #IMPLIED
|
|
1061 --<Title>Style info for this occurrence only--
|
|
1062
|
|
1063 title CDATA #IMPLIED
|
|
1064 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1065
|
|
1066 lang NAME #IMPLIED
|
|
1067 --<Title>RFC 1766 language value--
|
|
1068
|
|
1069 dir (ltr , rtl) #IMPLIED
|
|
1070 --<Title>Directionality--
|
|
1071
|
|
1072 noindex (noindex) #IMPLIED
|
|
1073 --<Title>Defeats robot indexing--
|
|
1074
|
|
1075 cols CDATA #IMPLIED
|
|
1076 --<Title>Comma-sep column specs in pixels or %, *=equalize remainder--
|
|
1077
|
|
1078 rows CDATA #IMPLIED
|
|
1079 --<Title>Comma-sep row specs in pixels or %, *=equalize remainder--
|
|
1080
|
|
1081 border NUMBER #IMPLIED
|
|
1082 --<Title>(N) border width in pixels--
|
|
1083
|
|
1084 bordercolor CDATA #IMPLIED
|
|
1085 --<Title>(N) Hex-encoded or Windows colorname--
|
|
1086
|
|
1087 frameborder (YES , NO) "NO"
|
|
1088 --<Title>(N) has the frame a border or not: rules are complex, see Netscape--
|
|
1089
|
|
1090 onLoad CDATA #IMPLIED
|
|
1091 --<Title>Module to execute on loading--
|
|
1092
|
|
1093 onUnload CDATA #IMPLIED
|
|
1094 --<Title>Module to execute on unloading (exiting)--
|
|
1095
|
|
1096 onFocus CDATA #IMPLIED
|
|
1097 --<Title>Module to execute when window gains focus--
|
|
1098
|
|
1099 onBlur CDATA #IMPLIED
|
|
1100 --<Title>Module to execute when window loses focus--
|
|
1101 >
|
|
1102
|
|
1103 <!ATTLIST FRAME
|
|
1104 --<Title>html_p~1 - Attribute List-015--
|
|
1105
|
|
1106 id ID #IMPLIED
|
|
1107 --<Title>Document-wide unique ID--
|
|
1108
|
|
1109 class NAMES #IMPLIED
|
|
1110 --<Title>Comma-separated list of classes--
|
|
1111
|
|
1112 style CDATA #IMPLIED
|
|
1113 --<Title>Style info for this occurrence only--
|
|
1114
|
|
1115 title CDATA #IMPLIED
|
|
1116 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1117
|
|
1118 lang NAME #IMPLIED
|
|
1119 --<Title>RFC 1766 language value--
|
|
1120
|
|
1121 dir (ltr , rtl) #IMPLIED
|
|
1122 --<Title>Directionality--
|
|
1123
|
|
1124 noindex (noindex) #IMPLIED
|
|
1125 --<Title>Defeats robot indexing--
|
|
1126
|
|
1127 marginheight CDATA #IMPLIED
|
|
1128 --<Title>(N) Margin above and below--
|
|
1129
|
|
1130 marginwidth CDATA #IMPLIED
|
|
1131 --<Title>(N) Margin either side--
|
|
1132
|
|
1133 bordercolor CDATA #IMPLIED
|
|
1134 --<Title>(N) Hex-encoded or Windows colorname--
|
|
1135
|
|
1136 frameborder CDATA "NO"
|
|
1137 --<Title>frameborder--
|
|
1138
|
|
1139 name CDATA #IMPLIED
|
|
1140 --<Title>(N) Name to refer to this frame by from <a> links--
|
|
1141
|
|
1142 noresize (noresize) #IMPLIED
|
|
1143 --<Title>(N) Frame cannot be size-dragged--
|
|
1144
|
|
1145 scrolling (yes , no , auto) "auto"
|
|
1146 --<Title>(N) Frame scrolling control--
|
|
1147
|
|
1148 src CDATA #REQUIRED
|
|
1149 --<Title>(N) URL for the document to display--
|
|
1150 >
|
|
1151
|
|
1152 <!ATTLIST NOFRAMES
|
|
1153 --<Title>html_p~1 - Attribute List-016--
|
|
1154
|
|
1155 id ID #IMPLIED
|
|
1156 --<Title>Document-wide unique ID--
|
|
1157
|
|
1158 class NAMES #IMPLIED
|
|
1159 --<Title>Comma-separated list of classes--
|
|
1160
|
|
1161 style CDATA #IMPLIED
|
|
1162 --<Title>Style info for this occurrence only--
|
|
1163
|
|
1164 title CDATA #IMPLIED
|
|
1165 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1166
|
|
1167 lang NAME #IMPLIED
|
|
1168 --<Title>RFC 1766 language value--
|
|
1169
|
|
1170 dir (ltr , rtl) #IMPLIED
|
|
1171 --<Title>Directionality--
|
|
1172
|
|
1173 noindex (noindex) #IMPLIED
|
|
1174 --<Title>Defeats robot indexing--
|
|
1175 >
|
|
1176
|
|
1177 <!ATTLIST BODY
|
|
1178 --<Title>html_p~1 - Attribute List-017--
|
|
1179
|
|
1180 id ID #IMPLIED
|
|
1181 --<Title>Document-wide unique ID--
|
|
1182
|
|
1183 class NAMES #IMPLIED
|
|
1184 --<Title>Comma-separated list of classes--
|
|
1185
|
|
1186 style CDATA #IMPLIED
|
|
1187 --<Title>Style info for this occurrence only--
|
|
1188
|
|
1189 title CDATA #IMPLIED
|
|
1190 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1191
|
|
1192 lang NAME #IMPLIED
|
|
1193 --<Title>RFC 1766 language value--
|
|
1194
|
|
1195 dir (ltr , rtl) #IMPLIED
|
|
1196 --<Title>Directionality--
|
|
1197
|
|
1198 noindex (noindex) #IMPLIED
|
|
1199 --<Title>Defeats robot indexing--
|
|
1200
|
|
1201 background CDATA #IMPLIED
|
|
1202 --<Title>Image to tile for document background--
|
|
1203
|
|
1204 bgcolor CDATA #IMPLIED
|
|
1205 --<Title>#rrggbb color code for document background--
|
|
1206
|
|
1207 text CDATA #IMPLIED
|
|
1208 --<Title>#rrggbb color code for body text--
|
|
1209
|
|
1210 link CDATA #IMPLIED
|
|
1211 --<Title>#rrggbb color code for unvisited <a> links--
|
|
1212
|
|
1213 vlink CDATA #IMPLIED
|
|
1214 --<Title>#rrggbb color code for visited <a> links--
|
|
1215
|
|
1216 alink CDATA #IMPLIED
|
|
1217 --<Title>#rrggbb color code for active <a> link--
|
|
1218
|
|
1219 onLoad CDATA #IMPLIED
|
|
1220 --<Title>Module to execute on loading--
|
|
1221
|
|
1222 onUnload CDATA #IMPLIED
|
|
1223 --<Title>Module to execute on unloading (exiting)--
|
|
1224
|
|
1225 onFocus CDATA #IMPLIED
|
|
1226 --<Title>Module to execute when window gains focus--
|
|
1227
|
|
1228 onBlur CDATA #IMPLIED
|
|
1229 --<Title>Module to execute when window loses focus--
|
|
1230
|
|
1231 topmargin NUMBER #IMPLIED
|
|
1232 --<Title>(?)Forces body to top of screen?--
|
|
1233
|
|
1234 tile (vertical , horizontal , both) "both"
|
|
1235
|
|
1236 --<Title>(P)Controls direction of tiling BACKGROUND image--
|
|
1237
|
|
1238 credits CDATA #IMPLIED
|
|
1239 --<Title>(T) URL of authors, contributors, etc--
|
|
1240
|
|
1241 fontsize (small , medium , large) "medium"
|
|
1242
|
|
1243 --<Title>(T) overrides user-specified body font size--
|
|
1244
|
|
1245 hspace NUMBER "8"
|
|
1246 --<Title>(T) specifies outer LH and RH margins of BODY in pixels--
|
|
1247
|
|
1248 instructions CDATA #IMPLIED
|
|
1249 --<Title>(T) URL for user instructions related to current page--
|
|
1250
|
|
1251 logo CDATA #IMPLIED
|
|
1252 --<Title>(T) URL for thumbnail for index entries of current page--
|
|
1253
|
|
1254 nohtilebg (nohtilebg) #IMPLIED
|
|
1255 --<Title>(T) defeats horizontal tiling of background image--
|
|
1256
|
|
1257 novtilebg (novtilebg) #IMPLIED
|
|
1258 --<Title>(T) defeats vertical tiling of background image--
|
|
1259
|
|
1260 vspace NUMBER "6"
|
|
1261 --<Title>(T) specifies top and bottom margins of BODY in pixels--
|
|
1262
|
|
1263 xspeed NUMBER "0"
|
|
1264 --<Title>(T) horizontal scroll speed for scrolled background image--
|
|
1265
|
|
1266 yspeed NUMBER "0"
|
|
1267 --<Title>(T) vertical scroll speed for scrolled background image--
|
|
1268 >
|
|
1269
|
|
1270 <!ATTLIST BANNER
|
|
1271 --<Title>html_p~1 - Attribute List-018--
|
|
1272
|
|
1273 id ID #IMPLIED
|
|
1274 --<Title>Document-wide unique ID--
|
|
1275
|
|
1276 class NAMES #IMPLIED
|
|
1277 --<Title>Comma-separated list of classes--
|
|
1278
|
|
1279 style CDATA #IMPLIED
|
|
1280 --<Title>Style info for this occurrence only--
|
|
1281
|
|
1282 title CDATA #IMPLIED
|
|
1283 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1284
|
|
1285 lang NAME #IMPLIED
|
|
1286 --<Title>RFC 1766 language value--
|
|
1287
|
|
1288 dir (ltr , rtl) #IMPLIED
|
|
1289 --<Title>Directionality--
|
|
1290
|
|
1291 noindex (noindex) #IMPLIED
|
|
1292 --<Title>Defeats robot indexing--
|
|
1293
|
|
1294 clear CDATA #IMPLIED
|
|
1295 --<Title>(H3) control of text flow--
|
|
1296 >
|
|
1297
|
|
1298 <!ATTLIST BODYTEXT
|
|
1299 --<Title>html_p~1 - Attribute List-019--
|
|
1300
|
|
1301 id ID #IMPLIED
|
|
1302 --<Title>Document-wide unique ID--
|
|
1303
|
|
1304 class NAMES #IMPLIED
|
|
1305 --<Title>Comma-separated list of classes--
|
|
1306
|
|
1307 style CDATA #IMPLIED
|
|
1308 --<Title>Style info for this occurrence only--
|
|
1309
|
|
1310 title CDATA #IMPLIED
|
|
1311 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1312
|
|
1313 lang NAME #IMPLIED
|
|
1314 --<Title>RFC 1766 language value--
|
|
1315
|
|
1316 dir (ltr , rtl) #IMPLIED
|
|
1317 --<Title>Directionality--
|
|
1318
|
|
1319 noindex (noindex) #IMPLIED
|
|
1320 --<Title>Defeats robot indexing--
|
|
1321
|
|
1322 clear CDATA #IMPLIED
|
|
1323 --<Title>(H3) control of text flow--
|
|
1324
|
|
1325 data CDATA #IMPLIED
|
|
1326 --<Title>(L) reference to object's data--
|
|
1327
|
|
1328 name CDATA #IMPLIED
|
|
1329 --<Title>(L) name for image--
|
|
1330
|
|
1331 ref CDATA #IMPLIED
|
|
1332 --<Title>(L) Undocumented--
|
|
1333
|
|
1334 object CDATA #IMPLIED
|
|
1335 --<Title>object--
|
|
1336
|
|
1337 value CDATA #IMPLIED
|
|
1338 --<Title>property value--
|
|
1339
|
|
1340 valuetype (DATA , REF , OBJECT) "DATA"
|
|
1341
|
|
1342 --<Title>How to interpret value--
|
|
1343
|
|
1344 type CDATA #IMPLIED
|
|
1345 --<Title>Internet media type--
|
|
1346 >
|
|
1347
|
|
1348 <!ATTLIST BDO
|
|
1349 --<Title>html_p~1 - Attribute List-020--
|
|
1350
|
|
1351 id ID #IMPLIED
|
|
1352 --<Title>Document-wide unique ID--
|
|
1353
|
|
1354 class NAMES #IMPLIED
|
|
1355 --<Title>Comma-separated list of classes--
|
|
1356
|
|
1357 style CDATA #IMPLIED
|
|
1358 --<Title>Style info for this occurrence only--
|
|
1359
|
|
1360 title CDATA #IMPLIED
|
|
1361 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1362
|
|
1363 lang NAME #IMPLIED
|
|
1364 --<Title>RFC 1766 language value--
|
|
1365
|
|
1366 dir (ltr , rtl) #IMPLIED
|
|
1367 --<Title>Directionality--
|
|
1368
|
|
1369 noindex (noindex) #IMPLIED
|
|
1370 --<Title>Defeats robot indexing--
|
|
1371
|
|
1372 clear CDATA #IMPLIED
|
|
1373 --<Title>(I) control of text flow--
|
|
1374 >
|
|
1375
|
|
1376 <!ATTLIST DIV
|
|
1377 --<Title>html_p~1 - Attribute List-021--
|
|
1378
|
|
1379 id ID #IMPLIED
|
|
1380 --<Title>Document-wide unique ID--
|
|
1381
|
|
1382 class NAMES #IMPLIED
|
|
1383 --<Title>Comma-separated list of classes--
|
|
1384
|
|
1385 style CDATA #IMPLIED
|
|
1386 --<Title>Style info for this occurrence only--
|
|
1387
|
|
1388 title CDATA #IMPLIED
|
|
1389 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1390
|
|
1391 lang NAME #IMPLIED
|
|
1392 --<Title>RFC 1766 language value--
|
|
1393
|
|
1394 dir (ltr , rtl) #IMPLIED
|
|
1395 --<Title>Directionality--
|
|
1396
|
|
1397 noindex (noindex) #IMPLIED
|
|
1398 --<Title>Defeats robot indexing--
|
|
1399
|
|
1400 align (left , right , center , justify) #IMPLIED
|
|
1401 --<Title>Horizontal alignment--
|
|
1402
|
|
1403 clear CDATA #IMPLIED
|
|
1404 --<Title>(H3)control of text flow--
|
|
1405 >
|
|
1406
|
|
1407 <!ATTLIST H1
|
|
1408 --<Title>html_p~1 - Attribute List-022--
|
|
1409
|
|
1410 id ID #IMPLIED
|
|
1411 --<Title>Document-wide unique ID--
|
|
1412
|
|
1413 class NAMES #IMPLIED
|
|
1414 --<Title>Comma-separated list of classes--
|
|
1415
|
|
1416 style CDATA #IMPLIED
|
|
1417 --<Title>Style info for this occurrence only--
|
|
1418
|
|
1419 title CDATA #IMPLIED
|
|
1420 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1421
|
|
1422 lang NAME #IMPLIED
|
|
1423 --<Title>RFC 1766 language value--
|
|
1424
|
|
1425 dir (ltr , rtl) #IMPLIED
|
|
1426 --<Title>Directionality--
|
|
1427
|
|
1428 noindex (noindex) #IMPLIED
|
|
1429 --<Title>Defeats robot indexing--
|
|
1430
|
|
1431 align (left , right , center , justify) #IMPLIED
|
|
1432 --<Title>Horizontal alignment--
|
|
1433
|
|
1434 clear CDATA #IMPLIED
|
|
1435 --<Title>(H3) control of text flow--
|
|
1436
|
|
1437 dingbat ENTITY #IMPLIED
|
|
1438 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1439
|
|
1440 md CDATA #IMPLIED
|
|
1441 --<Title>message digest for linked object--
|
|
1442
|
|
1443 nowrap (nowrap) #IMPLIED
|
|
1444 --<Title>(N) don't wrap words--
|
|
1445
|
|
1446 seqnum NUMBER #IMPLIED
|
|
1447 --<Title>Starting sequence number--
|
|
1448
|
|
1449 skip NUMBER "0"
|
|
1450 --<Title>skip seq nums for missing items--
|
|
1451
|
|
1452 src CDATA #IMPLIED
|
|
1453 --<Title>URI for bullet icon--
|
|
1454
|
|
1455 SDAFORM CDATA #FIXED "H1"
|
|
1456 --<Title>SDAFORM-003--
|
|
1457 >
|
|
1458
|
|
1459 <!ATTLIST H2
|
|
1460 --<Title>html_p~1 - Attribute List-023--
|
|
1461
|
|
1462 id ID #IMPLIED
|
|
1463 --<Title>Document-wide unique ID--
|
|
1464
|
|
1465 class NAMES #IMPLIED
|
|
1466 --<Title>Comma-separated list of classes--
|
|
1467
|
|
1468 style CDATA #IMPLIED
|
|
1469 --<Title>Style info for this occurrence only--
|
|
1470
|
|
1471 title CDATA #IMPLIED
|
|
1472 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1473
|
|
1474 lang NAME #IMPLIED
|
|
1475 --<Title>RFC 1766 language value--
|
|
1476
|
|
1477 dir (ltr , rtl) #IMPLIED
|
|
1478 --<Title>Directionality--
|
|
1479
|
|
1480 noindex (noindex) #IMPLIED
|
|
1481 --<Title>Defeats robot indexing--
|
|
1482
|
|
1483 align (left , right , center , justify) #IMPLIED
|
|
1484 --<Title>Horizontal alignment--
|
|
1485
|
|
1486 clear CDATA #IMPLIED
|
|
1487 --<Title>(H3) control of text flow--
|
|
1488
|
|
1489 dingbat ENTITY #IMPLIED
|
|
1490 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1491
|
|
1492 md CDATA #IMPLIED
|
|
1493 --<Title>message digest for linked object--
|
|
1494
|
|
1495 nowrap (nowrap) #IMPLIED
|
|
1496 --<Title>(N) don't wrap words--
|
|
1497
|
|
1498 seqnum NUMBER #IMPLIED
|
|
1499 --<Title>Starting sequence number--
|
|
1500
|
|
1501 skip NUMBER "0"
|
|
1502 --<Title>skip seq nums for missing items--
|
|
1503
|
|
1504 src CDATA #IMPLIED
|
|
1505 --<Title>URI for bullet icon--
|
|
1506
|
|
1507 SDAFORM CDATA #FIXED "H2"
|
|
1508 --<Title>SDAFORM-004--
|
|
1509 >
|
|
1510
|
|
1511 <!ATTLIST H3
|
|
1512 --<Title>html_p~1 - Attribute List-024--
|
|
1513
|
|
1514 id ID #IMPLIED
|
|
1515 --<Title>Document-wide unique ID--
|
|
1516
|
|
1517 class NAMES #IMPLIED
|
|
1518 --<Title>Comma-separated list of classes--
|
|
1519
|
|
1520 style CDATA #IMPLIED
|
|
1521 --<Title>Style info for this occurrence only--
|
|
1522
|
|
1523 title CDATA #IMPLIED
|
|
1524 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1525
|
|
1526 lang NAME #IMPLIED
|
|
1527 --<Title>RFC 1766 language value--
|
|
1528
|
|
1529 dir (ltr , rtl) #IMPLIED
|
|
1530 --<Title>Directionality--
|
|
1531
|
|
1532 noindex (noindex) #IMPLIED
|
|
1533 --<Title>Defeats robot indexing--
|
|
1534
|
|
1535 align (left , right , center , justify) #IMPLIED
|
|
1536 --<Title>Horizontal alignment--
|
|
1537
|
|
1538 clear CDATA #IMPLIED
|
|
1539 --<Title>(H3) control of text flow--
|
|
1540
|
|
1541 dingbat ENTITY #IMPLIED
|
|
1542 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1543
|
|
1544 md CDATA #IMPLIED
|
|
1545 --<Title>message digest for linked object--
|
|
1546
|
|
1547 nowrap (nowrap) #IMPLIED
|
|
1548 --<Title>(N) don't wrap words--
|
|
1549
|
|
1550 seqnum NUMBER #IMPLIED
|
|
1551 --<Title>Starting sequence number--
|
|
1552
|
|
1553 skip NUMBER "0"
|
|
1554 --<Title>skip seq nums for missing items--
|
|
1555
|
|
1556 src CDATA #IMPLIED
|
|
1557 --<Title>URI for bullet icon--
|
|
1558
|
|
1559 SDAFORM CDATA #FIXED "H3"
|
|
1560 --<Title>SDAFORM-005--
|
|
1561 >
|
|
1562
|
|
1563 <!ATTLIST H4
|
|
1564 --<Title>html_p~1 - Attribute List-025--
|
|
1565
|
|
1566 id ID #IMPLIED
|
|
1567 --<Title>Document-wide unique ID--
|
|
1568
|
|
1569 class NAMES #IMPLIED
|
|
1570 --<Title>Comma-separated list of classes--
|
|
1571
|
|
1572 style CDATA #IMPLIED
|
|
1573 --<Title>Style info for this occurrence only--
|
|
1574
|
|
1575 title CDATA #IMPLIED
|
|
1576 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1577
|
|
1578 lang NAME #IMPLIED
|
|
1579 --<Title>RFC 1766 language value--
|
|
1580
|
|
1581 dir (ltr , rtl) #IMPLIED
|
|
1582 --<Title>Directionality--
|
|
1583
|
|
1584 noindex (noindex) #IMPLIED
|
|
1585 --<Title>Defeats robot indexing--
|
|
1586
|
|
1587 align (left , right , center , justify) #IMPLIED
|
|
1588 --<Title>Horizontal alignment--
|
|
1589
|
|
1590 clear CDATA #IMPLIED
|
|
1591 --<Title>(H3) control of text flow--
|
|
1592
|
|
1593 dingbat ENTITY #IMPLIED
|
|
1594 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1595
|
|
1596 md CDATA #IMPLIED
|
|
1597 --<Title>message digest for linked object--
|
|
1598
|
|
1599 nowrap (nowrap) #IMPLIED
|
|
1600 --<Title>(N) don't wrap words--
|
|
1601
|
|
1602 seqnum NUMBER #IMPLIED
|
|
1603 --<Title>Starting sequence number--
|
|
1604
|
|
1605 skip NUMBER "0"
|
|
1606 --<Title>skip seq nums for missing items--
|
|
1607
|
|
1608 src CDATA #IMPLIED
|
|
1609 --<Title>URI for bullet icon--
|
|
1610
|
|
1611 SDAFORM CDATA #FIXED "H4"
|
|
1612 --<Title>SDAFORM-006--
|
|
1613 >
|
|
1614
|
|
1615 <!ATTLIST H5
|
|
1616 --<Title>html_p~1 - Attribute List-026--
|
|
1617
|
|
1618 id ID #IMPLIED
|
|
1619 --<Title>Document-wide unique ID--
|
|
1620
|
|
1621 class NAMES #IMPLIED
|
|
1622 --<Title>Comma-separated list of classes--
|
|
1623
|
|
1624 style CDATA #IMPLIED
|
|
1625 --<Title>Style info for this occurrence only--
|
|
1626
|
|
1627 title CDATA #IMPLIED
|
|
1628 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1629
|
|
1630 lang NAME #IMPLIED
|
|
1631 --<Title>RFC 1766 language value--
|
|
1632
|
|
1633 dir (ltr , rtl) #IMPLIED
|
|
1634 --<Title>Directionality--
|
|
1635
|
|
1636 noindex (noindex) #IMPLIED
|
|
1637 --<Title>Defeats robot indexing--
|
|
1638
|
|
1639 align (left , right , center , justify) #IMPLIED
|
|
1640 --<Title>Horizontal alignment--
|
|
1641
|
|
1642 clear CDATA #IMPLIED
|
|
1643 --<Title>(H3) control of text flow--
|
|
1644
|
|
1645 dingbat ENTITY #IMPLIED
|
|
1646 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1647
|
|
1648 md CDATA #IMPLIED
|
|
1649 --<Title>message digest for linked object--
|
|
1650
|
|
1651 nowrap (nowrap) #IMPLIED
|
|
1652 --<Title>(N) don't wrap words--
|
|
1653
|
|
1654 seqnum NUMBER #IMPLIED
|
|
1655 --<Title>Starting sequence number--
|
|
1656
|
|
1657 skip NUMBER "0"
|
|
1658 --<Title>skip seq nums for missing items--
|
|
1659
|
|
1660 src CDATA #IMPLIED
|
|
1661 --<Title>URI for bullet icon--
|
|
1662
|
|
1663 SDAFORM CDATA #FIXED "H5"
|
|
1664 --<Title>SDAFORM-007--
|
|
1665 >
|
|
1666
|
|
1667 <!ATTLIST H6
|
|
1668 --<Title>html_p~1 - Attribute List-027--
|
|
1669
|
|
1670 id ID #IMPLIED
|
|
1671 --<Title>Document-wide unique ID--
|
|
1672
|
|
1673 class NAMES #IMPLIED
|
|
1674 --<Title>Comma-separated list of classes--
|
|
1675
|
|
1676 style CDATA #IMPLIED
|
|
1677 --<Title>Style info for this occurrence only--
|
|
1678
|
|
1679 title CDATA #IMPLIED
|
|
1680 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1681
|
|
1682 lang NAME #IMPLIED
|
|
1683 --<Title>RFC 1766 language value--
|
|
1684
|
|
1685 dir (ltr , rtl) #IMPLIED
|
|
1686 --<Title>Directionality--
|
|
1687
|
|
1688 noindex (noindex) #IMPLIED
|
|
1689 --<Title>Defeats robot indexing--
|
|
1690
|
|
1691 align (left , right , center , justify) #IMPLIED
|
|
1692 --<Title>Horizontal alignment--
|
|
1693
|
|
1694 clear CDATA #IMPLIED
|
|
1695 --<Title>(H3) control of text flow--
|
|
1696
|
|
1697 dingbat ENTITY #IMPLIED
|
|
1698 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
1699
|
|
1700 md CDATA #IMPLIED
|
|
1701 --<Title>message digest for linked object--
|
|
1702
|
|
1703 nowrap (nowrap) #IMPLIED
|
|
1704 --<Title>(N) don't wrap words--
|
|
1705
|
|
1706 seqnum NUMBER #IMPLIED
|
|
1707 --<Title>Starting sequence number--
|
|
1708
|
|
1709 skip NUMBER "0"
|
|
1710 --<Title>skip seq nums for missing items--
|
|
1711
|
|
1712 src CDATA #IMPLIED
|
|
1713 --<Title>URI for bullet icon--
|
|
1714
|
|
1715 SDAFORM CDATA #FIXED "H6"
|
|
1716 --<Title>SDAFORM-008--
|
|
1717 >
|
|
1718
|
|
1719 <!ATTLIST P
|
|
1720 --<Title>html_p~1 - Attribute List-028--
|
|
1721
|
|
1722 id ID #IMPLIED
|
|
1723 --<Title>Document-wide unique ID--
|
|
1724
|
|
1725 class NAMES #IMPLIED
|
|
1726 --<Title>Comma-separated list of classes--
|
|
1727
|
|
1728 style CDATA #IMPLIED
|
|
1729 --<Title>Style info for this occurrence only--
|
|
1730
|
|
1731 title CDATA #IMPLIED
|
|
1732 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1733
|
|
1734 lang NAME #IMPLIED
|
|
1735 --<Title>RFC 1766 language value--
|
|
1736
|
|
1737 dir (ltr , rtl) #IMPLIED
|
|
1738 --<Title>Directionality--
|
|
1739
|
|
1740 noindex (noindex) #IMPLIED
|
|
1741 --<Title>Defeats robot indexing--
|
|
1742
|
|
1743 align (left , right , center , justify) #IMPLIED
|
|
1744 --<Title>Horizontal alignment--
|
|
1745
|
|
1746 clear CDATA #IMPLIED
|
|
1747 --<Title>(H3) control of text flow--
|
|
1748
|
|
1749 nowrap (nowrap) #IMPLIED
|
|
1750 --<Title>(N) don't wrap words--
|
|
1751
|
|
1752 SDAFORM CDATA #FIXED "Para"
|
|
1753 --<Title>SDAFORM-009--
|
|
1754 >
|
|
1755
|
|
1756 <!ATTLIST MULTICOL
|
|
1757 --<Title>html_p~1 - Attribute List-029--
|
|
1758
|
|
1759 id ID #IMPLIED
|
|
1760 --<Title>Document-wide unique ID--
|
|
1761
|
|
1762 class NAMES #IMPLIED
|
|
1763 --<Title>Comma-separated list of classes--
|
|
1764
|
|
1765 style CDATA #IMPLIED
|
|
1766 --<Title>Style info for this occurrence only--
|
|
1767
|
|
1768 title CDATA #IMPLIED
|
|
1769 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1770
|
|
1771 lang NAME #IMPLIED
|
|
1772 --<Title>RFC 1766 language value--
|
|
1773
|
|
1774 dir (ltr , rtl) #IMPLIED
|
|
1775 --<Title>Directionality--
|
|
1776
|
|
1777 noindex (noindex) #IMPLIED
|
|
1778 --<Title>Defeats robot indexing--
|
|
1779
|
|
1780 cols NUMBER #REQUIRED
|
|
1781 --<Title>Number of columns--
|
|
1782
|
|
1783 width NUMBER #IMPLIED
|
|
1784 --<Title>Column width in pixels, default calculated--
|
|
1785
|
|
1786 clear CDATA #IMPLIED
|
|
1787 --<Title>(H3) control of text flow--
|
|
1788
|
|
1789 gutter NUMBER #IMPLIED
|
|
1790 --<Title>Space between columns in pixels, default 10--
|
|
1791 >
|
|
1792
|
|
1793 <!ATTLIST NOBR
|
|
1794 --<Title>html_p~1 - Attribute List-030--
|
|
1795
|
|
1796 id ID #IMPLIED
|
|
1797 --<Title>Document-wide unique ID--
|
|
1798
|
|
1799 class NAMES #IMPLIED
|
|
1800 --<Title>Comma-separated list of classes--
|
|
1801
|
|
1802 style CDATA #IMPLIED
|
|
1803 --<Title>Style info for this occurrence only--
|
|
1804
|
|
1805 title CDATA #IMPLIED
|
|
1806 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1807
|
|
1808 lang NAME #IMPLIED
|
|
1809 --<Title>RFC 1766 language value--
|
|
1810
|
|
1811 dir (ltr , rtl) #IMPLIED
|
|
1812 --<Title>Directionality--
|
|
1813
|
|
1814 noindex (noindex) #IMPLIED
|
|
1815 --<Title>Defeats robot indexing--
|
|
1816
|
|
1817 clear CDATA #IMPLIED
|
|
1818 --<Title>(H3) control of text flow--
|
|
1819 >
|
|
1820
|
|
1821 <!ATTLIST WBR
|
|
1822 --<Title>html_p~1 - Attribute List-031--
|
|
1823
|
|
1824 id ID #IMPLIED
|
|
1825 --<Title>Document-wide unique ID--
|
|
1826
|
|
1827 class NAMES #IMPLIED
|
|
1828 --<Title>Comma-separated list of classes--
|
|
1829
|
|
1830 style CDATA #IMPLIED
|
|
1831 --<Title>Style info for this occurrence only--
|
|
1832
|
|
1833 title CDATA #IMPLIED
|
|
1834 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1835
|
|
1836 lang NAME #IMPLIED
|
|
1837 --<Title>RFC 1766 language value--
|
|
1838
|
|
1839 dir (ltr , rtl) #IMPLIED
|
|
1840 --<Title>Directionality--
|
|
1841
|
|
1842 noindex (noindex) #IMPLIED
|
|
1843 --<Title>Defeats robot indexing--
|
|
1844 >
|
|
1845
|
|
1846 <!ATTLIST PRE
|
|
1847 --<Title>html_p~1 - Attribute List-032--
|
|
1848
|
|
1849 id ID #IMPLIED
|
|
1850 --<Title>Document-wide unique ID--
|
|
1851
|
|
1852 class NAMES #IMPLIED
|
|
1853 --<Title>Comma-separated list of classes--
|
|
1854
|
|
1855 style CDATA #IMPLIED
|
|
1856 --<Title>Style info for this occurrence only--
|
|
1857
|
|
1858 title CDATA #IMPLIED
|
|
1859 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1860
|
|
1861 lang NAME #IMPLIED
|
|
1862 --<Title>RFC 1766 language value--
|
|
1863
|
|
1864 dir (ltr , rtl) #IMPLIED
|
|
1865 --<Title>Directionality--
|
|
1866
|
|
1867 noindex (noindex) #IMPLIED
|
|
1868 --<Title>Defeats robot indexing--
|
|
1869
|
|
1870 width NUMBER #IMPLIED
|
|
1871 --<Title>Recommended maximum width in fixed-width characters--
|
|
1872
|
|
1873 clear CDATA #IMPLIED
|
|
1874 --<Title>(H3) control of text flow--
|
|
1875
|
|
1876 SDAFORM CDATA #FIXED "Lit"
|
|
1877 --<Title>SDAFORM-010--
|
|
1878 >
|
|
1879
|
|
1880 <!ATTLIST BLOCKQUOTE
|
|
1881 --<Title>html_p~1 - Attribute List-033--
|
|
1882
|
|
1883 id ID #IMPLIED
|
|
1884 --<Title>Document-wide unique ID--
|
|
1885
|
|
1886 class NAMES #IMPLIED
|
|
1887 --<Title>Comma-separated list of classes--
|
|
1888
|
|
1889 style CDATA #IMPLIED
|
|
1890 --<Title>Style info for this occurrence only--
|
|
1891
|
|
1892 title CDATA #IMPLIED
|
|
1893 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1894
|
|
1895 lang NAME #IMPLIED
|
|
1896 --<Title>RFC 1766 language value--
|
|
1897
|
|
1898 dir (ltr , rtl) #IMPLIED
|
|
1899 --<Title>Directionality--
|
|
1900
|
|
1901 noindex (noindex) #IMPLIED
|
|
1902 --<Title>Defeats robot indexing--
|
|
1903
|
|
1904 clear CDATA #IMPLIED
|
|
1905 --<Title>(H3) control of text flow--
|
|
1906
|
|
1907 nowrap (nowrap) #IMPLIED
|
|
1908 --<Title>(N) don't wrap words--
|
|
1909
|
|
1910 SDAFORM CDATA #FIXED "BQ"
|
|
1911 --<Title>SDAFORM-011--
|
|
1912 >
|
|
1913
|
|
1914 <!ATTLIST BQ
|
|
1915 --<Title>html_p~1 - Attribute List-034--
|
|
1916
|
|
1917 id ID #IMPLIED
|
|
1918 --<Title>Document-wide unique ID--
|
|
1919
|
|
1920 class NAMES #IMPLIED
|
|
1921 --<Title>Comma-separated list of classes--
|
|
1922
|
|
1923 style CDATA #IMPLIED
|
|
1924 --<Title>Style info for this occurrence only--
|
|
1925
|
|
1926 title CDATA #IMPLIED
|
|
1927 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1928
|
|
1929 lang NAME #IMPLIED
|
|
1930 --<Title>RFC 1766 language value--
|
|
1931
|
|
1932 dir (ltr , rtl) #IMPLIED
|
|
1933 --<Title>Directionality--
|
|
1934
|
|
1935 noindex (noindex) #IMPLIED
|
|
1936 --<Title>Defeats robot indexing--
|
|
1937
|
|
1938 clear CDATA #IMPLIED
|
|
1939 --<Title>(H3) control of text flow--
|
|
1940
|
|
1941 nowrap (nowrap) #IMPLIED
|
|
1942 --<Title>(N) don't wrap words--
|
|
1943
|
|
1944 SDAFORM CDATA #FIXED "BQ"
|
|
1945 --<Title>SDAFORM-012--
|
|
1946 >
|
|
1947
|
|
1948 <!ATTLIST DL
|
|
1949 --<Title>html_p~1 - Attribute List-035--
|
|
1950
|
|
1951 id ID #IMPLIED
|
|
1952 --<Title>Document-wide unique ID--
|
|
1953
|
|
1954 class NAMES #IMPLIED
|
|
1955 --<Title>Comma-separated list of classes--
|
|
1956
|
|
1957 style CDATA #IMPLIED
|
|
1958 --<Title>Style info for this occurrence only--
|
|
1959
|
|
1960 title CDATA #IMPLIED
|
|
1961 --<Title>Advisory title (rec'd max 64 chars)--
|
|
1962
|
|
1963 lang NAME #IMPLIED
|
|
1964 --<Title>RFC 1766 language value--
|
|
1965
|
|
1966 dir (ltr , rtl) #IMPLIED
|
|
1967 --<Title>Directionality--
|
|
1968
|
|
1969 noindex (noindex) #IMPLIED
|
|
1970 --<Title>Defeats robot indexing--
|
|
1971
|
|
1972 compact (compact) #IMPLIED
|
|
1973 --<Title>Reduced interitem spacing--
|
|
1974
|
|
1975 clear CDATA #IMPLIED
|
|
1976 --<Title>(H3) control of text flow--
|
|
1977
|
|
1978 SDAFORM CDATA #FIXED "List"
|
|
1979 --<Title>SDAFORM-013--
|
|
1980
|
|
1981 SDAPREF CDATA #FIXED "Definition List:"
|
|
1982
|
|
1983 --<Title>SDAPREF-003--
|
|
1984 >
|
|
1985
|
|
1986 <!ATTLIST DT
|
|
1987 --<Title>html_p~1 - Attribute List-036--
|
|
1988
|
|
1989 id ID #IMPLIED
|
|
1990 --<Title>Document-wide unique ID--
|
|
1991
|
|
1992 class NAMES #IMPLIED
|
|
1993 --<Title>Comma-separated list of classes--
|
|
1994
|
|
1995 style CDATA #IMPLIED
|
|
1996 --<Title>Style info for this occurrence only--
|
|
1997
|
|
1998 title CDATA #IMPLIED
|
|
1999 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2000
|
|
2001 lang NAME #IMPLIED
|
|
2002 --<Title>RFC 1766 language value--
|
|
2003
|
|
2004 dir (ltr , rtl) #IMPLIED
|
|
2005 --<Title>Directionality--
|
|
2006
|
|
2007 noindex (noindex) #IMPLIED
|
|
2008 --<Title>Defeats robot indexing--
|
|
2009
|
|
2010 clear CDATA #IMPLIED
|
|
2011 --<Title>(H3) control of text flow--
|
|
2012
|
|
2013 SDAFORM CDATA #FIXED "Term"
|
|
2014 --<Title>SDAFORM-014--
|
|
2015 >
|
|
2016
|
|
2017 <!ATTLIST DD
|
|
2018 --<Title>html_p~1 - Attribute List-037--
|
|
2019
|
|
2020 id ID #IMPLIED
|
|
2021 --<Title>Document-wide unique ID--
|
|
2022
|
|
2023 class NAMES #IMPLIED
|
|
2024 --<Title>Comma-separated list of classes--
|
|
2025
|
|
2026 style CDATA #IMPLIED
|
|
2027 --<Title>Style info for this occurrence only--
|
|
2028
|
|
2029 title CDATA #IMPLIED
|
|
2030 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2031
|
|
2032 lang NAME #IMPLIED
|
|
2033 --<Title>RFC 1766 language value--
|
|
2034
|
|
2035 dir (ltr , rtl) #IMPLIED
|
|
2036 --<Title>Directionality--
|
|
2037
|
|
2038 noindex (noindex) #IMPLIED
|
|
2039 --<Title>Defeats robot indexing--
|
|
2040
|
|
2041 clear CDATA #IMPLIED
|
|
2042 --<Title>(H3) control of text flow--
|
|
2043
|
|
2044 SDAFORM CDATA #FIXED "LItem"
|
|
2045 --<Title>SDAFORM-015--
|
|
2046 >
|
|
2047
|
|
2048 <!ATTLIST OL
|
|
2049 --<Title>html_p~1 - Attribute List-038--
|
|
2050
|
|
2051 id ID #IMPLIED
|
|
2052 --<Title>Document-wide unique ID--
|
|
2053
|
|
2054 class NAMES #IMPLIED
|
|
2055 --<Title>Comma-separated list of classes--
|
|
2056
|
|
2057 style CDATA #IMPLIED
|
|
2058 --<Title>Style info for this occurrence only--
|
|
2059
|
|
2060 title CDATA #IMPLIED
|
|
2061 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2062
|
|
2063 lang NAME #IMPLIED
|
|
2064 --<Title>RFC 1766 language value--
|
|
2065
|
|
2066 dir (ltr , rtl) #IMPLIED
|
|
2067 --<Title>Directionality--
|
|
2068
|
|
2069 noindex (noindex) #IMPLIED
|
|
2070 --<Title>Defeats robot indexing--
|
|
2071
|
|
2072 clear CDATA #IMPLIED
|
|
2073 --<Title>(H3) control of text flow--
|
|
2074
|
|
2075 seqnum NUMBER #IMPLIED
|
|
2076 --<Title>Starting sequence number--
|
|
2077
|
|
2078 type CDATA #IMPLIED
|
|
2079 --<Title>Numbering/lettering style constrained to [1aAiI]--
|
|
2080
|
|
2081 start NUMBER #IMPLIED
|
|
2082 --<Title>start--
|
|
2083
|
|
2084 continue NUMBER #IMPLIED
|
|
2085 --<Title>Continuation sequence number--
|
|
2086
|
|
2087 compact (compact) #IMPLIED
|
|
2088 --<Title>Reduced interitem spacing--
|
|
2089
|
|
2090 wrap (ON , OFF , HARD , SOFT , HORIZ) "ON"
|
|
2091
|
|
2092 --<Title>(N) how to handle line-wrapping--
|
|
2093
|
|
2094 SDAFORM CDATA #FIXED "List"
|
|
2095 --<Title>SDAFORM-016--
|
|
2096 >
|
|
2097
|
|
2098 <!ATTLIST UL
|
|
2099 --<Title>html_p~1 - Attribute List-039--
|
|
2100
|
|
2101 id ID #IMPLIED
|
|
2102 --<Title>Document-wide unique ID--
|
|
2103
|
|
2104 class NAMES #IMPLIED
|
|
2105 --<Title>Comma-separated list of classes--
|
|
2106
|
|
2107 style CDATA #IMPLIED
|
|
2108 --<Title>Style info for this occurrence only--
|
|
2109
|
|
2110 title CDATA #IMPLIED
|
|
2111 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2112
|
|
2113 lang NAME #IMPLIED
|
|
2114 --<Title>RFC 1766 language value--
|
|
2115
|
|
2116 dir (ltr , rtl) #IMPLIED
|
|
2117 --<Title>Directionality--
|
|
2118
|
|
2119 noindex (noindex) #IMPLIED
|
|
2120 --<Title>Defeats robot indexing--
|
|
2121
|
|
2122 clear CDATA #IMPLIED
|
|
2123 --<Title>(H3) control of text flow--
|
|
2124
|
|
2125 type (disc , square , circle , plain , A , I , 1)
|
|
2126 #IMPLIED
|
|
2127 --<Title>Bulleting style, [AaIi1] interpreted by browser--
|
|
2128
|
|
2129 compact (compact) #IMPLIED
|
|
2130 --<Title>Reduced interitem spacing--
|
|
2131
|
|
2132 plain CDATA #IMPLIED
|
|
2133 --<Title>Unbulleted, ought to be the nametoken "PLAIN" but it's already bee used above for TYPE--
|
|
2134
|
|
2135 src CDATA #IMPLIED
|
|
2136 --<Title>URI for bullet icon--
|
|
2137
|
|
2138 dingbat ENTITY #IMPLIED
|
|
2139 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
2140
|
|
2141 md CDATA #IMPLIED
|
|
2142 --<Title>message digest for linked object--
|
|
2143
|
|
2144 wrap (ON , OFF , HARD , SOFT , HORIZ) "ON"
|
|
2145
|
|
2146 --<Title>(N) how to handle line-wrapping--
|
|
2147
|
|
2148 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
2149 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
2150 --<Title>Format of image if not implicit--
|
|
2151
|
|
2152 SDAFORM CDATA #FIXED "List"
|
|
2153 --<Title>SDAFORM-017--
|
|
2154 >
|
|
2155
|
|
2156 <!ATTLIST DIR
|
|
2157 --<Title>html_p~1 - Attribute List-040--
|
|
2158
|
|
2159 id ID #IMPLIED
|
|
2160 --<Title>Document-wide unique ID--
|
|
2161
|
|
2162 class NAMES #IMPLIED
|
|
2163 --<Title>Comma-separated list of classes--
|
|
2164
|
|
2165 style CDATA #IMPLIED
|
|
2166 --<Title>Style info for this occurrence only--
|
|
2167
|
|
2168 title CDATA #IMPLIED
|
|
2169 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2170
|
|
2171 lang NAME #IMPLIED
|
|
2172 --<Title>RFC 1766 language value--
|
|
2173
|
|
2174 dir (ltr , rtl) #IMPLIED
|
|
2175 --<Title>Directionality--
|
|
2176
|
|
2177 noindex (noindex) #IMPLIED
|
|
2178 --<Title>Defeats robot indexing--
|
|
2179
|
|
2180 compact (compact) #IMPLIED
|
|
2181 --<Title>Reduced interitem spacing--
|
|
2182
|
|
2183 clear CDATA #IMPLIED
|
|
2184 --<Title>(H3) control of text flow--
|
|
2185
|
|
2186 dingbat ENTITY #IMPLIED
|
|
2187 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
2188
|
|
2189 md CDATA #IMPLIED
|
|
2190 --<Title>message digest for linked object--
|
|
2191
|
|
2192 src CDATA #IMPLIED
|
|
2193 --<Title>URI for bullet icon--
|
|
2194
|
|
2195 type CDATA #IMPLIED
|
|
2196 --<Title>Numbering/lettering style constrained to [1aAiI]--
|
|
2197
|
|
2198 plain CDATA #IMPLIED
|
|
2199 --<Title>Unbulleted, ought to be the nametoken "PLAIN" but it's already bee used above for TYPE--
|
|
2200
|
|
2201 wrap (ON , OFF , HARD , SOFT , HORIZ) "ON"
|
|
2202
|
|
2203 --<Title>(N) how to handle line-wrapping--
|
|
2204
|
|
2205 SDAFORM CDATA #FIXED "List"
|
|
2206 --<Title>SDAFORM-018--
|
|
2207
|
|
2208 SDAPREF CDATA #FIXED "<LHead>Directory</LHead>"
|
|
2209
|
|
2210 --<Title>SDAPREF-004--
|
|
2211 >
|
|
2212
|
|
2213 <!ATTLIST MENU
|
|
2214 --<Title>html_p~1 - Attribute List-041--
|
|
2215
|
|
2216 id ID #IMPLIED
|
|
2217 --<Title>Document-wide unique ID--
|
|
2218
|
|
2219 class NAMES #IMPLIED
|
|
2220 --<Title>Comma-separated list of classes--
|
|
2221
|
|
2222 style CDATA #IMPLIED
|
|
2223 --<Title>Style info for this occurrence only--
|
|
2224
|
|
2225 title CDATA #IMPLIED
|
|
2226 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2227
|
|
2228 lang NAME #IMPLIED
|
|
2229 --<Title>RFC 1766 language value--
|
|
2230
|
|
2231 dir (ltr , rtl) #IMPLIED
|
|
2232 --<Title>Directionality--
|
|
2233
|
|
2234 noindex (noindex) #IMPLIED
|
|
2235 --<Title>Defeats robot indexing--
|
|
2236
|
|
2237 compact (compact) #IMPLIED
|
|
2238 --<Title>Reduced interitem spacing--
|
|
2239
|
|
2240 clear CDATA #IMPLIED
|
|
2241 --<Title>(H3) control of text flow--
|
|
2242
|
|
2243 dingbat ENTITY #IMPLIED
|
|
2244 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
2245
|
|
2246 md CDATA #IMPLIED
|
|
2247 --<Title>message digest for linked object--
|
|
2248
|
|
2249 src CDATA #IMPLIED
|
|
2250 --<Title>URI for bullet icon--
|
|
2251
|
|
2252 type CDATA #IMPLIED
|
|
2253 --<Title>Numbering/lettering style constrained to [1aAiI]--
|
|
2254
|
|
2255 plain CDATA #IMPLIED
|
|
2256 --<Title>Unbulleted, ought to be the nametoken "PLAIN" but it's already bee used above for TYPE--
|
|
2257
|
|
2258 wrap (ON , OFF , HARD , SOFT , HORIZ) "ON"
|
|
2259
|
|
2260 --<Title>(N) how to handle line-wrapping--
|
|
2261
|
|
2262 SDAFORM CDATA #FIXED "List"
|
|
2263 --<Title>SDAFORM-019--
|
|
2264
|
|
2265 SDAPREF CDATA #FIXED "<LHead>Menu</LHead>"
|
|
2266
|
|
2267 --<Title>SDAPREF-005--
|
|
2268 >
|
|
2269
|
|
2270 <!ATTLIST LH
|
|
2271 --<Title>html_p~1 - Attribute List-042--
|
|
2272
|
|
2273 id ID #IMPLIED
|
|
2274 --<Title>Document-wide unique ID--
|
|
2275
|
|
2276 class NAMES #IMPLIED
|
|
2277 --<Title>Comma-separated list of classes--
|
|
2278
|
|
2279 style CDATA #IMPLIED
|
|
2280 --<Title>Style info for this occurrence only--
|
|
2281
|
|
2282 title CDATA #IMPLIED
|
|
2283 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2284
|
|
2285 lang NAME #IMPLIED
|
|
2286 --<Title>RFC 1766 language value--
|
|
2287
|
|
2288 dir (ltr , rtl) #IMPLIED
|
|
2289 --<Title>Directionality--
|
|
2290
|
|
2291 noindex (noindex) #IMPLIED
|
|
2292 --<Title>Defeats robot indexing--
|
|
2293
|
|
2294 clear CDATA #IMPLIED
|
|
2295 --<Title>(H3) control of text flow--
|
|
2296 >
|
|
2297
|
|
2298 <!ATTLIST LI
|
|
2299 --<Title>html_p~1 - Attribute List-043--
|
|
2300
|
|
2301 id ID #IMPLIED
|
|
2302 --<Title>Document-wide unique ID--
|
|
2303
|
|
2304 class NAMES #IMPLIED
|
|
2305 --<Title>Comma-separated list of classes--
|
|
2306
|
|
2307 style CDATA #IMPLIED
|
|
2308 --<Title>Style info for this occurrence only--
|
|
2309
|
|
2310 title CDATA #IMPLIED
|
|
2311 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2312
|
|
2313 lang NAME #IMPLIED
|
|
2314 --<Title>RFC 1766 language value--
|
|
2315
|
|
2316 dir (ltr , rtl) #IMPLIED
|
|
2317 --<Title>Directionality--
|
|
2318
|
|
2319 noindex (noindex) #IMPLIED
|
|
2320 --<Title>Defeats robot indexing--
|
|
2321
|
|
2322 clear CDATA #IMPLIED
|
|
2323 --<Title>(H3) control of text flow--
|
|
2324
|
|
2325 type CDATA #IMPLIED
|
|
2326 --<Title>List item style, see TYPE for OL and UL--
|
|
2327
|
|
2328 value NUMBER #IMPLIED
|
|
2329 --<Title>Reset sequence number--
|
|
2330
|
|
2331 skip NUMBER "0"
|
|
2332 --<Title>skip seq nums for missing items--
|
|
2333
|
|
2334 dingbat ENTITY #IMPLIED
|
|
2335 --<Title>dingbat entity from obsolete HTMLicons collection--
|
|
2336
|
|
2337 md CDATA #IMPLIED
|
|
2338 --<Title>message digest for linked object--
|
|
2339
|
|
2340 src CDATA #IMPLIED
|
|
2341 --<Title>URI for bullet icon--
|
|
2342
|
|
2343 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
2344 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
2345 --<Title>Format of icon if not implicit--
|
|
2346
|
|
2347 SDAFORM CDATA #FIXED "LItem"
|
|
2348 --<Title>SDAFORM-020--
|
|
2349 >
|
|
2350
|
|
2351 <!ATTLIST ADDRESS
|
|
2352 --<Title>html_p~1 - Attribute List-044--
|
|
2353
|
|
2354 id ID #IMPLIED
|
|
2355 --<Title>Document-wide unique ID--
|
|
2356
|
|
2357 class NAMES #IMPLIED
|
|
2358 --<Title>Comma-separated list of classes--
|
|
2359
|
|
2360 style CDATA #IMPLIED
|
|
2361 --<Title>Style info for this occurrence only--
|
|
2362
|
|
2363 title CDATA #IMPLIED
|
|
2364 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2365
|
|
2366 lang NAME #IMPLIED
|
|
2367 --<Title>RFC 1766 language value--
|
|
2368
|
|
2369 dir (ltr , rtl) #IMPLIED
|
|
2370 --<Title>Directionality--
|
|
2371
|
|
2372 noindex (noindex) #IMPLIED
|
|
2373 --<Title>Defeats robot indexing--
|
|
2374
|
|
2375 clear CDATA #IMPLIED
|
|
2376 --<Title>(H3) control of text flow--
|
|
2377
|
|
2378 nowrap (nowrap) #IMPLIED
|
|
2379 --<Title>(N) don't wrap words--
|
|
2380
|
|
2381 SDAFORM CDATA #FIXED "Lit"
|
|
2382 --<Title>SDAFORM-021--
|
|
2383
|
|
2384 SDAPREF CDATA #FIXED "Address: "
|
|
2385 --<Title>SDAPREF-006--
|
|
2386 >
|
|
2387
|
|
2388 <!ATTLIST FN
|
|
2389 --<Title>html_p~1 - Attribute List-045--
|
|
2390
|
|
2391 id ID #IMPLIED
|
|
2392 --<Title>Document-wide unique ID--
|
|
2393
|
|
2394 class NAMES #IMPLIED
|
|
2395 --<Title>Comma-separated list of classes--
|
|
2396
|
|
2397 style CDATA #IMPLIED
|
|
2398 --<Title>Style info for this occurrence only--
|
|
2399
|
|
2400 title CDATA #IMPLIED
|
|
2401 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2402
|
|
2403 lang NAME #IMPLIED
|
|
2404 --<Title>RFC 1766 language value--
|
|
2405
|
|
2406 dir (ltr , rtl) #IMPLIED
|
|
2407 --<Title>Directionality--
|
|
2408
|
|
2409 noindex (noindex) #IMPLIED
|
|
2410 --<Title>Defeats robot indexing--
|
|
2411
|
|
2412 flow (vertical , columnar , para) "vertical"
|
|
2413
|
|
2414 --<Title>Arrangement--
|
|
2415
|
|
2416 series CDATA #IMPLIED
|
|
2417 --<Title>Multiseries like A, B, C etc--
|
|
2418
|
|
2419 src CDATA #IMPLIED
|
|
2420 --<Title>URI of image to embed--
|
|
2421
|
|
2422 clear CDATA #IMPLIED
|
|
2423 --<Title>(H3) control of text flow--
|
|
2424
|
|
2425 num NUMBER #IMPLIED
|
|
2426 --<Title>Sequence number if needed--
|
|
2427
|
|
2428 href CDATA #IMPLIED
|
|
2429 --<Title>(T) #ID fragmentary URL for an <fn id="..."> in current document--
|
|
2430 >
|
|
2431
|
|
2432 <!ATTLIST NOTE
|
|
2433 --<Title>html_p~1 - Attribute List-046--
|
|
2434
|
|
2435 id ID #IMPLIED
|
|
2436 --<Title>Document-wide unique ID--
|
|
2437
|
|
2438 class NAMES #IMPLIED
|
|
2439 --<Title>Comma-separated list of classes--
|
|
2440
|
|
2441 style CDATA #IMPLIED
|
|
2442 --<Title>Style info for this occurrence only--
|
|
2443
|
|
2444 title CDATA #IMPLIED
|
|
2445 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2446
|
|
2447 lang NAME #IMPLIED
|
|
2448 --<Title>RFC 1766 language value--
|
|
2449
|
|
2450 dir (ltr , rtl) #IMPLIED
|
|
2451 --<Title>Directionality--
|
|
2452
|
|
2453 noindex (noindex) #IMPLIED
|
|
2454 --<Title>Defeats robot indexing--
|
|
2455
|
|
2456 flow (vertical , columnar , para) "vertical"
|
|
2457
|
|
2458 --<Title>Arrangement--
|
|
2459
|
|
2460 series CDATA #IMPLIED
|
|
2461 --<Title>Multiseries like A, B, C etc--
|
|
2462
|
|
2463 src CDATA #IMPLIED
|
|
2464 --<Title>URI of image to embed--
|
|
2465
|
|
2466 clear CDATA #IMPLIED
|
|
2467 --<Title>(H3) control of text flow--
|
|
2468
|
|
2469 num NUMBER #IMPLIED
|
|
2470 --<Title>Sequence number if needed--
|
|
2471 >
|
|
2472
|
|
2473 <!ATTLIST SIDEBAR
|
|
2474 --<Title>html_p~1 - Attribute List-047--
|
|
2475
|
|
2476 id ID #IMPLIED
|
|
2477 --<Title>Document-wide unique ID--
|
|
2478
|
|
2479 class NAMES #IMPLIED
|
|
2480 --<Title>Comma-separated list of classes--
|
|
2481
|
|
2482 style CDATA #IMPLIED
|
|
2483 --<Title>Style info for this occurrence only--
|
|
2484
|
|
2485 title CDATA #IMPLIED
|
|
2486 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2487
|
|
2488 lang NAME #IMPLIED
|
|
2489 --<Title>RFC 1766 language value--
|
|
2490
|
|
2491 dir (ltr , rtl) #IMPLIED
|
|
2492 --<Title>Directionality--
|
|
2493
|
|
2494 noindex (noindex) #IMPLIED
|
|
2495 --<Title>Defeats robot indexing--
|
|
2496
|
|
2497 align (left , right , center , justify) #IMPLIED
|
|
2498 --<Title>Horizontal alignment--
|
|
2499
|
|
2500 clear CDATA #IMPLIED
|
|
2501 --<Title>(H3) control of text flow--
|
|
2502
|
|
2503 width CDATA #IMPLIED
|
|
2504 --<Title>(T) width of the sidebar in pixels or as a percent--
|
|
2505 >
|
|
2506
|
|
2507 <!ATTLIST BLINK
|
|
2508 --<Title>html_p~1 - Attribute List-048--
|
|
2509
|
|
2510 id ID #IMPLIED
|
|
2511 --<Title>Document-wide unique ID--
|
|
2512
|
|
2513 class NAMES #IMPLIED
|
|
2514 --<Title>Comma-separated list of classes--
|
|
2515
|
|
2516 style CDATA #IMPLIED
|
|
2517 --<Title>Style info for this occurrence only--
|
|
2518
|
|
2519 title CDATA #IMPLIED
|
|
2520 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2521
|
|
2522 lang NAME #IMPLIED
|
|
2523 --<Title>RFC 1766 language value--
|
|
2524
|
|
2525 dir (ltr , rtl) #IMPLIED
|
|
2526 --<Title>Directionality--
|
|
2527
|
|
2528 noindex (noindex) #IMPLIED
|
|
2529 --<Title>Defeats robot indexing--
|
|
2530
|
|
2531 speed NUMBER #IMPLIED
|
|
2532 --<Title>Blinks per minutes--
|
|
2533 >
|
|
2534
|
|
2535 <!ATTLIST CENTER
|
|
2536 --<Title>html_p~1 - Attribute List-049--
|
|
2537
|
|
2538 id ID #IMPLIED
|
|
2539 --<Title>Document-wide unique ID--
|
|
2540
|
|
2541 class NAMES #IMPLIED
|
|
2542 --<Title>Comma-separated list of classes--
|
|
2543
|
|
2544 style CDATA #IMPLIED
|
|
2545 --<Title>Style info for this occurrence only--
|
|
2546
|
|
2547 title CDATA #IMPLIED
|
|
2548 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2549
|
|
2550 lang NAME #IMPLIED
|
|
2551 --<Title>RFC 1766 language value--
|
|
2552
|
|
2553 dir (ltr , rtl) #IMPLIED
|
|
2554 --<Title>Directionality--
|
|
2555
|
|
2556 noindex (noindex) #IMPLIED
|
|
2557 --<Title>Defeats robot indexing--
|
|
2558
|
|
2559 clear CDATA #IMPLIED
|
|
2560 --<Title>(H3) control of text flow--
|
|
2561 >
|
|
2562
|
|
2563 <!ATTLIST HR
|
|
2564 --<Title>html_p~1 - Attribute List-050--
|
|
2565
|
|
2566 id ID #IMPLIED
|
|
2567 --<Title>Document-wide unique ID--
|
|
2568
|
|
2569 class NAMES #IMPLIED
|
|
2570 --<Title>Comma-separated list of classes--
|
|
2571
|
|
2572 style CDATA #IMPLIED
|
|
2573 --<Title>Style info for this occurrence only--
|
|
2574
|
|
2575 title CDATA #IMPLIED
|
|
2576 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2577
|
|
2578 lang NAME #IMPLIED
|
|
2579 --<Title>RFC 1766 language value--
|
|
2580
|
|
2581 dir (ltr , rtl) #IMPLIED
|
|
2582 --<Title>Directionality--
|
|
2583
|
|
2584 noindex (noindex) #IMPLIED
|
|
2585 --<Title>Defeats robot indexing--
|
|
2586
|
|
2587 align (left , right , center , justify) #IMPLIED
|
|
2588 --<Title>Horizontal alignment--
|
|
2589
|
|
2590 clear CDATA #IMPLIED
|
|
2591 --<Title>(H3) control of text flow--
|
|
2592
|
|
2593 src CDATA #IMPLIED
|
|
2594 --<Title>URI of image to embed--
|
|
2595
|
|
2596 md CDATA #IMPLIED
|
|
2597 --<Title>message digest for linked object--
|
|
2598
|
|
2599 noshade (noshade) #IMPLIED
|
|
2600 --<Title>(N) non-shaded rule--
|
|
2601
|
|
2602 size CDATA #IMPLIED
|
|
2603 --<Title>(N) [+]nn e.g. size="+1", size="4"--
|
|
2604
|
|
2605 width CDATA #IMPLIED
|
|
2606 --<Title>(N) suggested width in pixels--
|
|
2607
|
|
2608 invertborder (invertborder) #IMPLIED
|
|
2609 --<Title>(T) produces 3D-style raised rule--
|
|
2610
|
|
2611 SDAPREF CDATA #FIXED " "
|
|
2612 --<Title>SDAPREF-007--
|
|
2613 >
|
|
2614
|
|
2615 <!ATTLIST BR
|
|
2616 --<Title>html_p~1 - Attribute List-051--
|
|
2617
|
|
2618 id ID #IMPLIED
|
|
2619 --<Title>Document-wide unique ID--
|
|
2620
|
|
2621 class NAMES #IMPLIED
|
|
2622 --<Title>Comma-separated list of classes--
|
|
2623
|
|
2624 style CDATA #IMPLIED
|
|
2625 --<Title>Style info for this occurrence only--
|
|
2626
|
|
2627 title CDATA #IMPLIED
|
|
2628 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2629
|
|
2630 lang NAME #IMPLIED
|
|
2631 --<Title>RFC 1766 language value--
|
|
2632
|
|
2633 dir (ltr , rtl) #IMPLIED
|
|
2634 --<Title>Directionality--
|
|
2635
|
|
2636 noindex (noindex) #IMPLIED
|
|
2637 --<Title>Defeats robot indexing--
|
|
2638
|
|
2639 clear CDATA #IMPLIED
|
|
2640 --<Title>(H3) control of text flow--
|
|
2641
|
|
2642 SDAPREF CDATA #FIXED " "
|
|
2643 --<Title>SDAPREF-008--
|
|
2644 >
|
|
2645
|
|
2646 <!ATTLIST BASEFONT
|
|
2647 --<Title>html_p~1 - Attribute List-052--
|
|
2648
|
|
2649 id ID #IMPLIED
|
|
2650 --<Title>Document-wide unique ID--
|
|
2651
|
|
2652 class NAMES #IMPLIED
|
|
2653 --<Title>Comma-separated list of classes--
|
|
2654
|
|
2655 style CDATA #IMPLIED
|
|
2656 --<Title>Style info for this occurrence only--
|
|
2657
|
|
2658 title CDATA #IMPLIED
|
|
2659 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2660
|
|
2661 lang NAME #IMPLIED
|
|
2662 --<Title>RFC 1766 language value--
|
|
2663
|
|
2664 dir (ltr , rtl) #IMPLIED
|
|
2665 --<Title>Directionality--
|
|
2666
|
|
2667 noindex (noindex) #IMPLIED
|
|
2668 --<Title>Defeats robot indexing--
|
|
2669
|
|
2670 size CDATA #REQUIRED
|
|
2671 --<Title>base font size for FONT elements--
|
|
2672
|
|
2673 end CDATA #IMPLIED
|
|
2674 --<Title>end--
|
|
2675
|
|
2676 color CDATA #IMPLIED
|
|
2677 --<Title>#RRGGBB in hex, e.g. red: color="#FF0000"--
|
|
2678
|
|
2679 face CDATA #IMPLIED
|
|
2680 --<Title>typeface if available--
|
|
2681 >
|
|
2682
|
|
2683 <!ATTLIST MARQUEE
|
|
2684 --<Title>html_p~1 - Attribute List-053--
|
|
2685
|
|
2686 id ID #IMPLIED
|
|
2687 --<Title>Document-wide unique ID--
|
|
2688
|
|
2689 class NAMES #IMPLIED
|
|
2690 --<Title>Comma-separated list of classes--
|
|
2691
|
|
2692 style CDATA #IMPLIED
|
|
2693 --<Title>Style info for this occurrence only--
|
|
2694
|
|
2695 title CDATA #IMPLIED
|
|
2696 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2697
|
|
2698 lang NAME #IMPLIED
|
|
2699 --<Title>RFC 1766 language value--
|
|
2700
|
|
2701 dir (ltr , rtl) #IMPLIED
|
|
2702 --<Title>Directionality--
|
|
2703
|
|
2704 noindex (noindex) #IMPLIED
|
|
2705 --<Title>Defeats robot indexing--
|
|
2706
|
|
2707 align (left , right , top , absmiddle , absbottom ,
|
|
2708 texttop , middle , baseline , bottom) "bottom"
|
|
2709
|
|
2710 --<Title>Relationship to adjacent text (type=block only)--
|
|
2711
|
|
2712 DIRECTION CDATA #IMPLIED
|
|
2713 --<Title>Direction of scroll, should be (LEFT,RIGHT) but they've already been used--
|
|
2714
|
|
2715 BEHAVIOR (SCROLL , SLIDE , ALTERNATE) "SCROLL"
|
|
2716
|
|
2717 --<Title>Type of movement--
|
|
2718
|
|
2719 clear CDATA #IMPLIED
|
|
2720 --<Title>(H3) control of text flow--
|
|
2721
|
|
2722 SCROLLAMOUNT NUMBER #IMPLIED
|
|
2723 --<Title>Quantity of scroll--
|
|
2724
|
|
2725 SCROLLDELAY NUMBER #IMPLIED
|
|
2726 --<Title>Delay time--
|
|
2727
|
|
2728 LOOP CDATA "INFINITE"
|
|
2729 --<Title>How long to scroll for--
|
|
2730
|
|
2731 bgcolor CDATA #IMPLIED
|
|
2732 --<Title>Background color--
|
|
2733
|
|
2734 BORDER NUMBER #IMPLIED
|
|
2735 --<Title>Border width--
|
|
2736
|
|
2737 HEIGHT CDATA #IMPLIED
|
|
2738 --<Title>Height--
|
|
2739
|
|
2740 WIDTH CDATA #IMPLIED
|
|
2741 --<Title>Width--
|
|
2742
|
|
2743 HSPACE NUMBER #IMPLIED
|
|
2744 --<Title>Horizontal spacing--
|
|
2745
|
|
2746 VSPACE NUMBER #IMPLIED
|
|
2747 --<Title>Vertical spacing--
|
|
2748
|
|
2749 transparency NUMBER "0"
|
|
2750 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
2751 >
|
|
2752
|
|
2753 <!ATTLIST SERVER
|
|
2754 --<Title>html_p~1 - Attribute List-054--
|
|
2755
|
|
2756 id ID #IMPLIED
|
|
2757 --<Title>Document-wide unique ID--
|
|
2758
|
|
2759 class NAMES #IMPLIED
|
|
2760 --<Title>Comma-separated list of classes--
|
|
2761
|
|
2762 style CDATA #IMPLIED
|
|
2763 --<Title>Style info for this occurrence only--
|
|
2764
|
|
2765 title CDATA #IMPLIED
|
|
2766 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2767
|
|
2768 lang NAME #IMPLIED
|
|
2769 --<Title>RFC 1766 language value--
|
|
2770
|
|
2771 dir (ltr , rtl) #IMPLIED
|
|
2772 --<Title>Directionality--
|
|
2773
|
|
2774 noindex (noindex) #IMPLIED
|
|
2775 --<Title>Defeats robot indexing--
|
|
2776
|
|
2777 clear CDATA #IMPLIED
|
|
2778 --<Title>(H3) control of text flow--
|
|
2779 >
|
|
2780
|
|
2781 <!ATTLIST SPACER
|
|
2782 --<Title>html_p~1 - Attribute List-055--
|
|
2783
|
|
2784 id ID #IMPLIED
|
|
2785 --<Title>Document-wide unique ID--
|
|
2786
|
|
2787 class NAMES #IMPLIED
|
|
2788 --<Title>Comma-separated list of classes--
|
|
2789
|
|
2790 style CDATA #IMPLIED
|
|
2791 --<Title>Style info for this occurrence only--
|
|
2792
|
|
2793 title CDATA #IMPLIED
|
|
2794 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2795
|
|
2796 lang NAME #IMPLIED
|
|
2797 --<Title>RFC 1766 language value--
|
|
2798
|
|
2799 dir (ltr , rtl) #IMPLIED
|
|
2800 --<Title>Directionality--
|
|
2801
|
|
2802 noindex (noindex) #IMPLIED
|
|
2803 --<Title>Defeats robot indexing--
|
|
2804
|
|
2805 align (left , right , top , absmiddle , absbottom ,
|
|
2806 texttop , middle , baseline , bottom) "bottom"
|
|
2807
|
|
2808 --<Title>Relationship to adjacent text (type=block only)--
|
|
2809
|
|
2810 height NUMBER #IMPLIED
|
|
2811 --<Title>Height in pixels (type=block only)--
|
|
2812
|
|
2813 size NUMBER #IMPLIED
|
|
2814 --<Title>Width or height in pixels, depending on TYPE--
|
|
2815
|
|
2816 type (horizontal , vertical , block) "block"
|
|
2817
|
|
2818 --<Title>Functional type--
|
|
2819
|
|
2820 clear CDATA #IMPLIED
|
|
2821 --<Title>(H3) control of text flow--
|
|
2822
|
|
2823 width NUMBER #IMPLIED
|
|
2824 --<Title>Width in pixels (type=block only)--
|
|
2825 >
|
|
2826
|
|
2827 <!ATTLIST (IMG , IMAGE)
|
|
2828 --<Title>html_p~1 - Attribute List-056--
|
|
2829
|
|
2830 id ID #IMPLIED
|
|
2831 --<Title>Document-wide unique ID--
|
|
2832
|
|
2833 class NAMES #IMPLIED
|
|
2834 --<Title>Comma-separated list of classes--
|
|
2835
|
|
2836 style CDATA #IMPLIED
|
|
2837 --<Title>Style info for this occurrence only--
|
|
2838
|
|
2839 title CDATA #IMPLIED
|
|
2840 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2841
|
|
2842 lang NAME #IMPLIED
|
|
2843 --<Title>RFC 1766 language value--
|
|
2844
|
|
2845 dir (ltr , rtl) #IMPLIED
|
|
2846 --<Title>Directionality--
|
|
2847
|
|
2848 noindex (noindex) #IMPLIED
|
|
2849 --<Title>Defeats robot indexing--
|
|
2850
|
|
2851 md CDATA #IMPLIED
|
|
2852 --<Title>message digest for linked object--
|
|
2853
|
|
2854 isobject (isobject) #IMPLIED
|
|
2855 --<Title>(L) Figure is an object--
|
|
2856
|
|
2857 units (en , pixels) "pixels"
|
|
2858 --<Title>specifies units as en's or pixels--
|
|
2859
|
|
2860 clear CDATA #IMPLIED
|
|
2861 --<Title>(H3) control of text flow--
|
|
2862
|
|
2863 src CDATA #REQUIRED
|
|
2864 --<Title>URL of image to embed--
|
|
2865
|
|
2866 lowsrc CDATA #IMPLIED
|
|
2867 --<Title>(N) source for lo-res image--
|
|
2868
|
|
2869 name CDATA #IMPLIED
|
|
2870 --<Title>(N) name for image--
|
|
2871
|
|
2872 onLoad CDATA #IMPLIED
|
|
2873 --<Title>Module to execute on loading--
|
|
2874
|
|
2875 onAbort CDATA #IMPLIED
|
|
2876 --<Title>Module to execute when user cancels load--
|
|
2877
|
|
2878 onError CDATA #IMPLIED
|
|
2879 --<Title>Module to execute when script encounters error--
|
|
2880
|
|
2881 alt CDATA #REQUIRED
|
|
2882 --<Title>For display in place of image--
|
|
2883
|
|
2884 align (left , right , top , absmiddle , absbottom ,
|
|
2885 texttop , middle , baseline , bottom) "bottom"
|
|
2886
|
|
2887 --<Title>Relationship to adjacent text (type=block only)--
|
|
2888
|
|
2889 height NUMBER #IMPLIED
|
|
2890 --<Title>Suggested height in pixels--
|
|
2891
|
|
2892 width NUMBER #IMPLIED
|
|
2893 --<Title>Suggested width in pixels--
|
|
2894
|
|
2895 border NUMBER #IMPLIED
|
|
2896 --<Title>(N) border width in pixels--
|
|
2897
|
|
2898 hspace NUMBER #IMPLIED
|
|
2899 --<Title>Suggested horizontal gutter--
|
|
2900
|
|
2901 vspace CDATA #IMPLIED
|
|
2902 --<Title>Suggested vertical gutter--
|
|
2903
|
|
2904 usemap CDATA #IMPLIED
|
|
2905 --<Title>Use client-side image map--
|
|
2906
|
|
2907 ismap (ismap) #IMPLIED
|
|
2908 --<Title>Use server image map--
|
|
2909
|
|
2910 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
2911 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
2912 --<Title>(P)Format of image file if not implicit--
|
|
2913
|
|
2914 naturalsizeflag NUMBER #IMPLIED
|
|
2915 --<Title>(M) Indicates if scaling has been used--
|
|
2916
|
|
2917 ani CDATA #IMPLIED
|
|
2918 --<Title>(T) URL of alternate WebTV-specific animation to replace SRC--
|
|
2919
|
|
2920 animateonselect (animateonselect) #IMPLIED
|
|
2921 --<Title>(T) ANI animation only runs when user selects it--
|
|
2922
|
|
2923 anistartx NUMBER #IMPLIED
|
|
2924 --<Title>(T) ANI TLC location in pixels relative to page or table cell--
|
|
2925
|
|
2926 anistarty NUMBER #IMPLIED
|
|
2927 --<Title>anistarty--
|
|
2928
|
|
2929 loop (loop) #IMPLIED
|
|
2930 --<Title>(MT) recycle an animated image?--
|
|
2931
|
|
2932 reload NUMBER #IMPLIED
|
|
2933 --<Title>(T) frequency of reload--
|
|
2934
|
|
2935 selected CDATA #IMPLIED
|
|
2936 --<Title>(T) wrests focus to "x,y" of imagemap relative to TLC--
|
|
2937
|
|
2938 transparency NUMBER "0"
|
|
2939 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
2940
|
|
2941 dynsrc CDATA #IMPLIED
|
|
2942 --<Title>(?) Undocumented--
|
|
2943
|
|
2944 SDAPREF CDATA #FIXED
|
|
2945 "<Fig><?SDATrans Img: #AttList>#AttVal(Alt)</Fig>"
|
|
2946
|
|
2947 --<Title>SDAPREF-009--
|
|
2948 >
|
|
2949
|
|
2950 <!ATTLIST AUDIOSCOPE
|
|
2951 --<Title>html_p~1 - Attribute List-057--
|
|
2952
|
|
2953 id ID #IMPLIED
|
|
2954 --<Title>Document-wide unique ID--
|
|
2955
|
|
2956 class NAMES #IMPLIED
|
|
2957 --<Title>Comma-separated list of classes--
|
|
2958
|
|
2959 style CDATA #IMPLIED
|
|
2960 --<Title>Style info for this occurrence only--
|
|
2961
|
|
2962 title CDATA #IMPLIED
|
|
2963 --<Title>Advisory title (rec'd max 64 chars)--
|
|
2964
|
|
2965 lang NAME #IMPLIED
|
|
2966 --<Title>RFC 1766 language value--
|
|
2967
|
|
2968 dir (ltr , rtl) #IMPLIED
|
|
2969 --<Title>Directionality--
|
|
2970
|
|
2971 noindex (noindex) #IMPLIED
|
|
2972 --<Title>Defeats robot indexing--
|
|
2973
|
|
2974 align (left , right , top , absmiddle , absbottom ,
|
|
2975 texttop , middle , baseline , bottom) "bottom"
|
|
2976
|
|
2977 --<Title>Relationship to adjacent text (type=block only)--
|
|
2978
|
|
2979 border NUMBER "1"
|
|
2980 --<Title>width of border in pixels--
|
|
2981
|
|
2982 gain NUMBER "1"
|
|
2983 --<Title>multiplier for amplitude display--
|
|
2984
|
|
2985 height NUMBER "80"
|
|
2986 --<Title>height of image in pixels--
|
|
2987
|
|
2988 leftcolor CDATA "#8ECE10"
|
|
2989 --<Title>color of left channel trace--
|
|
2990
|
|
2991 leftoffset NUMBER "0"
|
|
2992 --<Title>positions the left channel baseline + or - --
|
|
2993
|
|
2994 maxlevel CDATA "false"
|
|
2995 --<Title>specifies clip level for gain--
|
|
2996
|
|
2997 rightcolor CDATA "#8ECE10"
|
|
2998 --<Title>color of right channel trace--
|
|
2999
|
|
3000 rightoffset NUMBER "0"
|
|
3001 --<Title>positions the right channel baseline + or - --
|
|
3002
|
|
3003 clear CDATA #IMPLIED
|
|
3004 --<Title>(H3) control of text flow--
|
|
3005
|
|
3006 width NUMBER "100"
|
|
3007 --<Title>width of image in pixels--
|
|
3008 >
|
|
3009
|
|
3010 <!ATTLIST MAP
|
|
3011 --<Title>html_p~1 - Attribute List-058--
|
|
3012
|
|
3013 id ID #IMPLIED
|
|
3014 --<Title>Document-wide unique ID--
|
|
3015
|
|
3016 class NAMES #IMPLIED
|
|
3017 --<Title>Comma-separated list of classes--
|
|
3018
|
|
3019 style CDATA #IMPLIED
|
|
3020 --<Title>Style info for this occurrence only--
|
|
3021
|
|
3022 title CDATA #IMPLIED
|
|
3023 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3024
|
|
3025 lang NAME #IMPLIED
|
|
3026 --<Title>RFC 1766 language value--
|
|
3027
|
|
3028 dir (ltr , rtl) #IMPLIED
|
|
3029 --<Title>Directionality--
|
|
3030
|
|
3031 noindex (noindex) #IMPLIED
|
|
3032 --<Title>Defeats robot indexing--
|
|
3033
|
|
3034 name CDATA #IMPLIED
|
|
3035 --<Title>Named link end--
|
|
3036 >
|
|
3037
|
|
3038 <!ATTLIST AREA
|
|
3039 --<Title>html_p~1 - Attribute List-059--
|
|
3040
|
|
3041 id ID #IMPLIED
|
|
3042 --<Title>Document-wide unique ID--
|
|
3043
|
|
3044 class NAMES #IMPLIED
|
|
3045 --<Title>Comma-separated list of classes--
|
|
3046
|
|
3047 style CDATA #IMPLIED
|
|
3048 --<Title>Style info for this occurrence only--
|
|
3049
|
|
3050 title CDATA #IMPLIED
|
|
3051 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3052
|
|
3053 lang NAME #IMPLIED
|
|
3054 --<Title>RFC 1766 language value--
|
|
3055
|
|
3056 dir (ltr , rtl) #IMPLIED
|
|
3057 --<Title>Directionality--
|
|
3058
|
|
3059 noindex (noindex) #IMPLIED
|
|
3060 --<Title>Defeats robot indexing--
|
|
3061
|
|
3062 shape (rect , circle , poly , default) "rect"
|
|
3063
|
|
3064 --<Title>For use with OBJECT SHAPES--
|
|
3065
|
|
3066 coords CDATA #IMPLIED
|
|
3067 --<Title>Coord pairs, always needed except for shape=default--
|
|
3068
|
|
3069 href CDATA #IMPLIED
|
|
3070 --<Title>Hypertext link to apply--
|
|
3071
|
|
3072 nohref (nohref) #IMPLIED
|
|
3073 --<Title>This region has no action--
|
|
3074
|
|
3075 name CDATA #IMPLIED
|
|
3076 --<Title>Named link end--
|
|
3077
|
|
3078 target CDATA #IMPLIED
|
|
3079 --<Title>(N) target window in framing environment--
|
|
3080
|
|
3081 rel CDATA #IMPLIED
|
|
3082 --<Title>forward link types--
|
|
3083
|
|
3084 rev CDATA #IMPLIED
|
|
3085 --<Title>reverse link types--
|
|
3086
|
|
3087 alt CDATA #REQUIRED
|
|
3088 --<Title>Description for text-only browsers--
|
|
3089
|
|
3090 tabindex NUMBER #IMPLIED
|
|
3091 --<Title>Position in tabbing order--
|
|
3092
|
|
3093 notab (notab) #IMPLIED
|
|
3094 --<Title>Exclude from tabbing order--
|
|
3095
|
|
3096 onClick CDATA #IMPLIED
|
|
3097 --<Title>What to do on click--
|
|
3098
|
|
3099 onMouseOver CDATA #IMPLIED
|
|
3100 --<Title>What to do when mouse is moved over area--
|
|
3101
|
|
3102 onMouseOut CDATA #IMPLIED
|
|
3103 --<Title>What to do when mouse is moved off area--
|
|
3104 >
|
|
3105
|
|
3106 <!ATTLIST OBJECT
|
|
3107 --<Title>html_p~1 - Attribute List-060--
|
|
3108
|
|
3109 id ID #IMPLIED
|
|
3110 --<Title>Document-wide unique ID--
|
|
3111
|
|
3112 class NAMES #IMPLIED
|
|
3113 --<Title>Comma-separated list of classes--
|
|
3114
|
|
3115 style CDATA #IMPLIED
|
|
3116 --<Title>Style info for this occurrence only--
|
|
3117
|
|
3118 title CDATA #IMPLIED
|
|
3119 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3120
|
|
3121 lang NAME #IMPLIED
|
|
3122 --<Title>RFC 1766 language value--
|
|
3123
|
|
3124 dir (ltr , rtl) #IMPLIED
|
|
3125 --<Title>Directionality--
|
|
3126
|
|
3127 noindex (noindex) #IMPLIED
|
|
3128 --<Title>Defeats robot indexing--
|
|
3129
|
|
3130 declare (declare) #IMPLIED
|
|
3131 --<Title>declare but don't instantiate flag--
|
|
3132
|
|
3133 classid CDATA #IMPLIED
|
|
3134 --<Title>identifies an implementation--
|
|
3135
|
|
3136 codebase CDATA #IMPLIED
|
|
3137 --<Title>some systems need an additional URL--
|
|
3138
|
|
3139 data CDATA #IMPLIED
|
|
3140 --<Title>reference to object's data--
|
|
3141
|
|
3142 alt CDATA #IMPLIED
|
|
3143 --<Title>for display in place of object--
|
|
3144
|
|
3145 type CDATA #IMPLIED
|
|
3146 --<Title>Internet media type for data--
|
|
3147
|
|
3148 codetype CDATA #IMPLIED
|
|
3149 --<Title>Internet media type for code--
|
|
3150
|
|
3151 standby CDATA #IMPLIED
|
|
3152 --<Title>message to show while loading--
|
|
3153
|
|
3154 align (texttop , middle , textmiddle , baseline ,
|
|
3155 textbottom , left , center , right) #IMPLIED
|
|
3156 --<Title>positioning inside document--
|
|
3157
|
|
3158 height CDATA #IMPLIED
|
|
3159 --<Title>suggested height--
|
|
3160
|
|
3161 width CDATA #IMPLIED
|
|
3162 --<Title>suggested width--
|
|
3163
|
|
3164 border CDATA #IMPLIED
|
|
3165 --<Title>suggested link border width--
|
|
3166
|
|
3167 hspace CDATA #IMPLIED
|
|
3168 --<Title>hspace--
|
|
3169
|
|
3170 vspace CDATA #IMPLIED
|
|
3171 --<Title>Suggested vertical gutter--
|
|
3172
|
|
3173 ismap (ismap) #IMPLIED
|
|
3174 --<Title>Use server image map--
|
|
3175
|
|
3176 usemap CDATA #IMPLIED
|
|
3177 --<Title>reference to image map--
|
|
3178
|
|
3179 shapes (shapes) #IMPLIED
|
|
3180 --<Title>object has shaped hypertext links--
|
|
3181
|
|
3182 name CDATA #IMPLIED
|
|
3183 --<Title>submit as part of form--
|
|
3184
|
|
3185 tabindex NUMBER #IMPLIED
|
|
3186 --<Title>Position in tabbing order--
|
|
3187
|
|
3188 clear CDATA #IMPLIED
|
|
3189 --<Title>(H3) control of text flow--
|
|
3190
|
|
3191 notab (notab) #IMPLIED
|
|
3192 --<Title>Exclude from tabbing order--
|
|
3193 >
|
|
3194
|
|
3195 <!ATTLIST EMBED
|
|
3196 --<Title>html_p~1 - Attribute List-061--
|
|
3197
|
|
3198 id ID #IMPLIED
|
|
3199 --<Title>Document-wide unique ID--
|
|
3200
|
|
3201 class NAMES #IMPLIED
|
|
3202 --<Title>Comma-separated list of classes--
|
|
3203
|
|
3204 style CDATA #IMPLIED
|
|
3205 --<Title>Style info for this occurrence only--
|
|
3206
|
|
3207 title CDATA #IMPLIED
|
|
3208 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3209
|
|
3210 lang NAME #IMPLIED
|
|
3211 --<Title>RFC 1766 language value--
|
|
3212
|
|
3213 dir (ltr , rtl) #IMPLIED
|
|
3214 --<Title>Directionality--
|
|
3215
|
|
3216 noindex (noindex) #IMPLIED
|
|
3217 --<Title>Defeats robot indexing--
|
|
3218
|
|
3219 ALIGN (top , middle , bottom , left , center , right)
|
|
3220 #IMPLIED
|
|
3221 --<Title>(O) more specific alignment--
|
|
3222
|
|
3223 clear CDATA #IMPLIED
|
|
3224 --<Title>(H3) control of text flow--
|
|
3225
|
|
3226 border NUMBER #IMPLIED
|
|
3227 --<Title>(N) thickness of border in pixels--
|
|
3228
|
|
3229 frameborder (YES , NO) "NO"
|
|
3230 --<Title>(N) has the frame a border or not--
|
|
3231
|
|
3232 hidden (TRUE , FALSE) "FALSE"
|
|
3233 --<Title>(N) is the plugin visible--
|
|
3234
|
|
3235 hspace NUMBER #IMPLIED
|
|
3236 --<Title>(N) LR margin in pixels--
|
|
3237
|
|
3238 vspace NUMBER #IMPLIED
|
|
3239 --<Title>(N) TB margin in pixels--
|
|
3240
|
|
3241 FLOWTO NAME #IMPLIED
|
|
3242 --<Title>(O) flow text around block until this ID--
|
|
3243
|
|
3244 name CDATA #IMPLIED
|
|
3245 --<Title>(N) name of the applet--
|
|
3246
|
|
3247 controls CDATA "FALSE"
|
|
3248 --<Title>(N) should the controls be on display--
|
|
3249
|
|
3250 palette (FOREGROUND , BACKGROUND) "FOREGROUND"
|
|
3251
|
|
3252 --<Title>(N) where the applet's palette applies (MS-Win only)--
|
|
3253
|
|
3254 pluginspace CDATA #IMPLIED
|
|
3255 --<Title>(N) URL of instructions if applet's MIME-type plugin not found--
|
|
3256
|
|
3257 type CDATA #IMPLIED
|
|
3258 --<Title>(N) MIME content-type--
|
|
3259
|
|
3260 src CDATA #REQUIRED
|
|
3261 --<Title>location of object source--
|
|
3262
|
|
3263 height CDATA #IMPLIED
|
|
3264 --<Title>suggested height--
|
|
3265
|
|
3266 width CDATA #IMPLIED
|
|
3267 --<Title>suggested width--
|
|
3268
|
|
3269 imagemap (imagemap) #IMPLIED
|
|
3270 --<Title>pass background clicks to server--
|
|
3271
|
|
3272 ismap (ismap) #IMPLIED
|
|
3273 --<Title>Use server image map--
|
|
3274
|
|
3275 md CDATA #IMPLIED
|
|
3276 --<Title>message digest for linked object--
|
|
3277
|
|
3278 noflow (noflow) #IMPLIED
|
|
3279 --<Title>noflow around table--
|
|
3280
|
|
3281 params CDATA #IMPLIED
|
|
3282 --<Title>(O) parameters to pass--
|
|
3283
|
|
3284 units (en , px , relative) "en"
|
|
3285 --<Title>units for column widths--
|
|
3286
|
|
3287 usemap CDATA #IMPLIED
|
|
3288 --<Title>reference to image map--
|
|
3289
|
|
3290 alt CDATA #IMPLIED
|
|
3291 --<Title>for display in place of embedded object--
|
|
3292
|
|
3293 URN CDATA #IMPLIED
|
|
3294 --<Title>(O) global entity name--
|
|
3295
|
|
3296 REL NAME #IMPLIED
|
|
3297 --<Title>(O) link relationship--
|
|
3298
|
|
3299 REV NAME #IMPLIED
|
|
3300 --<Title>(O) reverse relationship--
|
|
3301
|
|
3302 ACCEPT CDATA "text/plain"
|
|
3303 --<Title>(O) applicable media type(s)--
|
|
3304
|
|
3305 ACCEPT-CHARSET CDATA "ISO-8859-1"
|
|
3306 --<Title>(O) applicable character encoding(s)--
|
|
3307
|
|
3308 ACCEPT-ENCODING CDATA "ISO-8859-1"
|
|
3309 --<Title>(O) applicable transfer encoding(s)--
|
|
3310
|
|
3311 SDAPREF CDATA #FIXED
|
|
3312 '<Fig><Xref IDRef="#AttVal(SRC)"><?SDATrans Embed: #AttList>'
|
|
3313
|
|
3314 --<Title>(O)SDAPREF--
|
|
3315
|
|
3316 SDASUFF CDATA #FIXED "</Fig>"
|
|
3317 --<Title>(O)SDASUFF--
|
|
3318 >
|
|
3319
|
|
3320 <!ATTLIST EMBED.BODY
|
|
3321 --<Title>html_p~1 - Attribute List-062--
|
|
3322
|
|
3323 id ID #IMPLIED
|
|
3324 --<Title>Document-wide unique ID--
|
|
3325
|
|
3326 class NAMES #IMPLIED
|
|
3327 --<Title>Comma-separated list of classes--
|
|
3328
|
|
3329 style CDATA #IMPLIED
|
|
3330 --<Title>Style info for this occurrence only--
|
|
3331
|
|
3332 title CDATA #IMPLIED
|
|
3333 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3334
|
|
3335 lang NAME #IMPLIED
|
|
3336 --<Title>RFC 1766 language value--
|
|
3337
|
|
3338 dir (ltr , rtl) #IMPLIED
|
|
3339 --<Title>Directionality--
|
|
3340
|
|
3341 noindex (noindex) #IMPLIED
|
|
3342 --<Title>Defeats robot indexing--
|
|
3343 >
|
|
3344
|
|
3345 <!ATTLIST NOEMBED
|
|
3346 --<Title>html_p~1 - Attribute List-063--
|
|
3347
|
|
3348 id ID #IMPLIED
|
|
3349 --<Title>Document-wide unique ID--
|
|
3350
|
|
3351 class NAMES #IMPLIED
|
|
3352 --<Title>Comma-separated list of classes--
|
|
3353
|
|
3354 style CDATA #IMPLIED
|
|
3355 --<Title>Style info for this occurrence only--
|
|
3356
|
|
3357 title CDATA #IMPLIED
|
|
3358 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3359
|
|
3360 lang NAME #IMPLIED
|
|
3361 --<Title>RFC 1766 language value--
|
|
3362
|
|
3363 dir (ltr , rtl) #IMPLIED
|
|
3364 --<Title>Directionality--
|
|
3365
|
|
3366 noindex (noindex) #IMPLIED
|
|
3367 --<Title>Defeats robot indexing--
|
|
3368
|
|
3369 clear CDATA #IMPLIED
|
|
3370 --<Title>(H3) control of text flow--
|
|
3371 >
|
|
3372
|
|
3373 <!ATTLIST APP
|
|
3374 --<Title>html_p~1 - Attribute List-064--
|
|
3375
|
|
3376 id ID #IMPLIED
|
|
3377 --<Title>Document-wide unique ID--
|
|
3378
|
|
3379 class NAMES #IMPLIED
|
|
3380 --<Title>Comma-separated list of classes--
|
|
3381
|
|
3382 style CDATA #IMPLIED
|
|
3383 --<Title>Style info for this occurrence only--
|
|
3384
|
|
3385 title CDATA #IMPLIED
|
|
3386 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3387
|
|
3388 lang NAME #IMPLIED
|
|
3389 --<Title>RFC 1766 language value--
|
|
3390
|
|
3391 dir (ltr , rtl) #IMPLIED
|
|
3392 --<Title>Directionality--
|
|
3393
|
|
3394 noindex (noindex) #IMPLIED
|
|
3395 --<Title>Defeats robot indexing--
|
|
3396
|
|
3397 codebase CDATA #IMPLIED
|
|
3398 --<Title>code base--
|
|
3399
|
|
3400 clear CDATA #IMPLIED
|
|
3401 --<Title>(H3) control of text flow--
|
|
3402
|
|
3403 mayscript (mayscript) #IMPLIED
|
|
3404 --<Title>(N) allows applet access to JavaScript or similar--
|
|
3405
|
|
3406 archive CDATA #IMPLIED
|
|
3407 --<Title>(N) URL of code archive (.zip, but not a compressed file)--
|
|
3408
|
|
3409 code CDATA #REQUIRED
|
|
3410 --<Title>class file--
|
|
3411
|
|
3412 name CDATA #IMPLIED
|
|
3413 --<Title>applet name--
|
|
3414
|
|
3415 alt CDATA #IMPLIED
|
|
3416 --<Title>for display in place of applet--
|
|
3417
|
|
3418 align (top , middle , bottom , left , right) #IMPLIED
|
|
3419 --<Title>vertical or horizontal alignment--
|
|
3420
|
|
3421 height CDATA #REQUIRED
|
|
3422 --<Title>height-002--
|
|
3423
|
|
3424 width CDATA #REQUIRED
|
|
3425 --<Title>width-002--
|
|
3426
|
|
3427 hspace CDATA #IMPLIED
|
|
3428 --<Title>hspace-002--
|
|
3429
|
|
3430 vspace CDATA #IMPLIED
|
|
3431 --<Title>Suggested vertical gutter--
|
|
3432
|
|
3433 download NUMBER #IMPLIED
|
|
3434 --<Title>image download order--
|
|
3435 >
|
|
3436
|
|
3437 <!ATTLIST APPLET
|
|
3438 --<Title>html_p~1 - Attribute List-065--
|
|
3439
|
|
3440 id ID #IMPLIED
|
|
3441 --<Title>Document-wide unique ID--
|
|
3442
|
|
3443 class NAMES #IMPLIED
|
|
3444 --<Title>Comma-separated list of classes--
|
|
3445
|
|
3446 style CDATA #IMPLIED
|
|
3447 --<Title>Style info for this occurrence only--
|
|
3448
|
|
3449 title CDATA #IMPLIED
|
|
3450 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3451
|
|
3452 lang NAME #IMPLIED
|
|
3453 --<Title>RFC 1766 language value--
|
|
3454
|
|
3455 dir (ltr , rtl) #IMPLIED
|
|
3456 --<Title>Directionality--
|
|
3457
|
|
3458 noindex (noindex) #IMPLIED
|
|
3459 --<Title>Defeats robot indexing--
|
|
3460
|
|
3461 codebase CDATA #IMPLIED
|
|
3462 --<Title>code base--
|
|
3463
|
|
3464 clear CDATA #IMPLIED
|
|
3465 --<Title>(H3) control of text flow--
|
|
3466
|
|
3467 mayscript (mayscript) #IMPLIED
|
|
3468 --<Title>(N) allows applet access to JavaScript or similar--
|
|
3469
|
|
3470 archive CDATA #IMPLIED
|
|
3471 --<Title>(N) URL of code archive (.zip, but not a compressed file)--
|
|
3472
|
|
3473 code CDATA #REQUIRED
|
|
3474 --<Title>class file--
|
|
3475
|
|
3476 name CDATA #IMPLIED
|
|
3477 --<Title>applet name--
|
|
3478
|
|
3479 alt CDATA #IMPLIED
|
|
3480 --<Title>for display in place of applet--
|
|
3481
|
|
3482 align (top , middle , bottom , left , right) #IMPLIED
|
|
3483 --<Title>vertical or horizontal alignment--
|
|
3484
|
|
3485 height CDATA #REQUIRED
|
|
3486 --<Title>height-003--
|
|
3487
|
|
3488 width CDATA #REQUIRED
|
|
3489 --<Title>width-003--
|
|
3490
|
|
3491 hspace CDATA #IMPLIED
|
|
3492 --<Title>hspace-003--
|
|
3493
|
|
3494 vspace CDATA #IMPLIED
|
|
3495 --<Title>Suggested vertical gutter--
|
|
3496
|
|
3497 download NUMBER #IMPLIED
|
|
3498 --<Title>image download order--
|
|
3499 >
|
|
3500
|
|
3501 <!ATTLIST param
|
|
3502 --<Title>html_p~1 - Attribute List-066--
|
|
3503
|
|
3504 id ID #IMPLIED
|
|
3505 --<Title>Document-wide unique ID--
|
|
3506
|
|
3507 class NAMES #IMPLIED
|
|
3508 --<Title>Comma-separated list of classes--
|
|
3509
|
|
3510 style CDATA #IMPLIED
|
|
3511 --<Title>Style info for this occurrence only--
|
|
3512
|
|
3513 title CDATA #IMPLIED
|
|
3514 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3515
|
|
3516 lang NAME #IMPLIED
|
|
3517 --<Title>RFC 1766 language value--
|
|
3518
|
|
3519 dir (ltr , rtl) #IMPLIED
|
|
3520 --<Title>Directionality--
|
|
3521
|
|
3522 noindex (noindex) #IMPLIED
|
|
3523 --<Title>Defeats robot indexing--
|
|
3524
|
|
3525 name CDATA #REQUIRED
|
|
3526 --<Title>property name--
|
|
3527
|
|
3528 clear CDATA #IMPLIED
|
|
3529 --<Title>(H3) control of text flow--
|
|
3530
|
|
3531 value CDATA #IMPLIED
|
|
3532 --<Title>property value--
|
|
3533
|
|
3534 valuetype (DATA , REF , OBJECT) "DATA"
|
|
3535
|
|
3536 --<Title>How to interpret value--
|
|
3537
|
|
3538 ref CDATA #IMPLIED
|
|
3539 --<Title>(L) Undocumented--
|
|
3540
|
|
3541 valueref CDATA #IMPLIED
|
|
3542 --<Title>valueref--
|
|
3543
|
|
3544 data CDATA #IMPLIED
|
|
3545 --<Title>reference to object's data--
|
|
3546
|
|
3547 object CDATA #IMPLIED
|
|
3548 --<Title>object-002--
|
|
3549
|
|
3550 accept CDATA #IMPLIED
|
|
3551 --<Title>accept--
|
|
3552
|
|
3553 accept-charset CDATA #IMPLIED
|
|
3554 --<Title>accept-charset--
|
|
3555
|
|
3556 accept-encoding CDATA #IMPLIED
|
|
3557 --<Title>accept-encoding--
|
|
3558
|
|
3559 type CDATA #IMPLIED
|
|
3560 --<Title>Internet media type--
|
|
3561
|
|
3562 SDAPREF CDATA #FIXED "<?SDATrans Param: #AttList>"
|
|
3563
|
|
3564 --<Title>SDAPREF-010--
|
|
3565 >
|
|
3566
|
|
3567 <!ATTLIST FORM
|
|
3568 --<Title>html_p~1 - Attribute List-067--
|
|
3569
|
|
3570 id ID #IMPLIED
|
|
3571 --<Title>Document-wide unique ID--
|
|
3572
|
|
3573 class NAMES #IMPLIED
|
|
3574 --<Title>Comma-separated list of classes--
|
|
3575
|
|
3576 style CDATA #IMPLIED
|
|
3577 --<Title>Style info for this occurrence only--
|
|
3578
|
|
3579 title CDATA #IMPLIED
|
|
3580 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3581
|
|
3582 lang NAME #IMPLIED
|
|
3583 --<Title>RFC 1766 language value--
|
|
3584
|
|
3585 dir (ltr , rtl) #IMPLIED
|
|
3586 --<Title>Directionality--
|
|
3587
|
|
3588 noindex (noindex) #IMPLIED
|
|
3589 --<Title>Defeats robot indexing--
|
|
3590
|
|
3591 clear CDATA #IMPLIED
|
|
3592 --<Title>for control of text flow--
|
|
3593
|
|
3594 script CDATA #IMPLIED
|
|
3595 --<Title>script--
|
|
3596
|
|
3597 subject CDATA #IMPLIED
|
|
3598 --<Title>subject--
|
|
3599
|
|
3600 action CDATA #REQUIRED
|
|
3601 --<Title>(H2) server-side form handler (script)--
|
|
3602
|
|
3603 method (GET , POST , PGET) "GET"
|
|
3604 --<Title>(H2) see HTTP specification: PGET added for Foteos' testing--
|
|
3605
|
|
3606 name CDATA #IMPLIED
|
|
3607 --<Title>(N) name for the form--
|
|
3608
|
|
3609 target CDATA #IMPLIED
|
|
3610 --<Title>(N) name for the target window--
|
|
3611
|
|
3612 enctype CDATA "application/x-www-form-urlencoded"
|
|
3613
|
|
3614 --<Title>(H2) Encoding type, may also be "multipart/form-data"--
|
|
3615
|
|
3616 onReset CDATA #IMPLIED
|
|
3617 --<Title>(N) module to execute when form is reset--
|
|
3618
|
|
3619 onSubmit CDATA #IMPLIED
|
|
3620 --<Title>(N) module to execute when form is submitted--
|
|
3621
|
|
3622 SDAPREF CDATA #FIXED "<Para>Form:</Para>"
|
|
3623
|
|
3624 --<Title>SDAPREF-011--
|
|
3625
|
|
3626 SDASUFF CDATA #FIXED "<Para>Form End.</Para>"
|
|
3627
|
|
3628 --<Title>SDASUFF--
|
|
3629 >
|
|
3630
|
|
3631 <!ATTLIST LABEL
|
|
3632 --<Title>html_p~1 - Attribute List-068--
|
|
3633
|
|
3634 id ID #IMPLIED
|
|
3635 --<Title>Document-wide unique ID--
|
|
3636
|
|
3637 class NAMES #IMPLIED
|
|
3638 --<Title>Comma-separated list of classes--
|
|
3639
|
|
3640 style CDATA #IMPLIED
|
|
3641 --<Title>Style info for this occurrence only--
|
|
3642
|
|
3643 title CDATA #IMPLIED
|
|
3644 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3645
|
|
3646 lang NAME #IMPLIED
|
|
3647 --<Title>RFC 1766 language value--
|
|
3648
|
|
3649 dir (ltr , rtl) #IMPLIED
|
|
3650 --<Title>Directionality--
|
|
3651
|
|
3652 noindex (noindex) #IMPLIED
|
|
3653 --<Title>Defeats robot indexing--
|
|
3654
|
|
3655 for IDREF #IMPLIED
|
|
3656 --<Title>matches a field ID value--
|
|
3657
|
|
3658 accesskey CDATA #IMPLIED
|
|
3659 --<Title>accessibility key character--
|
|
3660
|
|
3661 onClick CDATA #IMPLIED
|
|
3662 --<Title>intrinsic event--
|
|
3663 >
|
|
3664
|
|
3665 <!ATTLIST FIELDSET
|
|
3666 --<Title>html_p~1 - Attribute List-069--
|
|
3667
|
|
3668 id ID #IMPLIED
|
|
3669 --<Title>Document-wide unique ID--
|
|
3670
|
|
3671 class NAMES #IMPLIED
|
|
3672 --<Title>Comma-separated list of classes--
|
|
3673
|
|
3674 style CDATA #IMPLIED
|
|
3675 --<Title>Style info for this occurrence only--
|
|
3676
|
|
3677 title CDATA #IMPLIED
|
|
3678 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3679
|
|
3680 lang NAME #IMPLIED
|
|
3681 --<Title>RFC 1766 language value--
|
|
3682
|
|
3683 dir (ltr , rtl) #IMPLIED
|
|
3684 --<Title>Directionality--
|
|
3685
|
|
3686 noindex (noindex) #IMPLIED
|
|
3687 --<Title>Defeats robot indexing--
|
|
3688
|
|
3689 clear CDATA #IMPLIED
|
|
3690 --<Title>(H3) control of text flow--
|
|
3691
|
|
3692 checked (checked) #IMPLIED
|
|
3693 --<Title>marks this set of fields by default as CHECKED--
|
|
3694 >
|
|
3695
|
|
3696 <!ATTLIST INPUT
|
|
3697 --<Title>html_p~1 - Attribute List-070--
|
|
3698
|
|
3699 id ID #IMPLIED
|
|
3700 --<Title>Document-wide unique ID--
|
|
3701
|
|
3702 class NAMES #IMPLIED
|
|
3703 --<Title>Comma-separated list of classes--
|
|
3704
|
|
3705 style CDATA #IMPLIED
|
|
3706 --<Title>Style info for this occurrence only--
|
|
3707
|
|
3708 title CDATA #IMPLIED
|
|
3709 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3710
|
|
3711 lang NAME #IMPLIED
|
|
3712 --<Title>RFC 1766 language value--
|
|
3713
|
|
3714 dir (ltr , rtl) #IMPLIED
|
|
3715 --<Title>Directionality--
|
|
3716
|
|
3717 noindex (noindex) #IMPLIED
|
|
3718 --<Title>Defeats robot indexing--
|
|
3719
|
|
3720 type (TEXT , PASSWORD , CHECKBOX , RADIO , SUBMIT , RESET ,
|
|
3721 FILE , HIDDEN , IMAGE , BUTTON) "TEXT"
|
|
3722
|
|
3723 --<Title>what kind of widget is needed--
|
|
3724
|
|
3725 name CDATA #IMPLIED
|
|
3726 --<Title>required for all but submit and reset--
|
|
3727
|
|
3728 value CDATA #IMPLIED
|
|
3729 --<Title>required for radio and checkboxes, also for file uploads--
|
|
3730
|
|
3731 checked (checked) #IMPLIED
|
|
3732 --<Title>marks this field by default as CHECKED--
|
|
3733
|
|
3734 disabled (disabled) #IMPLIED
|
|
3735 --<Title>turns off this field--
|
|
3736
|
|
3737 clear CDATA #IMPLIED
|
|
3738 --<Title>(H3) control of text flow--
|
|
3739
|
|
3740 error CDATA #IMPLIED
|
|
3741 --<Title>error--
|
|
3742
|
|
3743 height NUMBER #IMPLIED
|
|
3744 --<Title>height-004--
|
|
3745
|
|
3746 width NUMBER #IMPLIED
|
|
3747 --<Title>width-004--
|
|
3748
|
|
3749 max NUMBER #IMPLIED
|
|
3750 --<Title>max--
|
|
3751
|
|
3752 min NUMBER #IMPLIED
|
|
3753 --<Title>min--
|
|
3754
|
|
3755 md CDATA #IMPLIED
|
|
3756 --<Title>message digest for linked object--
|
|
3757
|
|
3758 size CDATA #IMPLIED
|
|
3759 --<Title>specific to each type of field--
|
|
3760
|
|
3761 maxlength NUMBER #IMPLIED
|
|
3762 --<Title>maxlength--
|
|
3763
|
|
3764 src CDATA #IMPLIED
|
|
3765 --<Title>for fields with background images--
|
|
3766
|
|
3767 alt CDATA #IMPLIED
|
|
3768 --<Title>for display in place of applet--
|
|
3769
|
|
3770 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
3771 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
3772 --<Title>Format of icon file if not implicit--
|
|
3773
|
|
3774 accept CDATA #IMPLIED
|
|
3775 --<Title>Form-based file upload accepted types (RFC1867)--
|
|
3776
|
|
3777 align (left , right , center , justify) #IMPLIED
|
|
3778 --<Title>Horizontal alignment--
|
|
3779
|
|
3780 tabindex NUMBER #IMPLIED
|
|
3781 --<Title>Position in tabbing order--
|
|
3782
|
|
3783 notab (notab) #IMPLIED
|
|
3784 --<Title>Exclude from tabbing order--
|
|
3785
|
|
3786 onClick CDATA #IMPLIED
|
|
3787 --<Title>(N) script to execute when button is clicked; (T) animation--
|
|
3788
|
|
3789 onFocus CDATA #IMPLIED
|
|
3790 --<Title>onFocus--
|
|
3791
|
|
3792 onBlur CDATA #IMPLIED
|
|
3793 --<Title>onBlur--
|
|
3794
|
|
3795 onSelect CDATA #IMPLIED
|
|
3796 --<Title>onSelect--
|
|
3797
|
|
3798 onChange CDATA #IMPLIED
|
|
3799 --<Title>onChange--
|
|
3800
|
|
3801 action CDATA #IMPLIED
|
|
3802 --<Title>(T) URL to send single field value to when field is clicked--
|
|
3803
|
|
3804 submitform (submitform) #IMPLIED
|
|
3805 --<Title>(T) with ACTION, sends whole form instead of single value--
|
|
3806
|
|
3807 noargs (noargs) #IMPLIED
|
|
3808 --<Title>(T) with ACTION, defeats sending of field data--
|
|
3809
|
|
3810 nohighlight (nohighlight) #IMPLIED
|
|
3811 --<Title>(T) disables auto-highlighting--
|
|
3812
|
|
3813 usestyle (usestyle) #IMPLIED
|
|
3814 --<Title>(T) use body font for content--
|
|
3815
|
|
3816 autosubmit (autosubmit) #IMPLIED
|
|
3817 --<Title>(T) in HIDDEN fields, submits form when user transcludes--
|
|
3818
|
|
3819 loop (loop) #IMPLIED
|
|
3820 --<Title>(T) forces an ONCLICK animation to loop--
|
|
3821
|
|
3822 nocursor (nocursor) #IMPLIED
|
|
3823 --<Title>(T) in IMAGE fields, disable cursor on image--
|
|
3824
|
|
3825 borderimage CDATA #IMPLIED
|
|
3826 --<Title>(T) in TEXT, RESET and SUBMIT, specifies alternate button images--
|
|
3827
|
|
3828 useform IDREF #IMPLIED
|
|
3829 --<Title>(T) in SUBMIT, send the form ID="id" rather than the current form--
|
|
3830
|
|
3831 allcaps (allcaps) #IMPLIED
|
|
3832 --<Title>(T) forces keyboard to CAPS LOCK for data in this field--
|
|
3833
|
|
3834 autocaps (autocaps) #IMPLIED
|
|
3835 --<Title>(T) forces keyboard to initial capitalization for this field--
|
|
3836
|
|
3837 autoactivate (autoactivate) #IMPLIED
|
|
3838 --<Title>(T) in TEXT fields, activates focus automatically--
|
|
3839
|
|
3840 bgcolor CDATA #IMPLIED
|
|
3841 --<Title>(T) background color--
|
|
3842
|
|
3843 cursor CDATA #IMPLIED
|
|
3844 --<Title>(T) cursor color--
|
|
3845
|
|
3846 executeurl CDATA #IMPLIED
|
|
3847 --<Title>(T) in TEXT, interpret data as URL and transclude on RETURN--
|
|
3848
|
|
3849 nosubmit (nosubmit) #IMPLIED
|
|
3850 --<Title>(T) defeats submission when RETURN is pressed--
|
|
3851
|
|
3852 numbers (numbers) #IMPLIED
|
|
3853 --<Title>(T) forces use of numeric keypad--
|
|
3854
|
|
3855 SDAPREF CDATA #FIXED "Input: "
|
|
3856 --<Title>SDAPREF-012--
|
|
3857 >
|
|
3858
|
|
3859 <!ATTLIST SELECT
|
|
3860 --<Title>html_p~1 - Attribute List-071--
|
|
3861
|
|
3862 id ID #IMPLIED
|
|
3863 --<Title>Document-wide unique ID--
|
|
3864
|
|
3865 class NAMES #IMPLIED
|
|
3866 --<Title>Comma-separated list of classes--
|
|
3867
|
|
3868 style CDATA #IMPLIED
|
|
3869 --<Title>Style info for this occurrence only--
|
|
3870
|
|
3871 title CDATA #IMPLIED
|
|
3872 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3873
|
|
3874 lang NAME #IMPLIED
|
|
3875 --<Title>RFC 1766 language value--
|
|
3876
|
|
3877 dir (ltr , rtl) #IMPLIED
|
|
3878 --<Title>Directionality--
|
|
3879
|
|
3880 noindex (noindex) #IMPLIED
|
|
3881 --<Title>Defeats robot indexing--
|
|
3882
|
|
3883 align (left , right , center , justify) #IMPLIED
|
|
3884 --<Title>Horizontal alignment--
|
|
3885
|
|
3886 name CDATA #REQUIRED
|
|
3887 --<Title>property name--
|
|
3888
|
|
3889 clear CDATA #IMPLIED
|
|
3890 --<Title>(H3) control of text flow--
|
|
3891
|
|
3892 disabled (disabled) #IMPLIED
|
|
3893 --<Title>marks this field by default as disabled--
|
|
3894
|
|
3895 error CDATA #IMPLIED
|
|
3896 --<Title>error-002--
|
|
3897
|
|
3898 md CDATA #IMPLIED
|
|
3899 --<Title>message digest for linked object--
|
|
3900
|
|
3901 width NUMBER #IMPLIED
|
|
3902 --<Title>desired width in units--
|
|
3903
|
|
3904 height NUMBER #IMPLIED
|
|
3905 --<Title>desired height in units--
|
|
3906
|
|
3907 units (en , pixels) "pixels"
|
|
3908 --<Title>specifies units as en's or pixels--
|
|
3909
|
|
3910 size NUMBER #IMPLIED
|
|
3911 --<Title>number of items in the list to be visible at once--
|
|
3912
|
|
3913 multiple (multiple) #IMPLIED
|
|
3914 --<Title>multiple--
|
|
3915
|
|
3916 checked (checked) #IMPLIED
|
|
3917 --<Title>marks this field by default as CHECKED--
|
|
3918
|
|
3919 tabindex NUMBER #IMPLIED
|
|
3920 --<Title>Position in tabbing order--
|
|
3921
|
|
3922 notab (notab) #IMPLIED
|
|
3923 --<Title>Exclude from tabbing order--
|
|
3924
|
|
3925 onFocus CDATA #IMPLIED
|
|
3926 --<Title>onFocus-002--
|
|
3927
|
|
3928 onBlur CDATA #IMPLIED
|
|
3929 --<Title>onBlur-002--
|
|
3930
|
|
3931 onChange CDATA #IMPLIED
|
|
3932 --<Title>onChange-002--
|
|
3933
|
|
3934 onClick CDATA #IMPLIED
|
|
3935 --<Title>(N) script to execute when button is clicked--
|
|
3936
|
|
3937 autoactivate (autoactivate) #IMPLIED
|
|
3938 --<Title>(T) in TEXT fields, activates focus automatically--
|
|
3939
|
|
3940 bgcolor CDATA #IMPLIED
|
|
3941 --<Title>(T) background color--
|
|
3942
|
|
3943 exclusive (exclusive) #IMPLIED
|
|
3944 --<Title>(T) detect and purge duplicate OPTION entries--
|
|
3945
|
|
3946 selcolor CDATA "#EAEAEA"
|
|
3947 --<Title>(T) sets color for background of selected options--
|
|
3948
|
|
3949 showempty (showempty) #IMPLIED
|
|
3950 --<Title>(T) displays empty lists with string "empty"--
|
|
3951
|
|
3952 text CDATA #IMPLIED
|
|
3953 --<Title>(T) sets color for text of OPTIONs--
|
|
3954
|
|
3955 usestyle (usestyle) #IMPLIED
|
|
3956 --<Title>(T) use body font for content--
|
|
3957
|
|
3958 SDAFORM CDATA #FIXED "List"
|
|
3959 --<Title>SDAFORM-022--
|
|
3960
|
|
3961 SDAPREF CDATA #FIXED
|
|
3962 "<LHead>Select #AttVal(Multiple)</LHead>"
|
|
3963
|
|
3964 --<Title>SDAPREF-013--
|
|
3965 >
|
|
3966
|
|
3967 <!ATTLIST OPTION
|
|
3968 --<Title>html_p~1 - Attribute List-072--
|
|
3969
|
|
3970 id ID #IMPLIED
|
|
3971 --<Title>Document-wide unique ID--
|
|
3972
|
|
3973 class NAMES #IMPLIED
|
|
3974 --<Title>Comma-separated list of classes--
|
|
3975
|
|
3976 style CDATA #IMPLIED
|
|
3977 --<Title>Style info for this occurrence only--
|
|
3978
|
|
3979 title CDATA #IMPLIED
|
|
3980 --<Title>Advisory title (rec'd max 64 chars)--
|
|
3981
|
|
3982 lang NAME #IMPLIED
|
|
3983 --<Title>RFC 1766 language value--
|
|
3984
|
|
3985 dir (ltr , rtl) #IMPLIED
|
|
3986 --<Title>Directionality--
|
|
3987
|
|
3988 noindex (noindex) #IMPLIED
|
|
3989 --<Title>Defeats robot indexing--
|
|
3990
|
|
3991 clear CDATA #IMPLIED
|
|
3992 --<Title>(H3) control of text flow--
|
|
3993
|
|
3994 disabled (disabled) #IMPLIED
|
|
3995 --<Title>marks this field by default as disabled--
|
|
3996
|
|
3997 selected (selected) #IMPLIED
|
|
3998 --<Title>marks this field by default as selected--
|
|
3999
|
|
4000 error CDATA #IMPLIED
|
|
4001 --<Title>error-003--
|
|
4002
|
|
4003 shape CDATA #IMPLIED
|
|
4004 --<Title>(L) Instantiation--
|
|
4005
|
|
4006 value CDATA #IMPLIED
|
|
4007 --<Title>defaults to element content--
|
|
4008
|
|
4009 SDAFORM CDATA #FIXED "LItem"
|
|
4010 --<Title>SDAFORM-023--
|
|
4011
|
|
4012 SDAPREF CDATA #FIXED
|
|
4013 "Option: #AttVal(Value) #AttVal(Selected)"
|
|
4014
|
|
4015 --<Title>SDAPREF-014--
|
|
4016 >
|
|
4017
|
|
4018 <!ATTLIST TEXTAREA
|
|
4019 --<Title>html_p~1 - Attribute List-073--
|
|
4020
|
|
4021 id ID #IMPLIED
|
|
4022 --<Title>Document-wide unique ID--
|
|
4023
|
|
4024 class NAMES #IMPLIED
|
|
4025 --<Title>Comma-separated list of classes--
|
|
4026
|
|
4027 style CDATA #IMPLIED
|
|
4028 --<Title>Style info for this occurrence only--
|
|
4029
|
|
4030 title CDATA #IMPLIED
|
|
4031 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4032
|
|
4033 lang NAME #IMPLIED
|
|
4034 --<Title>RFC 1766 language value--
|
|
4035
|
|
4036 dir (ltr , rtl) #IMPLIED
|
|
4037 --<Title>Directionality--
|
|
4038
|
|
4039 noindex (noindex) #IMPLIED
|
|
4040 --<Title>Defeats robot indexing--
|
|
4041
|
|
4042 align (left , right , center , justify) #IMPLIED
|
|
4043 --<Title>Horizontal alignment--
|
|
4044
|
|
4045 name CDATA #REQUIRED
|
|
4046 --<Title>property name--
|
|
4047
|
|
4048 clear CDATA #IMPLIED
|
|
4049 --<Title>(H3) control of text flow--
|
|
4050
|
|
4051 disabled (disabled) #IMPLIED
|
|
4052 --<Title>marks this field by default as disabled--
|
|
4053
|
|
4054 error CDATA #IMPLIED
|
|
4055 --<Title>error-004--
|
|
4056
|
|
4057 wrap (ON , OFF , HARD , SOFT , PHYSICAL , VIRTUAL) "OFF"
|
|
4058
|
|
4059 --<Title>(N) how to handle line-wrapping and inserted newlines--
|
|
4060
|
|
4061 rows NUMBER #REQUIRED
|
|
4062 --<Title>rows--
|
|
4063
|
|
4064 cols NUMBER #REQUIRED
|
|
4065 --<Title>cols--
|
|
4066
|
|
4067 checked (checked) #IMPLIED
|
|
4068 --<Title>marks this field by default as CHECKED--
|
|
4069
|
|
4070 tabindex NUMBER #IMPLIED
|
|
4071 --<Title>Position in tabbing order--
|
|
4072
|
|
4073 notab (notab) #IMPLIED
|
|
4074 --<Title>Exclude from tabbing order--
|
|
4075
|
|
4076 onFocus CDATA #IMPLIED
|
|
4077 --<Title>onFocus-003--
|
|
4078
|
|
4079 onBlur CDATA #IMPLIED
|
|
4080 --<Title>onBlur-003--
|
|
4081
|
|
4082 onSelect CDATA #IMPLIED
|
|
4083 --<Title>onSelect-002--
|
|
4084
|
|
4085 onChange CDATA #IMPLIED
|
|
4086 --<Title>onChange-003--
|
|
4087
|
|
4088 allcaps (allcaps) #IMPLIED
|
|
4089 --<Title>(T) forces keyboard to CAPS LOCK for data in this field--
|
|
4090
|
|
4091 autocaps (autocaps) #IMPLIED
|
|
4092 --<Title>(T) forces keyboard to initial capitalization for this field--
|
|
4093
|
|
4094 autoactivate (autoactivate) #IMPLIED
|
|
4095 --<Title>(T) in TEXT fields, activates focus automatically--
|
|
4096
|
|
4097 bgcolor CDATA #IMPLIED
|
|
4098 --<Title>(T) background color--
|
|
4099
|
|
4100 cursor CDATA #IMPLIED
|
|
4101 --<Title>(T) cursor color--
|
|
4102
|
|
4103 growable (growable) #IMPLIED
|
|
4104 --<Title>(T) area grows when full instead of scrolling--
|
|
4105
|
|
4106 nohardbreaks (nohardbreaks) #IMPLIED
|
|
4107 --<Title>(T) RETURN moves to next field instead of entering a newline--
|
|
4108
|
|
4109 nosoftbreaks (nosoftbreaks) #IMPLIED
|
|
4110 --<Title>(T) soft breaks in wrapping will not be sent to server--
|
|
4111
|
|
4112 numbers (numbers) #IMPLIED
|
|
4113 --<Title>(T) forces use of numeric keypad--
|
|
4114
|
|
4115 showkeyboard (showkeyboard) #IMPLIED
|
|
4116 --<Title>(T) keyboard pops up automatically when area selected--
|
|
4117
|
|
4118 usestyle (usestyle) #IMPLIED
|
|
4119 --<Title>(T) use body font for content--
|
|
4120
|
|
4121 SDAFORM CDATA #FIXED "Para"
|
|
4122 --<Title>SDAFORM-024--
|
|
4123
|
|
4124 SDAPREF CDATA #FIXED "Input Text -- #AttVal(Name): "
|
|
4125
|
|
4126 --<Title>SDAPREF-015--
|
|
4127 >
|
|
4128
|
|
4129 <!ATTLIST KEYGEN
|
|
4130 --<Title>html_p~1 - Attribute List-074--
|
|
4131
|
|
4132 id ID #IMPLIED
|
|
4133 --<Title>Document-wide unique ID--
|
|
4134
|
|
4135 class NAMES #IMPLIED
|
|
4136 --<Title>Comma-separated list of classes--
|
|
4137
|
|
4138 style CDATA #IMPLIED
|
|
4139 --<Title>Style info for this occurrence only--
|
|
4140
|
|
4141 title CDATA #IMPLIED
|
|
4142 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4143
|
|
4144 lang NAME #IMPLIED
|
|
4145 --<Title>RFC 1766 language value--
|
|
4146
|
|
4147 dir (ltr , rtl) #IMPLIED
|
|
4148 --<Title>Directionality--
|
|
4149
|
|
4150 noindex (noindex) #IMPLIED
|
|
4151 --<Title>Defeats robot indexing--
|
|
4152
|
|
4153 name CDATA #REQUIRED
|
|
4154 --<Title>Name for the name-value pair--
|
|
4155
|
|
4156 challenge CDATA #IMPLIED
|
|
4157 --<Title>Challenge string (default is null IA5STRING)--
|
|
4158 >
|
|
4159
|
|
4160 <!ATTLIST TABLE
|
|
4161 --<Title>html_p~1 - Attribute List-075--
|
|
4162
|
|
4163 id ID #IMPLIED
|
|
4164 --<Title>Document-wide unique ID--
|
|
4165
|
|
4166 class NAMES #IMPLIED
|
|
4167 --<Title>Comma-separated list of classes--
|
|
4168
|
|
4169 style CDATA #IMPLIED
|
|
4170 --<Title>Style info for this occurrence only--
|
|
4171
|
|
4172 title CDATA #IMPLIED
|
|
4173 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4174
|
|
4175 lang NAME #IMPLIED
|
|
4176 --<Title>RFC 1766 language value--
|
|
4177
|
|
4178 dir (ltr , rtl) #IMPLIED
|
|
4179 --<Title>Directionality--
|
|
4180
|
|
4181 noindex (noindex) #IMPLIED
|
|
4182 --<Title>Defeats robot indexing--
|
|
4183
|
|
4184 clear CDATA "no"
|
|
4185 --<Title>(left|right|all|no) move down past figures--
|
|
4186
|
|
4187 needs CDATA #IMPLIED
|
|
4188 --<Title>minimum width needed in ems or pixels, eg "40 em" or "100 pixels"--
|
|
4189
|
|
4190 align (left , center , right , bleedleft , bleedright ,
|
|
4191 justify) #IMPLIED
|
|
4192 --<Title>table position relative to window--
|
|
4193
|
|
4194 width CDATA #IMPLIED
|
|
4195 --<Title>table width relative to window--
|
|
4196
|
|
4197 cols NUMBER #IMPLIED
|
|
4198 --<Title>used for immediate display mode--
|
|
4199
|
|
4200 border CDATA #IMPLIED
|
|
4201 --<Title>controls frame width around table--
|
|
4202
|
|
4203 frame (void , above , below , hsides , lhs , rhs , vsides ,
|
|
4204 box , border) #IMPLIED
|
|
4205 --<Title>which parts of table frame to include--
|
|
4206
|
|
4207 rules (none , groups , rows , cols , all) #IMPLIED
|
|
4208 --<Title>rulings between rows and cols--
|
|
4209
|
|
4210 cellspacing CDATA #IMPLIED
|
|
4211 --<Title>spacing between cells--
|
|
4212
|
|
4213 cellpadding CDATA #IMPLIED
|
|
4214 --<Title>spacing within cells--
|
|
4215
|
|
4216 colspec CDATA #IMPLIED
|
|
4217 --<Title>column widths and alignment--
|
|
4218
|
|
4219 units (en , px , relative) "en"
|
|
4220 --<Title>units for column widths--
|
|
4221
|
|
4222 dp CDATA #IMPLIED
|
|
4223 --<Title>decimal point e.g. dp=","--
|
|
4224
|
|
4225 valign (top , middle , bottom , baseline) "top"
|
|
4226
|
|
4227 --<Title>vertical alignment--
|
|
4228
|
|
4229 noflow (noflow) #IMPLIED
|
|
4230 --<Title>noflow around table--
|
|
4231
|
|
4232 nowrap (nowrap) #IMPLIED
|
|
4233 --<Title>(N) don't wrap words--
|
|
4234
|
|
4235 bgcolor CDATA #IMPLIED
|
|
4236 --<Title>Table background color--
|
|
4237
|
|
4238 bordercolor CDATA #IMPLIED
|
|
4239 --<Title>table border color--
|
|
4240
|
|
4241 bordercolorlight CDATA #IMPLIED
|
|
4242 --<Title>3D table border color--
|
|
4243
|
|
4244 bordercolordark CDATA #IMPLIED
|
|
4245 --<Title>bordercolordark--
|
|
4246
|
|
4247 background CDATA #IMPLIED
|
|
4248 --<Title>(T) Image to tile for table background--
|
|
4249
|
|
4250 cellborder NUMBER #IMPLIED
|
|
4251 --<Title>(T) set cell border width in pixels--
|
|
4252
|
|
4253 href CDATA #IMPLIED
|
|
4254 --<Title>(T) Hypertext link to apply to whole table--
|
|
4255
|
|
4256 name CDATA #IMPLIED
|
|
4257 --<Title>(T) Name instead of ID--
|
|
4258
|
|
4259 transparency NUMBER "0"
|
|
4260 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
4261
|
|
4262 stubcols NUMBER #IMPLIED
|
|
4263 --<Title>(D) so user agent can progressive render--
|
|
4264
|
|
4265 hdrrows NUMBER #IMPLIED
|
|
4266 --<Title>(D) for symmetry, tho less important--
|
|
4267
|
|
4268 TblWd CDATA #IMPLIED
|
|
4269 --<Title>(AE) Table width--
|
|
4270
|
|
4271 TblHt CDATA #IMPLIED
|
|
4272 --<Title>(AE) Table height--
|
|
4273
|
|
4274 TblUnits (percent , pixels , points , picas , mm , cm ,
|
|
4275 inches) #IMPLIED
|
|
4276 --<Title>(AE) Table units--
|
|
4277 --Not known if this is needed: SQTABLE CDATA #FIXED 'TBLBODY'--
|
|
4278 >
|
|
4279
|
|
4280 <!ATTLIST CAPTION
|
|
4281 --<Title>html_p~1 - Attribute List-076--
|
|
4282
|
|
4283 id ID #IMPLIED
|
|
4284 --<Title>Document-wide unique ID--
|
|
4285
|
|
4286 class NAMES #IMPLIED
|
|
4287 --<Title>Comma-separated list of classes--
|
|
4288
|
|
4289 style CDATA #IMPLIED
|
|
4290 --<Title>Style info for this occurrence only--
|
|
4291
|
|
4292 title CDATA #IMPLIED
|
|
4293 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4294
|
|
4295 lang NAME #IMPLIED
|
|
4296 --<Title>RFC 1766 language value--
|
|
4297
|
|
4298 dir (ltr , rtl) #IMPLIED
|
|
4299 --<Title>Directionality--
|
|
4300
|
|
4301 noindex (noindex) #IMPLIED
|
|
4302 --<Title>Defeats robot indexing--
|
|
4303
|
|
4304 align (top , bottom) #IMPLIED
|
|
4305 --<Title>(H3) location of caption wrt table|figure|etc--
|
|
4306
|
|
4307 clear CDATA #IMPLIED
|
|
4308 --<Title>(H3) control of text flow--
|
|
4309
|
|
4310 accesskey CDATA #IMPLIED
|
|
4311 --<Title>accessibility key character--
|
|
4312
|
|
4313 SDAPREF CDATA #FIXED "Caption: "
|
|
4314 --<Title>SDAPREF-016--
|
|
4315 >
|
|
4316
|
|
4317 <!ATTLIST colgroup
|
|
4318 --<Title>html_p~1 - Attribute List-077--
|
|
4319
|
|
4320 id ID #IMPLIED
|
|
4321 --<Title>Document-wide unique ID--
|
|
4322
|
|
4323 class NAMES #IMPLIED
|
|
4324 --<Title>Comma-separated list of classes--
|
|
4325
|
|
4326 style CDATA #IMPLIED
|
|
4327 --<Title>Style info for this occurrence only--
|
|
4328
|
|
4329 title CDATA #IMPLIED
|
|
4330 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4331
|
|
4332 lang NAME #IMPLIED
|
|
4333 --<Title>RFC 1766 language value--
|
|
4334
|
|
4335 dir (ltr , rtl) #IMPLIED
|
|
4336 --<Title>Directionality--
|
|
4337
|
|
4338 noindex (noindex) #IMPLIED
|
|
4339 --<Title>Defeats robot indexing--
|
|
4340
|
|
4341 span NUMBER "1"
|
|
4342 --<Title>default number of columns in group--
|
|
4343
|
|
4344 width CDATA #IMPLIED
|
|
4345 --<Title>default width for enclosed COLs--
|
|
4346
|
|
4347 align (left , center , right , justify , char)
|
|
4348 #IMPLIED
|
|
4349 --<Title>align--
|
|
4350
|
|
4351 char CDATA #IMPLIED
|
|
4352 --<Title>alignment char, e.g. char=':'--
|
|
4353
|
|
4354 charoff CDATA #IMPLIED
|
|
4355 --<Title>offset for alignment char--
|
|
4356
|
|
4357 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4358 --<Title>vertical alignment in cells--
|
|
4359
|
|
4360 ColSep (VSingle , VDouble , VTriple , VDash , VDot ,
|
|
4361 VBold , VBlank , VNone) #IMPLIED
|
|
4362 --<Title>(AE) column separation pattern--
|
|
4363
|
|
4364 AlignChr CDATA #IMPLIED
|
|
4365 --<Title>(AE) alignment character--
|
|
4366
|
|
4367 CharPos CDATA #IMPLIED
|
|
4368 --<Title>(AE) character position--
|
|
4369
|
|
4370 ColWd CDATA #IMPLIED
|
|
4371 --<Title>(AE) default width for all cells in all columns--
|
|
4372
|
|
4373 TblUnits (percent , pixels , points , picas , mm , cm ,
|
|
4374 inches) #IMPLIED
|
|
4375 --<Title>(AE) Table units--
|
|
4376 --Not known if this is needed: SQTABLE CDATA #FIXED 'TBLBODY'--
|
|
4377
|
|
4378 TopSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4379 HBold , HBlank , HNone) "HSingle"
|
|
4380 --<Title>(AE) default top border for all cells in row 1--
|
|
4381 --unused: SQTABLE CDATA #FIXED 'TBLCDEFS'--
|
|
4382 >
|
|
4383
|
|
4384 <!ATTLIST col
|
|
4385 --<Title>html_p~1 - Attribute List-078--
|
|
4386
|
|
4387 id ID #IMPLIED
|
|
4388 --<Title>Document-wide unique ID--
|
|
4389
|
|
4390 class NAMES #IMPLIED
|
|
4391 --<Title>Comma-separated list of classes--
|
|
4392
|
|
4393 style CDATA #IMPLIED
|
|
4394 --<Title>Style info for this occurrence only--
|
|
4395
|
|
4396 title CDATA #IMPLIED
|
|
4397 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4398
|
|
4399 lang NAME #IMPLIED
|
|
4400 --<Title>RFC 1766 language value--
|
|
4401
|
|
4402 dir (ltr , rtl) #IMPLIED
|
|
4403 --<Title>Directionality--
|
|
4404
|
|
4405 noindex (noindex) #IMPLIED
|
|
4406 --<Title>Defeats robot indexing--
|
|
4407
|
|
4408 span NUMBER "1"
|
|
4409 --<Title>number of columns spanned by group--
|
|
4410
|
|
4411 width CDATA #IMPLIED
|
|
4412 --<Title>column width specification--
|
|
4413
|
|
4414 align (left , center , right , justify , char)
|
|
4415 #IMPLIED
|
|
4416 --<Title>alignment--
|
|
4417
|
|
4418 char CDATA #IMPLIED
|
|
4419 --<Title>alignment char, e.g. char=':'--
|
|
4420
|
|
4421 charoff CDATA #IMPLIED
|
|
4422 --<Title>offset for alignment char--
|
|
4423
|
|
4424 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4425 --<Title>vertical alignment in cells--
|
|
4426
|
|
4427 ColSep (VSingle , VDouble , VTriple , VDash , VDot ,
|
|
4428 VBold , VBlank , VNone) #IMPLIED
|
|
4429 --<Title>(AE) column separation pattern--
|
|
4430
|
|
4431 AlignChr CDATA #IMPLIED
|
|
4432 --<Title>(AE) alignment character--
|
|
4433
|
|
4434 CharPos CDATA #IMPLIED
|
|
4435 --<Title>(AE) character position--
|
|
4436
|
|
4437 ColWd CDATA #IMPLIED
|
|
4438 --<Title>(AE) default width for all cells in all columns--
|
|
4439
|
|
4440 TblUnits (percent , pixels , points , picas , mm , cm ,
|
|
4441 inches) #IMPLIED
|
|
4442 --<Title>(AE) Table units--
|
|
4443 --Not known if this is needed: SQTABLE CDATA #FIXED 'TBLBODY'--
|
|
4444
|
|
4445 TopSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4446 HBold , HBlank , HNone) "HSingle"
|
|
4447 --<Title>(AE) default top border for all cells in row 1--
|
|
4448 --unused: SQTABLE CDATA #FIXED 'TBLCDEFS'--
|
|
4449 >
|
|
4450
|
|
4451 <!ATTLIST thead
|
|
4452 --<Title>html_p~1 - Attribute List-079--
|
|
4453
|
|
4454 id ID #IMPLIED
|
|
4455 --<Title>Document-wide unique ID--
|
|
4456
|
|
4457 class NAMES #IMPLIED
|
|
4458 --<Title>Comma-separated list of classes--
|
|
4459
|
|
4460 style CDATA #IMPLIED
|
|
4461 --<Title>Style info for this occurrence only--
|
|
4462
|
|
4463 title CDATA #IMPLIED
|
|
4464 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4465
|
|
4466 lang NAME #IMPLIED
|
|
4467 --<Title>RFC 1766 language value--
|
|
4468
|
|
4469 dir (ltr , rtl) #IMPLIED
|
|
4470 --<Title>Directionality--
|
|
4471
|
|
4472 noindex (noindex) #IMPLIED
|
|
4473 --<Title>Defeats robot indexing--
|
|
4474
|
|
4475 align (left , center , right , justify , char)
|
|
4476 #IMPLIED
|
|
4477 --<Title>align--
|
|
4478
|
|
4479 clear CDATA #IMPLIED
|
|
4480 --<Title>for control of text flow--
|
|
4481
|
|
4482 char CDATA #IMPLIED
|
|
4483 --<Title>alignment char, e.g. char=':'--
|
|
4484
|
|
4485 charoff CDATA #IMPLIED
|
|
4486 --<Title>offset for alignment char--
|
|
4487
|
|
4488 dp CDATA #IMPLIED
|
|
4489 --<Title>decimal point e.g. dp=","--
|
|
4490
|
|
4491 nowrap (nowrap) #IMPLIED
|
|
4492 --<Title>don't wrap words--
|
|
4493
|
|
4494 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4495 --<Title>vertical alignment in cells--
|
|
4496
|
|
4497 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4498 HBold , HBlank , HNone) #IMPLIED
|
|
4499 --<Title>(AE) Inter-row border--
|
|
4500 >
|
|
4501
|
|
4502 <!ATTLIST tfoot
|
|
4503 --<Title>html_p~1 - Attribute List-080--
|
|
4504
|
|
4505 id ID #IMPLIED
|
|
4506 --<Title>Document-wide unique ID--
|
|
4507
|
|
4508 class NAMES #IMPLIED
|
|
4509 --<Title>Comma-separated list of classes--
|
|
4510
|
|
4511 style CDATA #IMPLIED
|
|
4512 --<Title>Style info for this occurrence only--
|
|
4513
|
|
4514 title CDATA #IMPLIED
|
|
4515 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4516
|
|
4517 lang NAME #IMPLIED
|
|
4518 --<Title>RFC 1766 language value--
|
|
4519
|
|
4520 dir (ltr , rtl) #IMPLIED
|
|
4521 --<Title>Directionality--
|
|
4522
|
|
4523 noindex (noindex) #IMPLIED
|
|
4524 --<Title>Defeats robot indexing--
|
|
4525
|
|
4526 align (left , center , right , justify , char)
|
|
4527 #IMPLIED
|
|
4528 --<Title>align--
|
|
4529
|
|
4530 clear CDATA #IMPLIED
|
|
4531 --<Title>for control of text flow--
|
|
4532
|
|
4533 char CDATA #IMPLIED
|
|
4534 --<Title>alignment char, e.g. char=':'--
|
|
4535
|
|
4536 charoff CDATA #IMPLIED
|
|
4537 --<Title>offset for alignment char--
|
|
4538
|
|
4539 dp CDATA #IMPLIED
|
|
4540 --<Title>decimal point e.g. dp=","--
|
|
4541
|
|
4542 nowrap (nowrap) #IMPLIED
|
|
4543 --<Title>don't wrap words--
|
|
4544
|
|
4545 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4546 --<Title>vertical alignment in cells--
|
|
4547
|
|
4548 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4549 HBold , HBlank , HNone) #IMPLIED
|
|
4550 --<Title>(AE) Inter-row border--
|
|
4551 >
|
|
4552
|
|
4553 <!ATTLIST tbody
|
|
4554 --<Title>html_p~1 - Attribute List-081--
|
|
4555
|
|
4556 id ID #IMPLIED
|
|
4557 --<Title>Document-wide unique ID--
|
|
4558
|
|
4559 class NAMES #IMPLIED
|
|
4560 --<Title>Comma-separated list of classes--
|
|
4561
|
|
4562 style CDATA #IMPLIED
|
|
4563 --<Title>Style info for this occurrence only--
|
|
4564
|
|
4565 title CDATA #IMPLIED
|
|
4566 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4567
|
|
4568 lang NAME #IMPLIED
|
|
4569 --<Title>RFC 1766 language value--
|
|
4570
|
|
4571 dir (ltr , rtl) #IMPLIED
|
|
4572 --<Title>Directionality--
|
|
4573
|
|
4574 noindex (noindex) #IMPLIED
|
|
4575 --<Title>Defeats robot indexing--
|
|
4576
|
|
4577 align (left , center , right , justify , char)
|
|
4578 #IMPLIED
|
|
4579 --<Title>align--
|
|
4580
|
|
4581 clear CDATA #IMPLIED
|
|
4582 --<Title>for control of text flow--
|
|
4583
|
|
4584 char CDATA #IMPLIED
|
|
4585 --<Title>alignment char, e.g. char=':'--
|
|
4586
|
|
4587 charoff CDATA #IMPLIED
|
|
4588 --<Title>offset for alignment char--
|
|
4589
|
|
4590 dp CDATA #IMPLIED
|
|
4591 --<Title>decimal point e.g. dp=","--
|
|
4592
|
|
4593 nowrap (nowrap) #IMPLIED
|
|
4594 --<Title>don't wrap words--
|
|
4595
|
|
4596 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4597 --<Title>vertical alignment in cells--
|
|
4598
|
|
4599 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4600 HBold , HBlank , HNone) #IMPLIED
|
|
4601 --<Title>(AE) Inter-row border--
|
|
4602 >
|
|
4603
|
|
4604 <!ATTLIST tr
|
|
4605 --<Title>html_p~1 - Attribute List-082--
|
|
4606
|
|
4607 id ID #IMPLIED
|
|
4608 --<Title>Document-wide unique ID--
|
|
4609
|
|
4610 class NAMES #IMPLIED
|
|
4611 --<Title>Comma-separated list of classes--
|
|
4612
|
|
4613 style CDATA #IMPLIED
|
|
4614 --<Title>Style info for this occurrence only--
|
|
4615
|
|
4616 title CDATA #IMPLIED
|
|
4617 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4618
|
|
4619 lang NAME #IMPLIED
|
|
4620 --<Title>RFC 1766 language value--
|
|
4621
|
|
4622 dir (ltr , rtl) #IMPLIED
|
|
4623 --<Title>Directionality--
|
|
4624
|
|
4625 noindex (noindex) #IMPLIED
|
|
4626 --<Title>Defeats robot indexing--
|
|
4627
|
|
4628 clear CDATA #IMPLIED
|
|
4629 --<Title>(H3) control of text flow--
|
|
4630
|
|
4631 align (left , center , right , justify , char)
|
|
4632 #IMPLIED
|
|
4633 --<Title>align--
|
|
4634
|
|
4635 char CDATA #IMPLIED
|
|
4636 --<Title>alignment char, e.g. char=':'--
|
|
4637
|
|
4638 charoff CDATA #IMPLIED
|
|
4639 --<Title>offset for horizontal alignment in cells--
|
|
4640
|
|
4641 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4642 --<Title>vertical alignment in cells--
|
|
4643
|
|
4644 dp CDATA #IMPLIED
|
|
4645 --<Title>decimal point e.g. dp=","--
|
|
4646
|
|
4647 nowrap (nowrap) #IMPLIED
|
|
4648 --<Title>don't wrap words--
|
|
4649
|
|
4650 bgcolor CDATA #IMPLIED
|
|
4651 --<Title>background color for cell--
|
|
4652
|
|
4653 bordercolor CDATA #IMPLIED
|
|
4654 --<Title>cell border color--
|
|
4655
|
|
4656 bordercolorlight CDATA #IMPLIED
|
|
4657 --<Title>3D cell border color--
|
|
4658
|
|
4659 bordercolordark CDATA #IMPLIED
|
|
4660 --<Title>bordercolordark-002--
|
|
4661
|
|
4662 width CDATA #IMPLIED
|
|
4663 --<Title>cell width--
|
|
4664
|
|
4665 transparency NUMBER "0"
|
|
4666 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
4667
|
|
4668 rowaxes CDATA #IMPLIED
|
|
4669 --<Title>(D) to indicate the distinguishing row part of td axes value--
|
|
4670
|
|
4671 ColSep (VSingle , VDouble , VTriple , VDash , VDot ,
|
|
4672 VBold , VBlank , VNone) #IMPLIED
|
|
4673 --<Title>(AE) column separation pattern--
|
|
4674
|
|
4675 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4676 HBold , HBlank , HNone) #IMPLIED
|
|
4677 --<Title>(AE) Inter-row border--
|
|
4678 >
|
|
4679
|
|
4680 <!ATTLIST th
|
|
4681 --<Title>html_p~1 - Attribute List-083--
|
|
4682
|
|
4683 id ID #IMPLIED
|
|
4684 --<Title>Document-wide unique ID--
|
|
4685
|
|
4686 class NAMES #IMPLIED
|
|
4687 --<Title>Comma-separated list of classes--
|
|
4688
|
|
4689 style CDATA #IMPLIED
|
|
4690 --<Title>Style info for this occurrence only--
|
|
4691
|
|
4692 title CDATA #IMPLIED
|
|
4693 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4694
|
|
4695 lang NAME #IMPLIED
|
|
4696 --<Title>RFC 1766 language value--
|
|
4697
|
|
4698 dir (ltr , rtl) #IMPLIED
|
|
4699 --<Title>Directionality--
|
|
4700
|
|
4701 noindex (noindex) #IMPLIED
|
|
4702 --<Title>Defeats robot indexing--
|
|
4703
|
|
4704 axis CDATA #IMPLIED
|
|
4705 --<Title>defaults to cell content--
|
|
4706
|
|
4707 axes CDATA #IMPLIED
|
|
4708 --<Title>list of axis names--
|
|
4709
|
|
4710 clear CDATA #IMPLIED
|
|
4711 --<Title>for control of text flow--
|
|
4712
|
|
4713 nowrap (nowrap) #IMPLIED
|
|
4714 --<Title>suppress word wrap--
|
|
4715
|
|
4716 bgcolor CDATA #IMPLIED
|
|
4717 --<Title>cell background color--
|
|
4718
|
|
4719 rowspan NUMBER "1"
|
|
4720 --<Title>number of rows spanned by cell--
|
|
4721
|
|
4722 colspan NUMBER "1"
|
|
4723 --<Title>number of cols spanned by cell--
|
|
4724
|
|
4725 align (left , center , right , justify , char)
|
|
4726 #IMPLIED
|
|
4727 --<Title>align--
|
|
4728
|
|
4729 char CDATA #IMPLIED
|
|
4730 --<Title>alignment char, e.g. char=':'--
|
|
4731
|
|
4732 charoff CDATA #IMPLIED
|
|
4733 --<Title>offset for horizontal alignment in cells--
|
|
4734
|
|
4735 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4736 --<Title>vertical alignment in cells--
|
|
4737
|
|
4738 dp CDATA #IMPLIED
|
|
4739 --<Title>decimal point e.g. dp=","--
|
|
4740
|
|
4741 rowstart NUMBER #IMPLIED
|
|
4742 --<Title>(AE) edit control--
|
|
4743
|
|
4744 colstart NUMBER #IMPLIED
|
|
4745 --<Title>colstart--
|
|
4746
|
|
4747 bordercolor CDATA #IMPLIED
|
|
4748 --<Title>cell border color--
|
|
4749
|
|
4750 bordercolorlight CDATA #IMPLIED
|
|
4751 --<Title>3D cell border color--
|
|
4752
|
|
4753 bordercolordark CDATA #IMPLIED
|
|
4754 --<Title>bordercolordark-003--
|
|
4755
|
|
4756 width CDATA #IMPLIED
|
|
4757 --<Title>cell width--
|
|
4758
|
|
4759 absheight NUMBER #IMPLIED
|
|
4760 --<Title>(T) height of cell, presumably in pixels--
|
|
4761
|
|
4762 abswidth NUMBER #IMPLIED
|
|
4763 --<Title>(T) width of cell, presumably in pixels--
|
|
4764
|
|
4765 maxlines NUMBER #IMPLIED
|
|
4766 --<Title>(T) max lines to display in cell--
|
|
4767
|
|
4768 transparency NUMBER "0"
|
|
4769 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
4770
|
|
4771 ColSep (VSingle , VDouble , VTriple , VDash , VDot ,
|
|
4772 VBold , VBlank , VNone) #IMPLIED
|
|
4773 --<Title>(AE) column separation pattern--
|
|
4774
|
|
4775 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4776 HBold , HBlank , HNone) #IMPLIED
|
|
4777 --<Title>(AE) Inter-row border--
|
|
4778
|
|
4779 AlignChr CDATA #IMPLIED
|
|
4780 --<Title>(AE) alignment character--
|
|
4781
|
|
4782 CharPos CDATA #IMPLIED
|
|
4783 --<Title>(AE) character position--
|
|
4784
|
|
4785 ColWd CDATA #IMPLIED
|
|
4786 --<Title>(AE) default width for all cells in all columns--
|
|
4787
|
|
4788 TblUnits (percent , pixels , points , picas , mm , cm ,
|
|
4789 inches) #IMPLIED
|
|
4790 --<Title>(AE) Table units--
|
|
4791 --Not known if this is needed: SQTABLE CDATA #FIXED 'TBLBODY'--
|
|
4792 >
|
|
4793
|
|
4794 <!ATTLIST td
|
|
4795 --<Title>html_p~1 - Attribute List-084--
|
|
4796
|
|
4797 id ID #IMPLIED
|
|
4798 --<Title>Document-wide unique ID--
|
|
4799
|
|
4800 class NAMES #IMPLIED
|
|
4801 --<Title>Comma-separated list of classes--
|
|
4802
|
|
4803 style CDATA #IMPLIED
|
|
4804 --<Title>Style info for this occurrence only--
|
|
4805
|
|
4806 title CDATA #IMPLIED
|
|
4807 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4808
|
|
4809 lang NAME #IMPLIED
|
|
4810 --<Title>RFC 1766 language value--
|
|
4811
|
|
4812 dir (ltr , rtl) #IMPLIED
|
|
4813 --<Title>Directionality--
|
|
4814
|
|
4815 noindex (noindex) #IMPLIED
|
|
4816 --<Title>Defeats robot indexing--
|
|
4817
|
|
4818 axis CDATA #IMPLIED
|
|
4819 --<Title>defaults to cell content--
|
|
4820
|
|
4821 axes CDATA #IMPLIED
|
|
4822 --<Title>list of axis names--
|
|
4823
|
|
4824 clear CDATA #IMPLIED
|
|
4825 --<Title>for control of text flow--
|
|
4826
|
|
4827 nowrap (nowrap) #IMPLIED
|
|
4828 --<Title>suppress word wrap--
|
|
4829
|
|
4830 bgcolor CDATA #IMPLIED
|
|
4831 --<Title>cell background color--
|
|
4832
|
|
4833 rowspan NUMBER "1"
|
|
4834 --<Title>number of rows spanned by cell--
|
|
4835
|
|
4836 colspan NUMBER "1"
|
|
4837 --<Title>number of cols spanned by cell--
|
|
4838
|
|
4839 align (left , center , right , justify , char)
|
|
4840 #IMPLIED
|
|
4841 --<Title>align--
|
|
4842
|
|
4843 char CDATA #IMPLIED
|
|
4844 --<Title>alignment char, e.g. char=':'--
|
|
4845
|
|
4846 charoff CDATA #IMPLIED
|
|
4847 --<Title>offset for horizontal alignment in cells--
|
|
4848
|
|
4849 valign (top , middle , bottom , baseline) #IMPLIED
|
|
4850 --<Title>vertical alignment in cells--
|
|
4851
|
|
4852 dp CDATA #IMPLIED
|
|
4853 --<Title>decimal point e.g. dp=","--
|
|
4854
|
|
4855 rowstart NUMBER #IMPLIED
|
|
4856 --<Title>(AE) edit control--
|
|
4857
|
|
4858 colstart NUMBER #IMPLIED
|
|
4859 --<Title>colstart-002--
|
|
4860
|
|
4861 bordercolor CDATA #IMPLIED
|
|
4862 --<Title>cell border color--
|
|
4863
|
|
4864 bordercolorlight CDATA #IMPLIED
|
|
4865 --<Title>3D cell border color--
|
|
4866
|
|
4867 bordercolordark CDATA #IMPLIED
|
|
4868 --<Title>bordercolordark-004--
|
|
4869
|
|
4870 width CDATA #IMPLIED
|
|
4871 --<Title>cell width--
|
|
4872
|
|
4873 absheight NUMBER #IMPLIED
|
|
4874 --<Title>(T) height of cell, presumably in pixels--
|
|
4875
|
|
4876 abswidth NUMBER #IMPLIED
|
|
4877 --<Title>(T) width of cell, presumably in pixels--
|
|
4878
|
|
4879 background CDATA #IMPLIED
|
|
4880 --<Title>(T) Image to tile for table background--
|
|
4881
|
|
4882 maxlines NUMBER #IMPLIED
|
|
4883 --<Title>(T) max lines to display in cell--
|
|
4884
|
|
4885 transparency NUMBER "0"
|
|
4886 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
4887
|
|
4888 ColSep (VSingle , VDouble , VTriple , VDash , VDot ,
|
|
4889 VBold , VBlank , VNone) #IMPLIED
|
|
4890 --<Title>(AE) column separation pattern--
|
|
4891
|
|
4892 RowSep (HSingle , HDouble , HTriple , HDash , HDot ,
|
|
4893 HBold , HBlank , HNone) #IMPLIED
|
|
4894 --<Title>(AE) Inter-row border--
|
|
4895
|
|
4896 AlignChr CDATA #IMPLIED
|
|
4897 --<Title>(AE) alignment character--
|
|
4898
|
|
4899 CharPos CDATA #IMPLIED
|
|
4900 --<Title>(AE) character position--
|
|
4901
|
|
4902 ColWd CDATA #IMPLIED
|
|
4903 --<Title>(AE) default width for all cells in all columns--
|
|
4904
|
|
4905 TblUnits (percent , pixels , points , picas , mm , cm ,
|
|
4906 inches) #IMPLIED
|
|
4907 --<Title>(AE) Table units--
|
|
4908 --Not known if this is needed: SQTABLE CDATA #FIXED 'TBLBODY'--
|
|
4909 >
|
|
4910
|
|
4911 <!ATTLIST FIG
|
|
4912 --<Title>html_p~1 - Attribute List-085--
|
|
4913
|
|
4914 id ID #IMPLIED
|
|
4915 --<Title>Document-wide unique ID--
|
|
4916
|
|
4917 class NAMES #IMPLIED
|
|
4918 --<Title>Comma-separated list of classes--
|
|
4919
|
|
4920 style CDATA #IMPLIED
|
|
4921 --<Title>Style info for this occurrence only--
|
|
4922
|
|
4923 title CDATA #IMPLIED
|
|
4924 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4925
|
|
4926 lang NAME #IMPLIED
|
|
4927 --<Title>RFC 1766 language value--
|
|
4928
|
|
4929 dir (ltr , rtl) #IMPLIED
|
|
4930 --<Title>Directionality--
|
|
4931
|
|
4932 noindex (noindex) #IMPLIED
|
|
4933 --<Title>Defeats robot indexing--
|
|
4934
|
|
4935 border CDATA #IMPLIED
|
|
4936 --<Title>controls frame width around figure--
|
|
4937
|
|
4938 clear CDATA #IMPLIED
|
|
4939 --<Title>for control of text flow--
|
|
4940
|
|
4941 src CDATA #IMPLIED
|
|
4942 --<Title>URI of image to embed--
|
|
4943
|
|
4944 md CDATA #IMPLIED
|
|
4945 --<Title>message digest for linked object--
|
|
4946
|
|
4947 isobject (isobject) #IMPLIED
|
|
4948 --<Title>(L) Figure is an object--
|
|
4949
|
|
4950 width NUMBER #IMPLIED
|
|
4951 --<Title>desired width in units--
|
|
4952
|
|
4953 height NUMBER #IMPLIED
|
|
4954 --<Title>desired height in units--
|
|
4955
|
|
4956 units (en , pixels) "pixels"
|
|
4957 --<Title>specifies units as en's or pixels--
|
|
4958
|
|
4959 align (bleedleft , left , center , right , bleedright ,
|
|
4960 justify) "center"
|
|
4961 --<Title>align-002--
|
|
4962
|
|
4963 noflow (noflow) #IMPLIED
|
|
4964 --<Title>noflow around figure--
|
|
4965
|
|
4966 imagemap (CDATA) #IMPLIED
|
|
4967 --<Title>imagemap--
|
|
4968
|
|
4969 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
4970 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
4971 --<Title>Format of figure if not implicit--
|
|
4972 >
|
|
4973
|
|
4974 <!ATTLIST OVERLAY
|
|
4975 --<Title>html_p~1 - Attribute List-086--
|
|
4976
|
|
4977 id ID #IMPLIED
|
|
4978 --<Title>Document-wide unique ID--
|
|
4979
|
|
4980 class NAMES #IMPLIED
|
|
4981 --<Title>Comma-separated list of classes--
|
|
4982
|
|
4983 style CDATA #IMPLIED
|
|
4984 --<Title>Style info for this occurrence only--
|
|
4985
|
|
4986 title CDATA #IMPLIED
|
|
4987 --<Title>Advisory title (rec'd max 64 chars)--
|
|
4988
|
|
4989 lang NAME #IMPLIED
|
|
4990 --<Title>RFC 1766 language value--
|
|
4991
|
|
4992 dir (ltr , rtl) #IMPLIED
|
|
4993 --<Title>Directionality--
|
|
4994
|
|
4995 noindex (noindex) #IMPLIED
|
|
4996 --<Title>Defeats robot indexing--
|
|
4997
|
|
4998 src CDATA #REQUIRED
|
|
4999 --<Title>URI of image overlay--
|
|
5000
|
|
5001 md CDATA #IMPLIED
|
|
5002 --<Title>message digest for linked object--
|
|
5003
|
|
5004 units (en , pixels) "pixels"
|
|
5005 --<Title>specifies units as en's or pixels--
|
|
5006
|
|
5007 x NUMBER "0"
|
|
5008 --<Title>offset from left in units--
|
|
5009
|
|
5010 y NUMBER "0"
|
|
5011 --<Title>offset from top in units--
|
|
5012
|
|
5013 width NUMBER #IMPLIED
|
|
5014 --<Title>desired width in units--
|
|
5015
|
|
5016 height NUMBER #IMPLIED
|
|
5017 --<Title>desired height in units--
|
|
5018
|
|
5019 imagemap (CDATA) #IMPLIED
|
|
5020 --<Title>imagemap-002--
|
|
5021
|
|
5022 fileformat NOTATION (GIF , JPG , DVI , BMP , EPS , PNG ,
|
|
5023 PICT , TIFF , XBM , XPM) #IMPLIED
|
|
5024 --<Title>(P)Format of overlay image file if not implicit--
|
|
5025 >
|
|
5026
|
|
5027 <!ATTLIST CREDIT
|
|
5028 --<Title>html_p~1 - Attribute List-087--
|
|
5029
|
|
5030 id ID #IMPLIED
|
|
5031 --<Title>Document-wide unique ID--
|
|
5032
|
|
5033 class NAMES #IMPLIED
|
|
5034 --<Title>Comma-separated list of classes--
|
|
5035
|
|
5036 style CDATA #IMPLIED
|
|
5037 --<Title>Style info for this occurrence only--
|
|
5038
|
|
5039 title CDATA #IMPLIED
|
|
5040 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5041
|
|
5042 lang NAME #IMPLIED
|
|
5043 --<Title>RFC 1766 language value--
|
|
5044
|
|
5045 dir (ltr , rtl) #IMPLIED
|
|
5046 --<Title>Directionality--
|
|
5047
|
|
5048 noindex (noindex) #IMPLIED
|
|
5049 --<Title>Defeats robot indexing--
|
|
5050
|
|
5051 align (left , right , center , justify) #IMPLIED
|
|
5052 --<Title>Horizontal alignment--
|
|
5053
|
|
5054 clear CDATA #IMPLIED
|
|
5055 --<Title>(H3) control of text flow--
|
|
5056
|
|
5057 SDAFORM CDATA #FIXED "Fn"
|
|
5058 --<Title>(O)SDAFORM--
|
|
5059 >
|
|
5060
|
|
5061 <!ATTLIST FIGTEXT
|
|
5062 --<Title>html_p~1 - Attribute List-088--
|
|
5063
|
|
5064 id ID #IMPLIED
|
|
5065 --<Title>Document-wide unique ID--
|
|
5066
|
|
5067 class NAMES #IMPLIED
|
|
5068 --<Title>Comma-separated list of classes--
|
|
5069
|
|
5070 style CDATA #IMPLIED
|
|
5071 --<Title>Style info for this occurrence only--
|
|
5072
|
|
5073 title CDATA #IMPLIED
|
|
5074 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5075
|
|
5076 lang NAME #IMPLIED
|
|
5077 --<Title>RFC 1766 language value--
|
|
5078
|
|
5079 dir (ltr , rtl) #IMPLIED
|
|
5080 --<Title>Directionality--
|
|
5081
|
|
5082 noindex (noindex) #IMPLIED
|
|
5083 --<Title>Defeats robot indexing--
|
|
5084 >
|
|
5085
|
|
5086 <!ATTLIST A
|
|
5087 --<Title>html_p~1 - Attribute List-089--
|
|
5088
|
|
5089 id ID #IMPLIED
|
|
5090 --<Title>Document-wide unique ID--
|
|
5091
|
|
5092 class NAMES #IMPLIED
|
|
5093 --<Title>Comma-separated list of classes--
|
|
5094
|
|
5095 style CDATA #IMPLIED
|
|
5096 --<Title>Style info for this occurrence only--
|
|
5097
|
|
5098 title CDATA #IMPLIED
|
|
5099 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5100
|
|
5101 lang NAME #IMPLIED
|
|
5102 --<Title>RFC 1766 language value--
|
|
5103
|
|
5104 dir (ltr , rtl) #IMPLIED
|
|
5105 --<Title>Directionality--
|
|
5106
|
|
5107 noindex (noindex) #IMPLIED
|
|
5108 --<Title>Defeats robot indexing--
|
|
5109
|
|
5110 href CDATA #IMPLIED
|
|
5111 --<Title>URL for linked resource. RFC1808 (June 95) and RFC1738 (Dec 94)--
|
|
5112
|
|
5113 urn CDATA #IMPLIED
|
|
5114 --<Title>URN when available--
|
|
5115
|
|
5116 name CDATA #IMPLIED
|
|
5117 --<Title>Named link end--
|
|
5118
|
|
5119 rel CDATA #IMPLIED
|
|
5120 --<Title>forward link types--
|
|
5121
|
|
5122 rev CDATA #IMPLIED
|
|
5123 --<Title>reverse link types--
|
|
5124
|
|
5125 ismap (ismap) #IMPLIED
|
|
5126 --<Title>Use server image map--
|
|
5127
|
|
5128 md CDATA #IMPLIED
|
|
5129 --<Title>message digest for linked object--
|
|
5130
|
|
5131 target CDATA #IMPLIED
|
|
5132 --<Title>(N) name for the target window--
|
|
5133
|
|
5134 type CDATA #IMPLIED
|
|
5135 --<Title>Internet media type--
|
|
5136
|
|
5137 accesskey CDATA #IMPLIED
|
|
5138 --<Title>accessibility key character--
|
|
5139
|
|
5140 shape (rect , circle , poly , default) "rect"
|
|
5141
|
|
5142 --<Title>For use with OBJECT SHAPES--
|
|
5143
|
|
5144 coords CDATA #IMPLIED
|
|
5145 --<Title>coords--
|
|
5146
|
|
5147 tabindex NUMBER #IMPLIED
|
|
5148 --<Title>Position in tabbing order--
|
|
5149
|
|
5150 notab (notab) #IMPLIED
|
|
5151 --<Title>Exclude from tabbing order--
|
|
5152
|
|
5153 onClick CDATA #IMPLIED
|
|
5154 --<Title>intrinsic event--
|
|
5155
|
|
5156 onMouseOver CDATA #IMPLIED
|
|
5157 --<Title>onMouseOver--
|
|
5158
|
|
5159 onMouseOut CDATA #IMPLIED
|
|
5160 --<Title>onMouseOut--
|
|
5161
|
|
5162 nocolor (nocolor) #IMPLIED
|
|
5163 --<Title>(T)defeats LINK color--
|
|
5164
|
|
5165 selected (selected) #IMPLIED
|
|
5166 --<Title>(T)specifies this link is highlighted when 2+ appear on screen--
|
|
5167
|
|
5168 bulletin-date CDATA #IMPLIED
|
|
5169 --<Title>(B) HTTP-format date/time of posting--
|
|
5170
|
|
5171 bulletin-text CDATA #IMPLIED
|
|
5172 --<Title>(B) text to display--
|
|
5173
|
|
5174 bulletin-expires CDATA #IMPLIED
|
|
5175 --<Title>(B) HTTP-format expiration date/time--
|
|
5176
|
|
5177 bulletin-image CDATA #IMPLIED
|
|
5178 --<Title>(B) URL for a visual bulletin--
|
|
5179
|
|
5180 bulletin-href CDATA #IMPLIED
|
|
5181 --<Title>(B) URL for a link to bulletin--
|
|
5182
|
|
5183 SDAPREF CDATA #FIXED "<Anchor: #AttList>"
|
|
5184
|
|
5185 --<Title>SDAPREF-017--
|
|
5186 >
|
|
5187
|
|
5188 <!ATTLIST CITE
|
|
5189 --<Title>html_p~1 - Attribute List-090--
|
|
5190
|
|
5191 id ID #IMPLIED
|
|
5192 --<Title>Document-wide unique ID--
|
|
5193
|
|
5194 class NAMES #IMPLIED
|
|
5195 --<Title>Comma-separated list of classes--
|
|
5196
|
|
5197 style CDATA #IMPLIED
|
|
5198 --<Title>Style info for this occurrence only--
|
|
5199
|
|
5200 title CDATA #IMPLIED
|
|
5201 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5202
|
|
5203 lang NAME #IMPLIED
|
|
5204 --<Title>RFC 1766 language value--
|
|
5205
|
|
5206 dir (ltr , rtl) #IMPLIED
|
|
5207 --<Title>Directionality--
|
|
5208
|
|
5209 noindex (noindex) #IMPLIED
|
|
5210 --<Title>Defeats robot indexing--
|
|
5211
|
|
5212 key IDREF #IMPLIED
|
|
5213 --<Title>Link to source--
|
|
5214
|
|
5215 SDAFORM CDATA #FIXED "It"
|
|
5216 --<Title>SDAFORM-025--
|
|
5217 >
|
|
5218
|
|
5219 <!ATTLIST DFN
|
|
5220 --<Title>html_p~1 - Attribute List-091--
|
|
5221
|
|
5222 id ID #IMPLIED
|
|
5223 --<Title>Document-wide unique ID--
|
|
5224
|
|
5225 class NAMES #IMPLIED
|
|
5226 --<Title>Comma-separated list of classes--
|
|
5227
|
|
5228 style CDATA #IMPLIED
|
|
5229 --<Title>Style info for this occurrence only--
|
|
5230
|
|
5231 title CDATA #IMPLIED
|
|
5232 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5233
|
|
5234 lang NAME #IMPLIED
|
|
5235 --<Title>RFC 1766 language value--
|
|
5236
|
|
5237 dir (ltr , rtl) #IMPLIED
|
|
5238 --<Title>Directionality--
|
|
5239
|
|
5240 noindex (noindex) #IMPLIED
|
|
5241 --<Title>Defeats robot indexing--
|
|
5242
|
|
5243 key IDREF #IMPLIED
|
|
5244 --<Title>Link to source--
|
|
5245
|
|
5246 SDAFORM CDATA #FIXED "It"
|
|
5247 --<Title>SDAFORM-026--
|
|
5248 >
|
|
5249
|
|
5250 <!ATTLIST (U , S , STRIKE , BIG , SMALL , SUB , SUP , Q , SPAN , AU ,
|
|
5251 PERSON , ACRONYM , ABBREV)
|
|
5252 --<Title>html_p~1 - Attribute List-092--
|
|
5253
|
|
5254 id ID #IMPLIED
|
|
5255 --<Title>Document-wide unique ID--
|
|
5256
|
|
5257 class NAMES #IMPLIED
|
|
5258 --<Title>Comma-separated list of classes--
|
|
5259
|
|
5260 style CDATA #IMPLIED
|
|
5261 --<Title>Style info for this occurrence only--
|
|
5262
|
|
5263 title CDATA #IMPLIED
|
|
5264 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5265
|
|
5266 lang NAME #IMPLIED
|
|
5267 --<Title>RFC 1766 language value--
|
|
5268
|
|
5269 dir (ltr , rtl) #IMPLIED
|
|
5270 --<Title>Directionality--
|
|
5271
|
|
5272 noindex (noindex) #IMPLIED
|
|
5273 --<Title>Defeats robot indexing--
|
|
5274 >
|
|
5275
|
|
5276 <!ATTLIST (ENTITY , ELEMENT , ATTRIB)
|
|
5277 --<Title>html_p~1 - Attribute List-093--
|
|
5278
|
|
5279 id ID #IMPLIED
|
|
5280 --<Title>Document-wide unique ID--
|
|
5281
|
|
5282 class NAMES #IMPLIED
|
|
5283 --<Title>Comma-separated list of classes--
|
|
5284
|
|
5285 style CDATA #IMPLIED
|
|
5286 --<Title>Style info for this occurrence only--
|
|
5287
|
|
5288 title CDATA #IMPLIED
|
|
5289 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5290
|
|
5291 lang NAME #IMPLIED
|
|
5292 --<Title>RFC 1766 language value--
|
|
5293
|
|
5294 dir (ltr , rtl) #IMPLIED
|
|
5295 --<Title>Directionality--
|
|
5296
|
|
5297 noindex (noindex) #IMPLIED
|
|
5298 --<Title>Defeats robot indexing--
|
|
5299 >
|
|
5300
|
|
5301 <!ATTLIST (EM , I , VAR , LANG , INS , DEL)
|
|
5302 --<Title>html_p~1 - Attribute List-094--
|
|
5303
|
|
5304 id ID #IMPLIED
|
|
5305 --<Title>Document-wide unique ID--
|
|
5306
|
|
5307 class NAMES #IMPLIED
|
|
5308 --<Title>Comma-separated list of classes--
|
|
5309
|
|
5310 style CDATA #IMPLIED
|
|
5311 --<Title>Style info for this occurrence only--
|
|
5312
|
|
5313 title CDATA #IMPLIED
|
|
5314 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5315
|
|
5316 lang NAME #IMPLIED
|
|
5317 --<Title>RFC 1766 language value--
|
|
5318
|
|
5319 dir (ltr , rtl) #IMPLIED
|
|
5320 --<Title>Directionality--
|
|
5321
|
|
5322 noindex (noindex) #IMPLIED
|
|
5323 --<Title>Defeats robot indexing--
|
|
5324
|
|
5325 SDAFORM CDATA #FIXED "It"
|
|
5326 --<Title>SDAFORM-027--
|
|
5327 >
|
|
5328
|
|
5329 <!ATTLIST (CODE , KBD , SAMP , TT)
|
|
5330 --<Title>html_p~1 - Attribute List-095--
|
|
5331
|
|
5332 id ID #IMPLIED
|
|
5333 --<Title>Document-wide unique ID--
|
|
5334
|
|
5335 class NAMES #IMPLIED
|
|
5336 --<Title>Comma-separated list of classes--
|
|
5337
|
|
5338 style CDATA #IMPLIED
|
|
5339 --<Title>Style info for this occurrence only--
|
|
5340
|
|
5341 title CDATA #IMPLIED
|
|
5342 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5343
|
|
5344 lang NAME #IMPLIED
|
|
5345 --<Title>RFC 1766 language value--
|
|
5346
|
|
5347 dir (ltr , rtl) #IMPLIED
|
|
5348 --<Title>Directionality--
|
|
5349
|
|
5350 noindex (noindex) #IMPLIED
|
|
5351 --<Title>Defeats robot indexing--
|
|
5352
|
|
5353 SDAFORM CDATA #FIXED "Lit"
|
|
5354 --<Title>SDAFORM-028--
|
|
5355 >
|
|
5356
|
|
5357 <!ATTLIST (B , STRONG , BLACKFACE)
|
|
5358 --<Title>html_p~1 - Attribute List-096--
|
|
5359
|
|
5360 id ID #IMPLIED
|
|
5361 --<Title>Document-wide unique ID--
|
|
5362
|
|
5363 class NAMES #IMPLIED
|
|
5364 --<Title>Comma-separated list of classes--
|
|
5365
|
|
5366 style CDATA #IMPLIED
|
|
5367 --<Title>Style info for this occurrence only--
|
|
5368
|
|
5369 title CDATA #IMPLIED
|
|
5370 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5371
|
|
5372 lang NAME #IMPLIED
|
|
5373 --<Title>RFC 1766 language value--
|
|
5374
|
|
5375 dir (ltr , rtl) #IMPLIED
|
|
5376 --<Title>Directionality--
|
|
5377
|
|
5378 noindex (noindex) #IMPLIED
|
|
5379 --<Title>Defeats robot indexing--
|
|
5380
|
|
5381 SDAFORM CDATA #FIXED "B"
|
|
5382 --<Title>SDAFORM-029--
|
|
5383 >
|
|
5384
|
|
5385 <!ATTLIST LIMITTEXT
|
|
5386 --<Title>html_p~1 - Attribute List-097--
|
|
5387
|
|
5388 id ID #IMPLIED
|
|
5389 --<Title>Document-wide unique ID--
|
|
5390
|
|
5391 class NAMES #IMPLIED
|
|
5392 --<Title>Comma-separated list of classes--
|
|
5393
|
|
5394 style CDATA #IMPLIED
|
|
5395 --<Title>Style info for this occurrence only--
|
|
5396
|
|
5397 title CDATA #IMPLIED
|
|
5398 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5399
|
|
5400 lang NAME #IMPLIED
|
|
5401 --<Title>RFC 1766 language value--
|
|
5402
|
|
5403 dir (ltr , rtl) #IMPLIED
|
|
5404 --<Title>Directionality--
|
|
5405
|
|
5406 noindex (noindex) #IMPLIED
|
|
5407 --<Title>Defeats robot indexing--
|
|
5408
|
|
5409 size NUMBER #IMPLIED
|
|
5410 --<Title>(T) specify width in characters--
|
|
5411
|
|
5412 width NUMBER #IMPLIED
|
|
5413 --<Title>(T) specify width in pixels--
|
|
5414
|
|
5415 value CDATA #REQUIRED
|
|
5416 --<Title>(T) supplies the text whose value is to be limited--
|
|
5417 >
|
|
5418
|
|
5419 <!ATTLIST NOSMARTQUOTES
|
|
5420 --<Title>html_p~1 - Attribute List-098--
|
|
5421
|
|
5422 id ID #IMPLIED
|
|
5423 --<Title>Document-wide unique ID--
|
|
5424
|
|
5425 class NAMES #IMPLIED
|
|
5426 --<Title>Comma-separated list of classes--
|
|
5427
|
|
5428 style CDATA #IMPLIED
|
|
5429 --<Title>Style info for this occurrence only--
|
|
5430
|
|
5431 title CDATA #IMPLIED
|
|
5432 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5433
|
|
5434 lang NAME #IMPLIED
|
|
5435 --<Title>RFC 1766 language value--
|
|
5436
|
|
5437 dir (ltr , rtl) #IMPLIED
|
|
5438 --<Title>Directionality--
|
|
5439
|
|
5440 noindex (noindex) #IMPLIED
|
|
5441 --<Title>Defeats robot indexing--
|
|
5442 >
|
|
5443
|
|
5444 <!ATTLIST SHADOW
|
|
5445 --<Title>html_p~1 - Attribute List-099--
|
|
5446
|
|
5447 id ID #IMPLIED
|
|
5448 --<Title>Document-wide unique ID--
|
|
5449
|
|
5450 class NAMES #IMPLIED
|
|
5451 --<Title>Comma-separated list of classes--
|
|
5452
|
|
5453 style CDATA #IMPLIED
|
|
5454 --<Title>Style info for this occurrence only--
|
|
5455
|
|
5456 title CDATA #IMPLIED
|
|
5457 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5458
|
|
5459 lang NAME #IMPLIED
|
|
5460 --<Title>RFC 1766 language value--
|
|
5461
|
|
5462 dir (ltr , rtl) #IMPLIED
|
|
5463 --<Title>Directionality--
|
|
5464
|
|
5465 noindex (noindex) #IMPLIED
|
|
5466 --<Title>Defeats robot indexing--
|
|
5467 >
|
|
5468
|
|
5469 <!ATTLIST FONT
|
|
5470 --<Title>html_p~1 - Attribute List-100--
|
|
5471
|
|
5472 id ID #IMPLIED
|
|
5473 --<Title>Document-wide unique ID--
|
|
5474
|
|
5475 class NAMES #IMPLIED
|
|
5476 --<Title>Comma-separated list of classes--
|
|
5477
|
|
5478 style CDATA #IMPLIED
|
|
5479 --<Title>Style info for this occurrence only--
|
|
5480
|
|
5481 title CDATA #IMPLIED
|
|
5482 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5483
|
|
5484 lang NAME #IMPLIED
|
|
5485 --<Title>RFC 1766 language value--
|
|
5486
|
|
5487 dir (ltr , rtl) #IMPLIED
|
|
5488 --<Title>Directionality--
|
|
5489
|
|
5490 noindex (noindex) #IMPLIED
|
|
5491 --<Title>Defeats robot indexing--
|
|
5492
|
|
5493 size CDATA #IMPLIED
|
|
5494 --<Title>[+/-]nn eg size="+1", size="4", size="-2"; range is 1 thru 7--
|
|
5495
|
|
5496 color CDATA #IMPLIED
|
|
5497 --<Title>#RRGGBB in hex, e.g. red: color="#FF0000"--
|
|
5498
|
|
5499 end CDATA #IMPLIED
|
|
5500 --<Title>end-002--
|
|
5501
|
|
5502 face CDATA #IMPLIED
|
|
5503 --<Title>comma separated list of font names--
|
|
5504
|
|
5505 effect (relief , emboss , shadow) #IMPLIED
|
|
5506 --<Title>(T) variant--
|
|
5507
|
|
5508 transparency NUMBER "0"
|
|
5509 --<Title>(T) degree of transparency (0=opaque, 100=clear)--
|
|
5510 >
|
|
5511
|
|
5512 <!ATTLIST SPOT
|
|
5513 --<Title>html_p~1 - Attribute List-101--
|
|
5514
|
|
5515 id ID #IMPLIED
|
|
5516 --<Title>Document-wide unique ID--
|
|
5517
|
|
5518 class NAMES #IMPLIED
|
|
5519 --<Title>Comma-separated list of classes--
|
|
5520
|
|
5521 style CDATA #IMPLIED
|
|
5522 --<Title>Style info for this occurrence only--
|
|
5523
|
|
5524 title CDATA #IMPLIED
|
|
5525 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5526
|
|
5527 lang NAME #IMPLIED
|
|
5528 --<Title>RFC 1766 language value--
|
|
5529
|
|
5530 dir (ltr , rtl) #IMPLIED
|
|
5531 --<Title>Directionality--
|
|
5532
|
|
5533 noindex (noindex) #IMPLIED
|
|
5534 --<Title>Defeats robot indexing--
|
|
5535 >
|
|
5536
|
|
5537 <!ATTLIST TAB
|
|
5538 --<Title>html_p~1 - Attribute List-102--
|
|
5539
|
|
5540 id ID #IMPLIED
|
|
5541 --<Title>Document-wide unique ID--
|
|
5542
|
|
5543 class NAMES #IMPLIED
|
|
5544 --<Title>Comma-separated list of classes--
|
|
5545
|
|
5546 style CDATA #IMPLIED
|
|
5547 --<Title>Style info for this occurrence only--
|
|
5548
|
|
5549 title CDATA #IMPLIED
|
|
5550 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5551
|
|
5552 lang NAME #IMPLIED
|
|
5553 --<Title>RFC 1766 language value--
|
|
5554
|
|
5555 dir (ltr , rtl) #IMPLIED
|
|
5556 --<Title>Directionality--
|
|
5557
|
|
5558 noindex (noindex) #IMPLIED
|
|
5559 --<Title>Defeats robot indexing--
|
|
5560
|
|
5561 indent NUMBER "0"
|
|
5562 --<Title>en units before new tab stop--
|
|
5563
|
|
5564 to IDREF #IMPLIED
|
|
5565 --<Title>jump to same location as a previous tab stop with this ID value--
|
|
5566
|
|
5567 align (left , center , right , decimal) "left"
|
|
5568
|
|
5569 --<Title>what kind of alignment--
|
|
5570
|
|
5571 clear CDATA #IMPLIED
|
|
5572 --<Title>(H3) control of text flow--
|
|
5573
|
|
5574 dp CDATA #IMPLIED
|
|
5575 --<Title>specify the decimal point e.g. dp=","--
|
|
5576 >
|
|
5577
|
|
5578 <!ATTLIST MATH
|
|
5579 --<Title>html_p~1 - Attribute List-103--
|
|
5580
|
|
5581 id ID #IMPLIED
|
|
5582 --<Title>Document-wide unique ID--
|
|
5583
|
|
5584 class NAMES #IMPLIED
|
|
5585 --<Title>Comma-separated list of classes--
|
|
5586
|
|
5587 style CDATA #IMPLIED
|
|
5588 --<Title>Style info for this occurrence only--
|
|
5589
|
|
5590 title CDATA #IMPLIED
|
|
5591 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5592
|
|
5593 lang NAME #IMPLIED
|
|
5594 --<Title>RFC 1766 language value--
|
|
5595
|
|
5596 dir (ltr , rtl) #IMPLIED
|
|
5597 --<Title>Directionality--
|
|
5598
|
|
5599 noindex (noindex) #IMPLIED
|
|
5600 --<Title>Defeats robot indexing--
|
|
5601
|
|
5602 clear CDATA #IMPLIED
|
|
5603 --<Title>(H3) control of text flow--
|
|
5604
|
|
5605 box CDATA #IMPLIED
|
|
5606 --<Title>box--
|
|
5607
|
|
5608 position (display , inline) #REQUIRED
|
|
5609 --<Title>Position in the paragraph--
|
|
5610 >
|
|
5611
|
|
5612 <!ATTLIST BOX
|
|
5613 --<Title>html_p~1 - Attribute List-104--
|
|
5614
|
|
5615 id ID #IMPLIED
|
|
5616 --<Title>Document-wide unique ID--
|
|
5617
|
|
5618 class NAMES #IMPLIED
|
|
5619 --<Title>Comma-separated list of classes--
|
|
5620
|
|
5621 style CDATA #IMPLIED
|
|
5622 --<Title>Style info for this occurrence only--
|
|
5623
|
|
5624 title CDATA #IMPLIED
|
|
5625 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5626
|
|
5627 lang NAME #IMPLIED
|
|
5628 --<Title>RFC 1766 language value--
|
|
5629
|
|
5630 dir (ltr , rtl) #IMPLIED
|
|
5631 --<Title>Directionality--
|
|
5632
|
|
5633 noindex (noindex) #IMPLIED
|
|
5634 --<Title>Defeats robot indexing--
|
|
5635
|
|
5636 size (normal , medium , large , huge) "normal"
|
|
5637
|
|
5638 --<Title>Delimiter size--
|
|
5639 >
|
|
5640
|
|
5641 <!ATTLIST ABOVE
|
|
5642 --<Title>html_p~1 - Attribute List-105--
|
|
5643
|
|
5644 id ID #IMPLIED
|
|
5645 --<Title>Document-wide unique ID--
|
|
5646
|
|
5647 class NAMES #IMPLIED
|
|
5648 --<Title>Comma-separated list of classes--
|
|
5649
|
|
5650 style CDATA #IMPLIED
|
|
5651 --<Title>Style info for this occurrence only--
|
|
5652
|
|
5653 title CDATA #IMPLIED
|
|
5654 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5655
|
|
5656 lang NAME #IMPLIED
|
|
5657 --<Title>RFC 1766 language value--
|
|
5658
|
|
5659 dir (ltr , rtl) #IMPLIED
|
|
5660 --<Title>Directionality--
|
|
5661
|
|
5662 noindex (noindex) #IMPLIED
|
|
5663 --<Title>Defeats robot indexing--
|
|
5664
|
|
5665 sym ENTITY #IMPLIED
|
|
5666 --<Title>Symbol (character entity reference) from ISOams*--
|
|
5667 >
|
|
5668
|
|
5669 <!ATTLIST BELOW
|
|
5670 --<Title>html_p~1 - Attribute List-106--
|
|
5671
|
|
5672 id ID #IMPLIED
|
|
5673 --<Title>Document-wide unique ID--
|
|
5674
|
|
5675 class NAMES #IMPLIED
|
|
5676 --<Title>Comma-separated list of classes--
|
|
5677
|
|
5678 style CDATA #IMPLIED
|
|
5679 --<Title>Style info for this occurrence only--
|
|
5680
|
|
5681 title CDATA #IMPLIED
|
|
5682 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5683
|
|
5684 lang NAME #IMPLIED
|
|
5685 --<Title>RFC 1766 language value--
|
|
5686
|
|
5687 dir (ltr , rtl) #IMPLIED
|
|
5688 --<Title>Directionality--
|
|
5689
|
|
5690 noindex (noindex) #IMPLIED
|
|
5691 --<Title>Defeats robot indexing--
|
|
5692
|
|
5693 sym ENTITY #IMPLIED
|
|
5694 --<Title>Symbol (character entity reference) from ISOams*--
|
|
5695 >
|
|
5696
|
|
5697 <!ATTLIST ARRAY
|
|
5698 --<Title>html_p~1 - Attribute List-107--
|
|
5699
|
|
5700 id ID #IMPLIED
|
|
5701 --<Title>Document-wide unique ID--
|
|
5702
|
|
5703 class NAMES #IMPLIED
|
|
5704 --<Title>Comma-separated list of classes--
|
|
5705
|
|
5706 style CDATA #IMPLIED
|
|
5707 --<Title>Style info for this occurrence only--
|
|
5708
|
|
5709 title CDATA #IMPLIED
|
|
5710 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5711
|
|
5712 lang NAME #IMPLIED
|
|
5713 --<Title>RFC 1766 language value--
|
|
5714
|
|
5715 dir (ltr , rtl) #IMPLIED
|
|
5716 --<Title>Directionality--
|
|
5717
|
|
5718 noindex (noindex) #IMPLIED
|
|
5719 --<Title>Defeats robot indexing--
|
|
5720
|
|
5721 align (top , middle , bottom) "middle"
|
|
5722
|
|
5723 --<Title>align-003--
|
|
5724
|
|
5725 coldef CDATA #IMPLIED
|
|
5726 --<Title>Column alignment and separator--
|
|
5727
|
|
5728 ldelim CDATA #IMPLIED
|
|
5729 --<Title>Stretchy left delimiter--
|
|
5730
|
|
5731 rdelim CDATA #IMPLIED
|
|
5732 --<Title>Stretchy right delimiter--
|
|
5733
|
|
5734 labels (labels) #IMPLIED
|
|
5735 --<Title>TeX's \bordermatrix style--
|
|
5736 >
|
|
5737
|
|
5738 <!ATTLIST ROW
|
|
5739 --<Title>html_p~1 - Attribute List-108--
|
|
5740
|
|
5741 id ID #IMPLIED
|
|
5742 --<Title>Document-wide unique ID--
|
|
5743
|
|
5744 class NAMES #IMPLIED
|
|
5745 --<Title>Comma-separated list of classes--
|
|
5746
|
|
5747 style CDATA #IMPLIED
|
|
5748 --<Title>Style info for this occurrence only--
|
|
5749
|
|
5750 title CDATA #IMPLIED
|
|
5751 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5752
|
|
5753 lang NAME #IMPLIED
|
|
5754 --<Title>RFC 1766 language value--
|
|
5755
|
|
5756 dir (ltr , rtl) #IMPLIED
|
|
5757 --<Title>Directionality--
|
|
5758
|
|
5759 noindex (noindex) #IMPLIED
|
|
5760 --<Title>Defeats robot indexing--
|
|
5761 >
|
|
5762
|
|
5763 <!ATTLIST ITEM
|
|
5764 --<Title>html_p~1 - Attribute List-109--
|
|
5765
|
|
5766 id ID #IMPLIED
|
|
5767 --<Title>Document-wide unique ID--
|
|
5768
|
|
5769 class NAMES #IMPLIED
|
|
5770 --<Title>Comma-separated list of classes--
|
|
5771
|
|
5772 style CDATA #IMPLIED
|
|
5773 --<Title>Style info for this occurrence only--
|
|
5774
|
|
5775 title CDATA #IMPLIED
|
|
5776 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5777
|
|
5778 lang NAME #IMPLIED
|
|
5779 --<Title>RFC 1766 language value--
|
|
5780
|
|
5781 dir (ltr , rtl) #IMPLIED
|
|
5782 --<Title>Directionality--
|
|
5783
|
|
5784 noindex (noindex) #IMPLIED
|
|
5785 --<Title>Defeats robot indexing--
|
|
5786
|
|
5787 align CDATA #IMPLIED
|
|
5788 --<Title>Override coldef alignment--
|
|
5789
|
|
5790 colspan NUMBER "1"
|
|
5791 --<Title>Span columns as in TABLE--
|
|
5792
|
|
5793 rowspan NUMBER "1"
|
|
5794 --<Title>Span rows as in TABLE--
|
|
5795 >
|
|
5796
|
|
5797 <!ATTLIST (T , BT)
|
|
5798 --<Title>html_p~1 - Attribute List-110--
|
|
5799
|
|
5800 id ID #IMPLIED
|
|
5801 --<Title>Document-wide unique ID--
|
|
5802
|
|
5803 class NAMES #IMPLIED
|
|
5804 --<Title>Comma-separated list of classes--
|
|
5805
|
|
5806 style CDATA #IMPLIED
|
|
5807 --<Title>Style info for this occurrence only--
|
|
5808
|
|
5809 title CDATA #IMPLIED
|
|
5810 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5811
|
|
5812 lang NAME #IMPLIED
|
|
5813 --<Title>RFC 1766 language value--
|
|
5814
|
|
5815 dir (ltr , rtl) #IMPLIED
|
|
5816 --<Title>Directionality--
|
|
5817
|
|
5818 noindex (noindex) #IMPLIED
|
|
5819 --<Title>Defeats robot indexing--
|
|
5820 >
|
|
5821
|
|
5822 <!ATTLIST XMP
|
|
5823 --<Title>html_p~1 - Attribute List-111--
|
|
5824
|
|
5825 clear CDATA #IMPLIED
|
|
5826 --<Title>(H3) control of text flow--
|
|
5827
|
|
5828 SDAFORM CDATA #FIXED "Lit"
|
|
5829 --<Title>SDAFORM-030--
|
|
5830
|
|
5831 SDAPREF CDATA #FIXED "Example: "
|
|
5832 --<Title>SDAPREF-018--
|
|
5833 >
|
|
5834
|
|
5835 <!ATTLIST LISTING
|
|
5836 --<Title>html_p~1 - Attribute List-112--
|
|
5837
|
|
5838 id ID #IMPLIED
|
|
5839 --<Title>Document-wide unique ID--
|
|
5840
|
|
5841 class NAMES #IMPLIED
|
|
5842 --<Title>Comma-separated list of classes--
|
|
5843
|
|
5844 style CDATA #IMPLIED
|
|
5845 --<Title>Style info for this occurrence only--
|
|
5846
|
|
5847 title CDATA #IMPLIED
|
|
5848 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5849
|
|
5850 lang NAME #IMPLIED
|
|
5851 --<Title>RFC 1766 language value--
|
|
5852
|
|
5853 dir (ltr , rtl) #IMPLIED
|
|
5854 --<Title>Directionality--
|
|
5855
|
|
5856 noindex (noindex) #IMPLIED
|
|
5857 --<Title>Defeats robot indexing--
|
|
5858
|
|
5859 clear CDATA #IMPLIED
|
|
5860 --<Title>(H3)control of text flow--
|
|
5861
|
|
5862 SDAFORM CDATA #FIXED "Lit"
|
|
5863 --<Title>SDAFORM-031--
|
|
5864
|
|
5865 SDAPREF CDATA #FIXED "Listing: "
|
|
5866 --<Title>SDAPREF-019--
|
|
5867 >
|
|
5868
|
|
5869 <!ATTLIST PLAINTEXT
|
|
5870 --<Title>html_p~1 - Attribute List-113--
|
|
5871
|
|
5872 SDAFORM CDATA #FIXED "Lit"
|
|
5873 --<Title>SDAFORM-032--
|
|
5874 >
|
|
5875
|
|
5876 <!NOTATION GIF SYSTEM "gif"
|
|
5877 --<Title>Compu$erve Graphics Interchange Format--
|
|
5878 >
|
|
5879
|
|
5880 <!NOTATION JPEG SYSTEM "jpg"
|
|
5881 --<Title>Joint Photographic Experts Group--
|
|
5882 >
|
|
5883
|
|
5884 <!NOTATION EPS SYSTEM "eps"
|
|
5885 --<Title>Encapsulated Adobe PostScript--
|
|
5886 >
|
|
5887
|
|
5888 <!NOTATION DVI SYSTEM "dvi"
|
|
5889 --<Title>TeX typesetting system binary typeset format--
|
|
5890 >
|
|
5891
|
|
5892 <!NOTATION BMP SYSTEM "bmp"
|
|
5893 --<Title>Microsoft Windows BitMap--
|
|
5894 >
|
|
5895
|
|
5896 <!NOTATION PNG SYSTEM "png"
|
|
5897 --<Title>Portable Network Graphics--
|
|
5898 >
|
|
5899
|
|
5900 <!NOTATION TIFF SYSTEM "tif" --<Title>Tagged Image Format-- >
|
|
5901
|
|
5902 <!NOTATION PICT SYSTEM "pict" --<Title>Apple Mac Picture-- >
|
|
5903
|
|
5904 <!NOTATION XBM SYSTEM "xbm"
|
|
5905 --<Title>X Window system bitmap--
|
|
5906 >
|
|
5907
|
|
5908 <!NOTATION XPM SYSTEM "xpm"
|
|
5909 --<Title>X Window system pixmap--
|
|
5910 >
|
|
5911
|
|
5912 <!NOTATION AU SYSTEM "au" --<Title>UNIX audio-- >
|
|
5913
|
|
5914 <!NOTATION SND SYSTEM "snd" --<Title>Apple Mac SouND-- >
|
|
5915
|
|
5916 <!NOTATION WAV SYSTEM "wav" --<Title>Windows WAVe audio-- >
|
|
5917
|
|
5918 <!NOTATION MOV SYSTEM "mov" --<Title>Windows Movie-- >
|
|
5919
|
|
5920 <!NOTATION MPEG SYSTEM "mpg"
|
|
5921 --<Title>Motion Picture Experts Group (video) file--
|
|
5922 >
|
|
5923
|
|
5924 <!NOTATION VIV SYSTEM "viv" --<Title>Vivo Video format-- >
|
|
5925
|
|
5926 <!NOTATION CSS1 SYSTEM "css"
|
|
5927 --<Title>Cascading Style Sheets--
|
|
5928 >
|
|
5929
|
|
5930 <!NOTATION DSSSL SYSTEM "dsssl"
|
|
5931 --<Title>Document Style and Semantics Specification Language (ISO 10179)--
|
|
5932 >
|
|
5933
|
|
5934 <!ENTITY % thisversion
|
|
5935 '
|
|
5936 VERSION CDATA #FIXED "+//Silmaril//DTD HTML Pro v0r11 19970101//EN"
|
|
5937 '
|
|
5938 --<Title>the current version of the DTD--
|
|
5939 >
|
|
5940
|
|
5941 <!ENTITY % commonatts
|
|
5942 "
|
|
5943 id ID #IMPLIED
|
|
5944 --<Title>Document-wide unique ID--
|
|
5945 class NAMES #IMPLIED
|
|
5946 --<Title>Comma-separated list of classes--
|
|
5947 style CDATA #IMPLIED
|
|
5948 --<Title>Style info for this occurrence only--
|
|
5949 title CDATA #IMPLIED
|
|
5950 --<Title>Advisory title (rec'd max 64 chars)--
|
|
5951 lang NAME #IMPLIED
|
|
5952 --<Title>RFC 1766 language value--
|
|
5953 dir (ltr,rtl) #IMPLIED
|
|
5954 --<Title>Directionality--
|
|
5955 noindex (noindex) #IMPLIED
|
|
5956 --<Title>Defeats robot indexing--
|
|
5957 "
|
|
5958 --<Title>attributes common to all elements--
|
|
5959 >
|
|
5960
|
|
5961 <!ENTITY % horiz.align
|
|
5962 "
|
|
5963 align (left,right,center,justify) #IMPLIED
|
|
5964 --<Title>Horizontal alignment--
|
|
5965 "
|
|
5966 --<Title>horizontal alignment on some structural elements--
|
|
5967 >
|
|
5968
|
|
5969 <!ENTITY % vert.align
|
|
5970 '
|
|
5971 align (top,middle,bottom) "middle"
|
|
5972 --<Title>Vertical alignment--
|
|
5973 '
|
|
5974 --<Title>vertical alignment on some elements--
|
|
5975 >
|
|
5976
|
|
5977 <!ENTITY % SDAFORM "
|
|
5978 SDAFORM CDATA #FIXED
|
|
5979 "
|
|
5980 --<Title>One to one mapping--
|
|
5981 >
|
|
5982
|
|
5983 <!ENTITY % SDAPREF "
|
|
5984 SDAPREF CDATA #FIXED
|
|
5985 "
|
|
5986 --<Title>Generated text prefix--
|
|
5987 >
|
|
5988
|
|
5989 <!ENTITY % SDARULE "
|
|
5990 SDARULE CDATA #FIXED
|
|
5991 "
|
|
5992 --<Title>Context-sensitive mapping--
|
|
5993 >
|
|
5994
|
|
5995 <!ENTITY % SDASUFF "
|
|
5996 SDASUFF CDATA #FIXED
|
|
5997 "
|
|
5998 --<Title>Generated text suffix--
|
|
5999 >
|
|
6000
|
|
6001 <!ENTITY % SDASUSP "
|
|
6002 SDASUSP NAME #FIXED
|
|
6003 "
|
|
6004 --<Title>Suspend transform process--
|
|
6005 >
|
|
6006
|
|
6007 <!ENTITY % VBorder
|
|
6008 "(VSingle|VDouble|VTriple|VDash|VDot|VBold|VBlank|VNone)"
|
|
6009 --<Title>VBorder--
|
|
6010 >
|
|
6011
|
|
6012 <!ENTITY % HBorder
|
|
6013 "(HSingle|HDouble|HTriple|HDash|HDot|HBold|HBlank|HNone)"
|
|
6014 --<Title>HBorder--
|
|
6015 >
|
|
6016
|
|
6017 <!ENTITY % TblUnit "(percent|pixels|points|picas|mm|cm|inches)"
|
|
6018 --<Title>TblUnit--
|
|
6019 >
|
|
6020
|
|
6021 <!ENTITY zwnj CDATA ""
|
|
6022 --<Title>=zero width non-joiner--
|
|
6023 --=zero width non-joiner--
|
|
6024 >
|
|
6025
|
|
6026 <!ENTITY zwj CDATA "
|
|
6027 "
|
|
6028 --<Title>=zero width joiner-- --=zero width joiner--
|
|
6029 >
|
|
6030
|
|
6031 <!ENTITY lrm CDATA "¢
|
|
6032 ¼Ôéôìå¾½ìåæôôïòéçèô íáòë ½ìåæôôïòéçèô íáòë
|
|
6033 ¾
|
|
6034
|
|
6035 ¼¡ÅÎÔÉÔÙ òìí ÃÄÁÔÁ ¢"
|
|
6036 --<Title>=right-to-left mark-- --=right-to-left mark--
|
|
6037 >
|
|
6038
|
|
6039 <!ENTITY amp CDATA "&"
|
|
6040 --<Title>(H1) ampersand--
|
|
6041 >
|
|
6042
|
|
6043 <!ENTITY lt CDATA "<"
|
|
6044 --<Title>(H1) less-than--
|
|
6045 >
|
|
6046
|
|
6047 <!ENTITY gt CDATA ">"
|
|
6048 --<Title>(H1) greater-than--
|
|
6049 >
|
|
6050
|
|
6051 <!ENTITY quot CDATA '"'
|
|
6052 --<Title>(I) internationalised application-dependent double-quote--
|
|
6053 >
|
|
6054
|
|
6055 <!ENTITY nbsp CDATA " "
|
|
6056 --<Title>(H3) non-breaking space--
|
|
6057 >
|
|
6058
|
|
6059 <!ENTITY copy CDATA "(C)"
|
|
6060 --<Title>(I) copyright symbol--
|
|
6061 >
|
|
6062
|
|
6063 <!ENTITY reg CDATA "(R)"
|
|
6064 --<Title>(I) registered symbol--
|
|
6065 >
|
|
6066
|
|
6067 <!ENTITY % ISOlat1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN"
|
|
6068 --<Title>Latin-1 (accented) characters--
|
|
6069 >
|
|
6070
|
|
6071 <!ENTITY % ISOlat2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN"
|
|
6072 --<Title>Latin-2 more accented characters--
|
|
6073 >
|
|
6074
|
|
6075 <!ENTITY % ISOpub PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN"
|
|
6076 --<Title>Publishers' symbols--
|
|
6077 >
|
|
6078
|
|
6079 <!ENTITY % ISOtech PUBLIC
|
|
6080 "ISO 8879-1986//ENTITIES General Technical//EN"
|
|
6081 --<Title>Technical symbols--
|
|
6082 >
|
|
6083
|
|
6084 <!ENTITY % ISOnum PUBLIC
|
|
6085 "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN"
|
|
6086 --<Title>Numeric and graphic symbols--
|
|
6087 >
|
|
6088
|
|
6089 %ISOlat1;
|
|
6090 %ISOlat2;
|
|
6091 %ISOpub;
|
|
6092 %ISOtech;
|
|
6093 %ISOnum;
|