/[pub]/test/html.dtd
Suika

Diff of /test/html.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by connolly, Wed Nov 30 23:45:40 1994 UTC revision 1.26 by connolly, Fri Jun 2 08:00:02 1995 UTC
# Line 1  Line 1 
1  <!--    html.dtd  <!--    html.dtd
2    
3          Document Type Definition for the HyperText Markup Language (HTML DTD)          Document Type Definition for the HyperText Markup Language
4                     (HTML DTD)
5    
6          $Id$          $Id$
7    
8          Author: Daniel W. Connolly <connolly@hal.com>          Author: Daniel W. Connolly <connolly@w3.org>
9          See Also: html.decl, html-0.dtd, html-1.dtd          See Also: html.decl, html-1.dtd
10                    http://www.hal.com/%7Econnolly/html-spec/index.html            http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
                   http://info.cern.ch/hypertext/WWW/MarkUp2/MarkUp.html  
11  -->  -->
12    
13  <!ENTITY % HTML.Version  <!ENTITY % HTML.Version
14          "-//IETF//DTD HTML 2.0//EN"          "-//IETF//DTD HTML 2.0//EN"
15    
16          -- Typical usage:          -- Typical usage:
17    
18              <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">              <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
19              <html>              <html>
20              ...              ...
21              </html>              </html>
22          --          --
23          >          >
24    
25    
26  <!--================== Feature Test Entities ==============================-->  <!--============ Feature Test Entities ========================-->
27    
28  <!ENTITY % HTML.Recommended "IGNORE"  <!ENTITY % HTML.Recommended "IGNORE"
29          -- Certain features of the language are necessary for compatibility          -- Certain features of the language are necessary for
30             with widespread usage, but they may compromise the structural             compatibility with widespread usage, but they may
31             integrity of a document. This feature test entity enables             compromise the structural integrity of a document.
32             a more prescriptive document type definition that eliminates             This feature test entity enables a more prescriptive
33               document type definition that eliminates
34             those features.             those features.
35          -->          -->
36    
37  <![ %HTML.Recommended [  <![ %HTML.Recommended [
38          <!ENTITY % HTML.Deprecated "IGNORE">          <!ENTITY % HTML.Deprecated "IGNORE">
39  ]]>  ]]>
40    
41  <!ENTITY % HTML.Deprecated "INCLUDE"  <!ENTITY % HTML.Deprecated "INCLUDE"
42          -- Certain features of the language are necessary for compatibility          -- Certain features of the language are necessary for
43             with earlier versions of the specification, but they tend             compatibility with earlier versions of the specification,
44             to be used an implemented inconsistently, and their use is             but they tend to be used an implemented inconsistently,
45             deprecated. This feature test entity enables a document type             and their use is deprecated. This feature test entity
46             definition that eliminates these features.             enables a document type definition that eliminates
47               these features.
48          -->          -->
49    
50  <!ENTITY % HTML.Highlighting "INCLUDE"  <!ENTITY % HTML.Highlighting "INCLUDE"
51          -- Use this feature test entity to validate that a document          -- Use this feature test entity to validate that a
52             uses no highlighting tags, which may be ignored on minimal             document uses no highlighting tags, which may be
53             implementations.             ignored on minimal implementations.
54          -->          -->
55    
56  <!ENTITY % HTML.Forms "INCLUDE"  <!ENTITY % HTML.Forms "INCLUDE"
57          -- Use this feature test entity to validate that a document          -- Use this feature test entity to validate that a document
58             contains no forms, which may not be supported in minimal             contains no forms, which may not be supported in minimal
59             implementations             implementations
60          -->          -->
61    
62  <!--================== Imported Names =====================================-->  <!--============== Imported Names ==============================-->
63    
64  <!ENTITY % Content-Type "CDATA"  <!ENTITY % Content-Type "CDATA"
65          -- meaning an internet media type          -- meaning an internet media type
66             (aka MIME content type, as per RFC1521)             (aka MIME content type, as per RFC1521)
67          -->          -->
68    
69  <!ENTITY % HTTP-Method "GET | POST"  <!ENTITY % HTTP-Method "GET | POST"
70          -- as per HTTP specification, in progress          -- as per HTTP specification, in progress
71          -->          -->
72    
73  <!ENTITY % URI "CDATA"  <!ENTITY % URI "CDATA"
74          -- The term URI means a CDATA attribute          -- The term URI means a CDATA attribute
75             whose value is a Uniform Resource Identifier,             whose value is a Uniform Resource Identifier,
76             as defined by             as defined by
77          "Universal Resource Identifiers" by Tim Berners-Lee          "Universal Resource Identifiers" by Tim Berners-Lee
         aka http://info.cern.ch/hypertext/WWW/Addressing/URL/URI_Overview.html  
78          aka RFC 1630          aka RFC 1630
79    
80          Note that CDATA attributes are limited by the LITLEN          Note that CDATA attributes are limited by the LITLEN
# Line 83  Line 84 
84          -->          -->
85    
86    
87  <!--================== DTD "Macros" =======================================-->  <!--========= DTD "Macros" =====================-->
88    
89  <!ENTITY % heading "H1|H2|H3|H4|H5|H6">  <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
90    
91  <!ENTITY % list " UL | OL | DIR | MENU " >  <!ENTITY % list " UL | OL | DIR | MENU " >
92    
93    
94  <!--================ Character mnemonic entities ==========================-->  <!--======= Character mnemonic entities =================-->
95    
96  <!ENTITY % ISOlat1 PUBLIC  <!ENTITY % ISOlat1 PUBLIC
97    "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">    "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
# Line 102  Line 103 
103  <!ENTITY quot CDATA "&#34;"    -- double quote       -->  <!ENTITY quot CDATA "&#34;"    -- double quote       -->
104    
105    
106  <!--=================== SGML Document Access (SDA) Parameter Entities =====-->  <!--========= SGML Document Access (SDA) Parameter Entities =====-->
107    
108  <!-- HTML 2.0 contains SGML Document Access (SDA) fixed attributes in  <!-- HTML 2.0 contains SGML Document Access (SDA) fixed attributes
109  support of easy transformation to the International Committee for  in support of easy transformation to the International Committee
110  Accessible Document Design (ICADD) DTD "-//EC-USA-CDA/ICADD//DTD  for Accessible Document Design (ICADD) DTD
111  ICADD22//EN".  ICADD applications are designed to support usable access           "-//EC-USA-CDA/ICADD//DTD ICADD22//EN".
112  to structured information by print-impaired individuals through Braille,  ICADD applications are designed to support usable access to
113  large print and voice synthesis.  For more information on SDA & ICADD:    structured information by print-impaired individuals through
114          - ISO 12083:1993, Annex A.8, Facilities for Braille, large print  Braille, large print and voice synthesis.  For more information on
115            and computer voice  SDA & ICADD:  
116          - ICADD ListServ <ICADD%ASUACAD.BITNET@ARIZVM1.ccit.arizona.edu>          - ISO 12083:1993, Annex A.8, Facilities for Braille,
117              large print and computer voice
118            - ICADD ListServ
119              <ICADD%ASUACAD.BITNET@ARIZVM1.ccit.arizona.edu>
120          - Usenet news group bit.listserv.easi          - Usenet news group bit.listserv.easi
121          - Recording for the Blind, +1 800 221 4792          - Recording for the Blind, +1 800 221 4792
122  -->  -->
123    
124  <!ENTITY % SDAFORM  "SDAFORM  CDATA  #FIXED"  -- one to one mapping        -->  <!ENTITY % SDAFORM  "SDAFORM  CDATA  #FIXED"
125  <!ENTITY % SDARULE  "SDARULE  CDATA  #FIXED"  -- context-sensitive mapping -->            -- one to one mapping        -->
126  <!ENTITY % SDAPREF  "SDAPREF  CDATA  #FIXED"  -- generated text prefix     -->  <!ENTITY % SDARULE  "SDARULE  CDATA  #FIXED"
127  <!ENTITY % SDASUFF  "SDASUFF  CDATA  #FIXED"  -- generated text suffix     -->            -- context-sensitive mapping -->
128  <!ENTITY % SDASUSP  "SDASUSP  NAME   #FIXED"  -- suspend transform process -->  <!ENTITY % SDAPREF  "SDAPREF  CDATA  #FIXED"
129              -- generated text prefix     -->
130    <!ENTITY % SDASUFF  "SDASUFF  CDATA  #FIXED"
131              -- generated text suffix     -->
132    <!ENTITY % SDASUSP  "SDASUSP  NAME   #FIXED"
133              -- suspend transform process -->
134    
135    
136  <!--=================== Text Markup =======================================-->  <!--========== Text Markup =====================-->
137    
138  <![ %HTML.Highlighting [  <![ %HTML.Highlighting [
139    
# Line 145  large print and voice synthesis.  For mo Line 154  large print and voice synthesis.  For mo
154          %SDAFORM; "It"          %SDAFORM; "It"
155          >          >
156    
157  <!-- <TT>       Typewriter text                         -->  <!-- <TT>       Typewriter text                         -->
158  <!-- <B>        Bold text                               -->  <!-- <B>        Bold text                               -->
159  <!-- <I>        Italic text                             -->  <!-- <I>        Italic text                             -->
160    
161  <!-- <EM>       Emphasized phrase                       -->  <!-- <EM>       Emphasized phrase                       -->
162  <!-- <STRONG>   Strong emphais                          -->  <!-- <STRONG>   Strong emphais                          -->
163  <!-- <CODE>     Source code phrase                      -->  <!-- <CODE>     Source code phrase                      -->
164  <!-- <SAMP>     Sample text or characters               -->  <!-- <SAMP>     Sample text or characters               -->
165  <!-- <KBD>      Keyboard phrase, e.g. user input        -->  <!-- <KBD>      Keyboard phrase, e.g. user input        -->
166  <!-- <VAR>      Variable phrase or substituable         -->  <!-- <VAR>      Variable phrase or substituable         -->
167  <!-- <CITE>     Name or title of cited work             -->  <!-- <CITE>     Name or title of cited work             -->
168    
169  <!ENTITY % pre.content "#PCDATA | A | HR | BR | %font | %phrase">  <!ENTITY % pre.content "#PCDATA | A | HR | BR | %font | %phrase">
170    
# Line 168  large print and voice synthesis.  For mo Line 177  large print and voice synthesis.  For mo
177          %SDAPREF; "&#RE;"          %SDAPREF; "&#RE;"
178          >          >
179    
180  <!-- <BR>       Line break      -->  <!-- <BR>       Line break      -->
181    
182    
183  <!--================== Link Markup ========================================-->  <!--========= Link Markup ======================-->
184    
185  <![ %HTML.Recommended [  <![ %HTML.Recommended [
186          <!ENTITY % linkName "ID">          <!ENTITY % linkName "ID">
187  ]]>  ]]>
188    
189  <!ENTITY % linkName "CDATA">  <!ENTITY % linkName "CDATA">
190    
191  <!ENTITY % linkType "NAME"  <!ENTITY % linkType "NAME"
192          -- a list of these will be specified at a later date -->          -- a list of these will be specified at a later date -->
193    
194  <!ENTITY % linkExtraAttributes  <!ENTITY % linkExtraAttributes
195          "REL %linkType #IMPLIED          "REL %linkType #IMPLIED
# Line 191  large print and voice synthesis.  For mo Line 200  large print and voice synthesis.  For mo
200          ">          ">
201    
202  <![ %HTML.Recommended [  <![ %HTML.Recommended [
203          <!ENTITY % A.content   "(%text)*"          <!ENTITY % A.content   "(%text)*"
204          -- <H1><a name="xxx">Heading</a></H1>          -- <H1><a name="xxx">Heading</a></H1>
205                  is preferred to                  is preferred to
206             <a name="xxx"><H1>Heading</H1></a>             <a name="xxx"><H1>Heading</H1></a>
207          -->          -->
208  ]]>  ]]>
209    
210  <!ENTITY % A.content   "(%heading|%text)*">  <!ENTITY % A.content   "(%heading|%text)*">
211    
212  <!ELEMENT A     - - %A.content -(A)>  <!ELEMENT A     - - %A.content -(A)>
213  <!ATTLIST A  <!ATTLIST A
214          HREF %URI #IMPLIED          HREF %URI #IMPLIED
215          NAME %linkName #IMPLIED          NAME %linkName #IMPLIED
216          %linkExtraAttributes;          %linkExtraAttributes;
217          %SDAPREF; "<?SDATrans A: #AttList>"          %SDAPREF; "<Anchor: #AttList>"
218          >          >
219  <!-- <A>                Anchor; source and/or destination of a link     -->  <!-- <A>                Anchor; source/destination of link      -->
220  <!-- <A NAME="...">     Name of this anchor                             -->  <!-- <A NAME="...">     Name of this anchor                     -->
221  <!-- <A HREF="...">     Address of link destination                     -->  <!-- <A HREF="...">     Address of link destination             -->
222  <!-- <A URN="...">      Permanent address of destination                -->  <!-- <A URN="...">      Permanent address of destination        -->
223  <!-- <A REL=...>        Relationship of this anchor to destination      -->  <!-- <A REL=...>        Relationship to destination             -->
224  <!-- <A REV=...>        Relationship of destination to this anchor      -->  <!-- <A REV=...>        Relationship of destination to this     -->
225  <!-- <A TITLE="...">    Title of destination (advisory)                 -->  <!-- <A TITLE="...">    Title of destination (advisory)         -->
226  <!-- <A METHODS="...">  Operations allowed on destination (advisory)    -->  <!-- <A METHODS="...">  Operations on destination (advisory)    -->
227    
228    
229  <!--=================== Images ============================================-->  <!--========== Images ==========================-->
230    
231  <!ELEMENT IMG    - O EMPTY>  <!ELEMENT IMG    - O EMPTY>
232  <!ATTLIST IMG  <!ATTLIST IMG
233          SRC %URI;  #REQUIRED          SRC %URI;  #REQUIRED
234          ALT CDATA #IMPLIED          ALT CDATA #IMPLIED
235          ALIGN (top|middle|bottom) #IMPLIED          ALIGN (top|middle|bottom) #IMPLIED
236          ISMAP (ISMAP) #IMPLIED          ISMAP (ISMAP) #IMPLIED
237          %SDAPREF; "<Fig><?SDATrans Img: #AttList>#AttVal(Alt)</Fig>"          %SDAPREF; "<Fig><?SDATrans Img: #AttList>#AttVal(Alt)</Fig>"
238          >          >
239    
240  <!-- <IMG>              Image; icon, glyph or illustration      -->  <!-- <IMG>              Image; icon, glyph or illustration      -->
241  <!-- <IMG SRC="...">    Address of image object                 -->  <!-- <IMG SRC="...">    Address of image object                 -->
242  <!-- <IMG ALT="...">    Textual alternative                     -->  <!-- <IMG ALT="...">    Textual alternative                     -->
243  <!-- <IMG ALIGN=...>    Position relative to text               -->  <!-- <IMG ALIGN=...>    Position relative to text               -->
244  <!-- <IMG ISMAP>        Each pixel can be a link                -->  <!-- <IMG ISMAP>        Each pixel can be a link                -->
245    
246  <!--=================== Paragraphs=========================================-->  <!--========== Paragraphs=======================-->
247    
248  <!ELEMENT P     - O (%text)*>  <!ELEMENT P     - O (%text)*>
249  <!ATTLIST P  <!ATTLIST P
250          %SDAFORM; "Para"          %SDAFORM; "Para"
251          >          >
252    
253  <!-- <P>        Paragraph       -->  <!-- <P>        Paragraph       -->
254    
255    
256  <!--=================== Headings, Titles, Sections ========================-->  <!--========== Headings, Titles, Sections ===============-->
257    
258  <!ELEMENT HR    - O EMPTY>  <!ELEMENT HR    - O EMPTY>
259  <!ATTLIST HR  <!ATTLIST HR
260          %SDAPREF; "<Para><?SDATrans HR: #AttList></Para>"          %SDAPREF; "&#RE;&#RE;"
261          >          >
262    
263  <!-- <HR>       Horizontal rule -->  <!-- <HR>       Horizontal rule -->
264    
265  <!ELEMENT ( %heading )  - -  (%text;)*>  <!ELEMENT ( %heading )  - -  (%text;)*>
266  <!ATTLIST H1  <!ATTLIST H1
# Line 273  large print and voice synthesis.  For mo Line 282  large print and voice synthesis.  For mo
282          %SDAFORM; "H6"          %SDAFORM; "H6"
283          >          >
284    
285  <!-- <H1>       Heading, level 1 -->  <!-- <H1>       Heading, level 1 -->
286  <!-- <H2>       Heading, level 2 -->  <!-- <H2>       Heading, level 2 -->
287  <!-- <H3>       Heading, level 3 -->  <!-- <H3>       Heading, level 3 -->
288  <!-- <H4>       Heading, level 4 -->  <!-- <H4>       Heading, level 4 -->
289  <!-- <H5>       Heading, level 5 -->  <!-- <H5>       Heading, level 5 -->
290  <!-- <H6>       Heading, level 6 -->  <!-- <H6>       Heading, level 6 -->
291    
292    
293  <!--=================== Text Flows ========================================-->  <!--========== Text Flows ======================-->
294    
295  <![ %HTML.Forms [  <![ %HTML.Forms [
296          <!ENTITY % block.forms "BLOCKQUOTE | FORM | ISINDEX">          <!ENTITY % block.forms "BLOCKQUOTE | FORM | ISINDEX">
297  ]]>  ]]>
298    
299  <!ENTITY % block.forms "BLOCKQUOTE">  <!ENTITY % block.forms "BLOCKQUOTE">
300    
301  <![ %HTML.Deprecated [  <![ %HTML.Deprecated [
302          <!ENTITY % preformatted "PRE | XMP | LISTING">          <!ENTITY % preformatted "PRE | XMP | LISTING">
303  ]]>  ]]>
304    
305  <!ENTITY % preformatted "PRE">  <!ENTITY % preformatted "PRE">
306    
307  <!ENTITY % block "P | %list | DL  <!ENTITY % block "P | %list | DL
308          | %preformatted          | %preformatted
309          | %block.forms">          | %block.forms">
310    
311  <!ENTITY % flow "(%text|%block)*">  <!ENTITY % flow "(%text|%block)*">
312    
# Line 306  large print and voice synthesis.  For mo Line 315  large print and voice synthesis.  For mo
315  <!ATTLIST PRE  <!ATTLIST PRE
316          WIDTH NUMBER #implied          WIDTH NUMBER #implied
317          %SDAFORM; "Lit"          %SDAFORM; "Lit"
         %SDAPREF; "<?SDATrans Pre: #AttList>"  
318          >          >
319    
320  <!-- <PRE>              Preformatted text               -->  <!-- <PRE>              Preformatted text               -->
321  <!-- <PRE WIDTH=...>    Maximum characters per line     -->  <!-- <PRE WIDTH=...>    Maximum characters per line     -->
322    
323  <![ %HTML.Deprecated [  <![ %HTML.Deprecated [
324    
325  <!ENTITY % literal "CDATA"  <!ENTITY % literal "CDATA"
326          -- historical, non-conforming parsing mode where          -- historical, non-conforming parsing mode where
327             the only markup signal is the end tag             the only markup signal is the end tag
328             in full             in full
329          -->          -->
330    
331  <!ELEMENT (XMP|LISTING) - -  %literal>  <!ELEMENT (XMP|LISTING) - -  %literal>
332  <!ATTLIST XMP  <!ATTLIST XMP
# Line 330  large print and voice synthesis.  For mo Line 338  large print and voice synthesis.  For mo
338          %SDAPREF; "Listing:&#RE;"          %SDAPREF; "Listing:&#RE;"
339          >          >
340    
341  <!-- <XMP>              Example section         -->  <!-- <XMP>              Example section         -->
342  <!-- <LISTING>          Computer listing        -->  <!-- <LISTING>          Computer listing        -->
343    
344  <!ELEMENT PLAINTEXT - O %literal>  <!ELEMENT PLAINTEXT - O %literal>
345  <!-- <PLAINTEXT>        Plain text passage      -->  <!-- <PLAINTEXT>        Plain text passage      -->
346    
347  <!ATTLIST PLAINTEXT  <!ATTLIST PLAINTEXT
348          %SDAFORM; "Lit"          %SDAFORM; "Lit"
# Line 342  large print and voice synthesis.  For mo Line 350  large print and voice synthesis.  For mo
350  ]]>  ]]>
351    
352    
353  <!--=================== Lists =============================================-->  <!--========== Lists ==================-->
354    
355  <!ELEMENT DL    - -  (DT | DD)+>  <!ELEMENT DL    - -  (DT | DD)+>
356  <!ATTLIST DL  <!ATTLIST DL
357          COMPACT (COMPACT) #IMPLIED          COMPACT (COMPACT) #IMPLIED
358          %SDAFORM; "List"          %SDAFORM; "List"
359          %SDAPREF; "<?SDATrans DL: #AttList>"          %SDAPREF; "Definition List:"
360          >          >
361    
362  <!ELEMENT DT    - O (%text)*>  <!ELEMENT DT    - O (%text)*>
363  <!ATTLIST DT  <!ATTLIST DT
# Line 361  large print and voice synthesis.  For mo Line 369  large print and voice synthesis.  For mo
369          %SDAFORM; "LItem"          %SDAFORM; "LItem"
370          >          >
371    
372  <!-- <DL>               Definition list, or glossary    -->  <!-- <DL>               Definition list, or glossary    -->
373  <!-- <DL COMPACT>       Compact style list              -->  <!-- <DL COMPACT>       Compact style list              -->
374  <!-- <DT>               Term in definition list         -->  <!-- <DT>               Term in definition list         -->
375  <!-- <DD>               Definition of term              -->  <!-- <DD>               Definition of term              -->
376    
377  <!ELEMENT (OL|UL) - -  (LI)+>  <!ELEMENT (OL|UL) - -  (LI)+>
378  <!ATTLIST OL  <!ATTLIST OL
379          COMPACT (COMPACT) #IMPLIED          COMPACT (COMPACT) #IMPLIED
380          %SDAFORM; "List"          %SDAFORM; "List"
         %SDAPREF; "<?SDATrans OL: #AttList>"  
381          >          >
382  <!ATTLIST UL  <!ATTLIST UL
383          COMPACT (COMPACT) #IMPLIED          COMPACT (COMPACT) #IMPLIED
384          %SDAFORM; "List"          %SDAFORM; "List"
         %SDAPREF; "<?SDATrans UL: #AttList>"  
385          >          >
386  <!-- <UL>               Unordered list                  -->  <!-- <UL>               Unordered list                  -->
387  <!-- <UL COMPACT>       Compact list style              -->  <!-- <UL COMPACT>       Compact list style              -->
388  <!-- <OL>               Ordered, or numbered list       -->  <!-- <OL>               Ordered, or numbered list       -->
389  <!-- <OL COMPACT>       Compact list style              -->  <!-- <OL COMPACT>       Compact list style              -->
390    
391    
392  <!ELEMENT (DIR|MENU) - -  (LI)+ -(%block)>  <!ELEMENT (DIR|MENU) - -  (LI)+ -(%block)>
393  <!ATTLIST DIR  <!ATTLIST DIR
394          COMPACT (COMPACT) #IMPLIED          COMPACT (COMPACT) #IMPLIED
395          %SDAFORM; "List"          %SDAFORM; "List"
396          %SDAPREF; "<?SDATrans Dir: #AttList><LHead>Directory</LHead>"          %SDAPREF; "<LHead>Directory</LHead>"
397          >          >
398  <!ATTLIST MENU  <!ATTLIST MENU
399          COMPACT (COMPACT) #IMPLIED          COMPACT (COMPACT) #IMPLIED
400          %SDAFORM; "List"          %SDAFORM; "List"
401          %SDAPREF; "<?SDATrans Menu: #AttList><LHead>Menu</LHead>"          %SDAPREF; "<LHead>Menu</LHead>"
402          >          >
403    
404  <!-- <DIR>              Directory list                  -->  <!-- <DIR>              Directory list                  -->
405  <!-- <DIR COMPACT>      Compact list style              -->  <!-- <DIR COMPACT>      Compact list style              -->
406  <!-- <MENU>             Menu list                       -->  <!-- <MENU>             Menu list                       -->
407  <!-- <MENU COMPACT>     Compact list style              -->  <!-- <MENU COMPACT>     Compact list style              -->
408    
409  <!ELEMENT LI    - O %flow>  <!ELEMENT LI    - O %flow>
410  <!ATTLIST LI  <!ATTLIST LI
411          %SDAFORM; "LItem"          %SDAFORM; "LItem"
412          >          >
413    
414  <!-- <LI>               List item                       -->  <!-- <LI>               List item                       -->
415    
416  <!--=================== Document Body =====================================-->  <!--========== Document Body ===================-->
417    
418  <![ %HTML.Recommended [  <![ %HTML.Recommended [
419          <!ENTITY % body.content "(%heading|%block|HR|ADDRESS)*"          <!ENTITY % body.content "(%heading|%block|HR|ADDRESS|IMG)*"
420          -- <h1>Heading</h1>          -- <h1>Heading</h1>
421             <p>Text ...             <p>Text ...
422                  is preferred to                  is preferred to
# Line 419  large print and voice synthesis.  For mo Line 425  large print and voice synthesis.  For mo
425          -->          -->
426  ]]>  ]]>
427    
428  <!ENTITY % body.content "(%heading | %text | %block | HR | ADDRESS)*">  <!ENTITY % body.content "(%heading | %text | %block |
429                                     HR | ADDRESS)*">
430    
431  <!ELEMENT BODY O O  %body.content>  <!ELEMENT BODY O O  %body.content>
 <!ATTLIST BODY  
         %SDAPREF; "<?SDATrans Body: #AttList>"  
         >  
432    
433  <!-- <BODY>     Document body   -->  <!-- <BODY>     Document body   -->
434    
435  <!ELEMENT BLOCKQUOTE - - %body.content>  <!ELEMENT BLOCKQUOTE - - %body.content>
436  <!ATTLIST BLOCKQUOTE  <!ATTLIST BLOCKQUOTE
437          %SDAFORM; "BQ"          %SDAFORM; "BQ"
438          >          >
439    
440  <!-- <BLOCKQUOTE>       Quoted passage  -->  <!-- <BLOCKQUOTE>       Quoted passage  -->
441    
442  <!ELEMENT ADDRESS - - (%text|P)*>  <!ELEMENT ADDRESS - - (%text|P)*>
443  <!ATTLIST  ADDRESS  <!ATTLIST  ADDRESS
# Line 441  large print and voice synthesis.  For mo Line 445  large print and voice synthesis.  For mo
445          %SDAPREF; "Address:&#RE;"          %SDAPREF; "Address:&#RE;"
446          >          >
447    
448  <!-- <ADDRESS>  Address, signature, or byline for document or passage   -->  <!-- <ADDRESS>  Address, signature, or byline   -->
449    
450    
451  <!--================ Forms ===============================================-->  <!--======= Forms ====================-->
452    
453  <![ %HTML.Forms [  <![ %HTML.Forms [
454    
455  <!ELEMENT FORM - - %body.content -(FORM) +(INPUT|SELECT|TEXTAREA)>  <!ELEMENT FORM - - %body.content -(FORM) +(INPUT|SELECT|TEXTAREA)>
456  <!ATTLIST FORM  <!ATTLIST FORM
457          ACTION %URI #IMPLIED          ACTION %URI #IMPLIED
458          METHOD (%HTTP-Method) GET          METHOD (%HTTP-Method) GET
459          ENCTYPE %Content-Type; "application/x-www-form-urlencoded"          ENCTYPE %Content-Type; "application/x-www-form-urlencoded"
460          %SDAPREF; "<Para><?SDATrans Form: #AttList>Form:</Para>"          %SDAPREF; "<Para>Form:</Para>"
461          %SDASUFF; "<Para><?SDATrans Form: #End>Form End.</Para>"          %SDASUFF; "<Para>Form End.</Para>"
462          >          >
463    
464  <!-- <FORM>                     Fill-out or data-entry form     -->  <!-- <FORM>                     Fill-out or data-entry form     -->
465  <!-- <FORM ACTION="...">        Address for completed form      -->  <!-- <FORM ACTION="...">        Address for completed form      -->
466  <!-- <FORM METHOD=...>          Method of submitting form       -->  <!-- <FORM METHOD=...>          Method of submitting form       -->
467  <!-- <FORM ENCTYPE="...">       Representation of form data     -->  <!-- <FORM ENCTYPE="...">       Representation of form data     -->
468    
469  <!ENTITY % InputType "(TEXT | PASSWORD | CHECKBOX |  <!ENTITY % InputType "(TEXT | PASSWORD | CHECKBOX |
470                          RADIO | SUBMIT | RESET |                          RADIO | SUBMIT | RESET |
471                          IMAGE | HIDDEN )">                          IMAGE | HIDDEN )">
472  <!ELEMENT INPUT - O EMPTY>  <!ELEMENT INPUT - O EMPTY>
473  <!ATTLIST INPUT  <!ATTLIST INPUT
474          TYPE %InputType TEXT          TYPE %InputType TEXT
# Line 475  large print and voice synthesis.  For mo Line 479  large print and voice synthesis.  For mo
479          SIZE CDATA #IMPLIED          SIZE CDATA #IMPLIED
480          MAXLENGTH NUMBER #IMPLIED          MAXLENGTH NUMBER #IMPLIED
481          ALIGN (top|middle|bottom) #IMPLIED          ALIGN (top|middle|bottom) #IMPLIED
482          %SDAPREF; "<?SDATrans Input: #AttList>"          %SDAPREF; "Input: "
483          >          >
484    
485  <!-- <INPUT>                    Form input datum                -->  <!-- <INPUT>                    Form input datum                -->
486  <!-- <INPUT TYPE=...>           Type of input interaction       -->  <!-- <INPUT TYPE=...>           Type of input interaction       -->
487  <!-- <INPUT TYPE=...>           Name of form datum              -->  <!-- <INPUT NAME=...>           Name of form datum              -->
488  <!-- <INPUT VALUE="...">        Default/initial/selected value  -->  <!-- <INPUT VALUE="...">        Default/initial/selected value  -->
489  <!-- <INPUT SRC="...">          Address of image                -->  <!-- <INPUT SRC="...">          Address of image                -->
490  <!-- <INPUT CHECKED>            Initial state is "on"           -->  <!-- <INPUT CHECKED>            Initial state is "on"           -->
# Line 488  large print and voice synthesis.  For mo Line 492  large print and voice synthesis.  For mo
492  <!-- <INPUT MAXLENGTH=...>      Data length maximum             -->  <!-- <INPUT MAXLENGTH=...>      Data length maximum             -->
493  <!-- <INPUT ALIGN=...>          Image alignment                 -->  <!-- <INPUT ALIGN=...>          Image alignment                 -->
494    
495  <!ELEMENT SELECT - - (OPTION+)>  <!ELEMENT SELECT - - (OPTION+) -(INPUT|SELECT|TEXTAREA)>
496  <!ATTLIST SELECT  <!ATTLIST SELECT
497          NAME CDATA #REQUIRED          NAME CDATA #REQUIRED
498          SIZE NUMBER #IMPLIED          SIZE NUMBER #IMPLIED
499          MULTIPLE (MULTIPLE) #IMPLIED          MULTIPLE (MULTIPLE) #IMPLIED
500          %SDAFORM; "List"          %SDAFORM; "List"
501          %SDAPREF;          %SDAPREF;
502          "<?SDATrans Select: #AttList><LHead>Select #AttVal(Multiple)</LHead>"          "<LHead>Select #AttVal(Multiple)</LHead>"
503          >          >
504    
505  <!-- <SELECT>                   Selection of option(s)                  -->  <!-- <SELECT>                   Selection of option(s)          -->
506  <!-- <SELECT NAME=...>          Name of form datum                      -->  <!-- <SELECT NAME=...>          Name of form datum              -->
507  <!-- <SELECT SIZE=...>          Number of options displayed at a time   -->  <!-- <SELECT SIZE=...>          Options displayed at a time     -->
508  <!-- <SELECT MULTIPLE>          Multiple selections allowed             -->  <!-- <SELECT MULTIPLE>          Multiple selections allowed     -->
509    
510  <!ELEMENT OPTION - O (#PCDATA)*>  <!ELEMENT OPTION - O (#PCDATA)*>
511  <!ATTLIST OPTION  <!ATTLIST OPTION
512          SELECTED (SELECTED) #IMPLIED          SELECTED (SELECTED) #IMPLIED
513          VALUE CDATA #IMPLIED          VALUE CDATA #IMPLIED
514          %SDAFORM; "LItem"          %SDAFORM; "LItem"
515          %SDAPREF;          %SDAPREF;
516          "<?SDATrans Option: #AttList>#AttVal(Value) #AttVal(Selected)"          "Option: #AttVal(Value) #AttVal(Selected)"
517          >          >
518    
519  <!-- <OPTION>                   A selection option                      -->  <!-- <OPTION>                   A selection option              -->
520  <!-- <OPTION SELECTED>          Initial state                           -->  <!-- <OPTION SELECTED>          Initial state                   -->
521  <!-- <OPTION VALUE="...">       Form datum value for this option        -->  <!-- <OPTION VALUE="...">       Form datum value for this option-->
522    
523  <!ELEMENT TEXTAREA - - (#PCDATA)*>  <!ELEMENT TEXTAREA - - (#PCDATA)* -(INPUT|SELECT|TEXTAREA)>
524  <!ATTLIST TEXTAREA  <!ATTLIST TEXTAREA
525          NAME CDATA #REQUIRED          NAME CDATA #REQUIRED
526          ROWS NUMBER #REQUIRED          ROWS NUMBER #REQUIRED
527          COLS NUMBER #REQUIRED          COLS NUMBER #REQUIRED
528          %SDAFORM; "Para"          %SDAFORM; "Para"
529          %SDAPREF; "<?SDATrans TextArea: #AttList>#AttVal(Name): "          %SDAPREF; "Input Text -- #AttVal(Name): "
530          >          >
531    
532  <!-- <TEXTAREA>                 An area for text input                  -->  <!-- <TEXTAREA>                 An area for text input          -->
533  <!-- <TEXTAREA NAME=...>        Name of form datum                      -->  <!-- <TEXTAREA NAME=...>        Name of form datum              -->
534  <!-- <TEXTAREA ROWS=...>        Height of area                          -->  <!-- <TEXTAREA ROWS=...>        Height of area                  -->
535  <!-- <TEXTAREA COLS=...>        Width of area                           -->  <!-- <TEXTAREA COLS=...>        Width of area                   -->
536    
537  ]]>  ]]>
538    
539    
540  <!--================ Document Head ========================================-->  <!--======= Document Head ======================-->
   
 <!ENTITY % head.link "& LINK*">  
541    
542  <![ %HTML.Recommended [  <![ %HTML.Recommended [
543          <!ENTITY % head.nextid "">          <!ENTITY % head.extra "META* & LINK*">
544  ]]>  ]]>
 <!ENTITY % head.nextid "& NEXTID?">  
545    
546  <!ENTITY % head.content "TITLE & ISINDEX? & BASE? & META*  <!ENTITY % head.extra "NEXTID? & META* & LINK*">
547                           %head.nextid  
548                           %head.link">  <!ENTITY % head.content "TITLE & ISINDEX? & BASE? &
549                             (%head.extra)">
550    
551  <!ELEMENT HEAD O O  (%head.content)>  <!ELEMENT HEAD O O  (%head.content)>
 <!ATTLIST HEAD  
         %SDAPREF; "<?SDATrans Head: #AttList>"  
       >  
552    
553  <!-- <HEAD>     Document head   -->  <!-- <HEAD>     Document head   -->
554    
555  <!ELEMENT TITLE - -  (#PCDATA)*>  <!ELEMENT TITLE - -  (#PCDATA)*>
556  <!ATTLIST TITLE  <!ATTLIST TITLE
557          %SDAFORM; "Ti"          %SDAFORM; "Ti"    >
       >  
558    
559  <!-- <TITLE>    Title of document -->  <!-- <TITLE>    Title of document -->
560    
561  <!ELEMENT LINK - O EMPTY>  <!ELEMENT LINK - O EMPTY>
562  <!ATTLIST LINK  <!ATTLIST LINK
563          HREF %URI #REQUIRED          HREF %URI #REQUIRED
564          %linkExtraAttributes;          %linkExtraAttributes;
565          %SDAPREF; "<?SDATrans Link: #AttList>"          %SDAPREF; "Linked to : #AttVal (TITLE) (URN) (HREF)>"    >
         >  
566    
567  <!-- <LINK>             Link from this document                         -->  <!-- <LINK>             Link from this document                 -->
568  <!-- <LINK HREF="...">  Address of link destination                     -->  <!-- <LINK HREF="...">  Address of link destination             -->
569  <!-- <LINK URN="...">   Lasting name of destination                     -->  <!-- <LINK URN="...">   Lasting name of destination             -->
570  <!-- <LINK REL=...>     Relationship of this document to destination    -->  <!-- <LINK REL=...>     Relationship to destination             -->
571  <!-- <LINK REV=...>     Relationship of destination to this document    -->  <!-- <LINK REV=...>     Relationship of destination to this     -->
572  <!-- <LINK TITLE="..."> Title of destination (advisory)                 -->  <!-- <LINK TITLE="..."> Title of destination (advisory)         -->
573  <!-- <LINK METHODS="..."> Operations allowed on destination (advisory)  -->  <!-- <LINK METHODS="..."> Operations allowed (advisory)         -->
574    
575  <!ELEMENT ISINDEX - O EMPTY>  <!ELEMENT ISINDEX - O EMPTY>
576  <!ATTLIST ISINDEX  <!ATTLIST ISINDEX
577          %SDAPREF;          %SDAPREF;
578     "<Para><?SDATrans IsIndex: #AttList>[Document indexed/searchable.]</Para>">     "<Para>[Document is indexed/searchable.]</Para>">
579    
580  <!-- <ISINDEX>          Document is a searchable index          -->  <!-- <ISINDEX>          Document is a searchable index          -->
581    
582  <!ELEMENT BASE - O EMPTY>  <!ELEMENT BASE - O EMPTY>
583  <!ATTLIST BASE  <!ATTLIST BASE
584          HREF %URI; #REQUIRED          HREF %URI; #REQUIRED     >
         %SDAPREF; "<?SDATrans Base: #AttList>"  
         >  
585    
586  <!-- <BASE>             Base context document                   -->  <!-- <BASE>             Base context document                   -->
587  <!-- <BASE HREF="...">  Address for this document               -->  <!-- <BASE HREF="...">  Address for this document               -->
588    
589  <!ELEMENT NEXTID - O EMPTY>  <!ELEMENT NEXTID - O EMPTY>
590  <!ATTLIST NEXTID  <!ATTLIST NEXTID
591          N %linkName #REQUIRED          N %linkName #REQUIRED     >
         %SDAPREF; "<?SDATrans NextID: #AttList>"  
         >  
592    
593  <!-- <NEXTID>           Next ID to use for link name                    -->  <!-- <NEXTID>           Next ID to use for link name            -->
594  <!-- <NEXTID N=...>     Next ID to use for link name                    -->  <!-- <NEXTID N=...>     Next ID to use for link name            -->
595    
596  <!ELEMENT META - O EMPTY>  <!ELEMENT META - O EMPTY>
597  <!ATTLIST META  <!ATTLIST META
598          HTTP-EQUIV  NAME    #IMPLIED          HTTP-EQUIV  NAME    #IMPLIED
599          NAME        NAME    #IMPLIED          NAME        NAME    #IMPLIED
600          CONTENT     CDATA   #REQUIRED          CONTENT     CDATA   #REQUIRED    >
         %SDAPREF; "<?SDATrans Meta: #AttList>"  
         >  
601    
602  <!-- <META>                     Generic Metainformation         -->  <!-- <META>                     Generic Metainformation         -->
603  <!-- <META HTTP-EQUIV=...>      HTTP response header name       -->  <!-- <META HTTP-EQUIV=...>      HTTP response header name       -->
604  <!-- <META HTTP-EQUIV=...>      Metainformation name            -->  <!-- <META NAME=...>            Metainformation name            -->
605  <!-- <META CONTENT="...">       Associated information          -->  <!-- <META CONTENT="...">       Associated information          -->
606    
607  <!--================ Document Structure ===================================-->  <!--======= Document Structure =================-->
608    
609  <![ %HTML.Deprecated [  <![ %HTML.Deprecated [
610          <!ENTITY % html.content "HEAD, BODY, PLAINTEXT?">          <!ENTITY % html.content "HEAD, BODY, PLAINTEXT?">
611  ]]>  ]]>
612  <!ENTITY % html.content "HEAD, BODY">  <!ENTITY % html.content "HEAD, BODY">
613    
# Line 624  large print and voice synthesis.  For mo Line 615  large print and voice synthesis.  For mo
615  <!ENTITY % version.attr "VERSION CDATA #FIXED '%HTML.Version;'">  <!ENTITY % version.attr "VERSION CDATA #FIXED '%HTML.Version;'">
616    
617  <!ATTLIST HTML  <!ATTLIST HTML
618          %version.attr;          %version.attr;
619          %SDAFORM; "Book"          %SDAFORM; "Book"
620          %SDAPREF; "<?SDATrans HTML: #AttList>"          >
         >  
621    
622  <!-- <HTML>                     HyperText Markup Language Document      -->  <!-- <HTML>                     HTML Document   -->

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.26

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24