/[pub]/test/html.dtd
Suika

Diff of /test/html.dtd

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

revision 1.24 by connolly, Mon Feb 6 21:28:45 1995 UTC revision 1.27 by connolly, Thu Jun 15 20:17:03 1995 UTC
# Line 5  Line 5 
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
# Line 183  SDA & ICADD: Line 182  SDA & ICADD:
182    
183  <!--========= Link Markup ======================-->  <!--========= Link Markup ======================-->
184    
 <![ %HTML.Recommended [  
         <!ENTITY % linkName "ID">  
 ]]>  
   
 <!ENTITY % linkName "CDATA">  
   
 <!ENTITY % linkType "NAME"  
         -- a list of these will be specified at a later date -->  
   
185  <!ENTITY % linkExtraAttributes  <!ENTITY % linkExtraAttributes
186          "REL %linkType #IMPLIED          "REL %linkType #IMPLIED
187          REV %linkType #IMPLIED          REV %linkType #IMPLIED
# Line 213  SDA & ICADD: Line 203  SDA & ICADD:
203  <!ELEMENT A     - - %A.content -(A)>  <!ELEMENT A     - - %A.content -(A)>
204  <!ATTLIST A  <!ATTLIST A
205          HREF %URI #IMPLIED          HREF %URI #IMPLIED
206          NAME %linkName #IMPLIED          NAME CDATA #IMPLIED
207          %linkExtraAttributes;          %linkExtraAttributes;
208          %SDAPREF; "<Anchor: #AttList>"          %SDAPREF; "<Anchor: #AttList>"
209          >          >
# Line 541  SDA & ICADD: Line 531  SDA & ICADD:
531  <!--======= Document Head ======================-->  <!--======= Document Head ======================-->
532    
533  <![ %HTML.Recommended [  <![ %HTML.Recommended [
534          <!ENTITY % head.extra "META* & LINK*">          <!ENTITY % head.extra "">
535  ]]>  ]]>
536    <!ENTITY % head.extra "& NEXTID?">
537    
538  <!ENTITY % head.extra "NEXTID? & META* & LINK*">  <!ENTITY % head.content "TITLE & ISINDEX? & BASE? %head.extra">
   
 <!ENTITY % head.content "TITLE & ISINDEX? & BASE? &  
                          (%head.extra)">  
539    
540  <!ELEMENT HEAD O O  (%head.content)>  <!ELEMENT HEAD O O  (%head.content) +(META|LINK)>
541    
542  <!-- <HEAD>     Document head   -->  <!-- <HEAD>     Document head   -->
543    
# Line 589  SDA & ICADD: Line 577  SDA & ICADD:
577    
578  <!ELEMENT NEXTID - O EMPTY>  <!ELEMENT NEXTID - O EMPTY>
579  <!ATTLIST NEXTID  <!ATTLIST NEXTID
580          N %linkName #REQUIRED     >          N CDATA #REQUIRED     >
581    
582  <!-- <NEXTID>           Next ID to use for link name            -->  <!-- <NEXTID>           Next ID to use for link name            -->
583  <!-- <NEXTID N=...>     Next ID to use for link name            -->  <!-- <NEXTID N=...>     Next ID to use for link name            -->
# Line 602  SDA & ICADD: Line 590  SDA & ICADD:
590    
591  <!-- <META>                     Generic Metainformation         -->  <!-- <META>                     Generic Metainformation         -->
592  <!-- <META HTTP-EQUIV=...>      HTTP response header name       -->  <!-- <META HTTP-EQUIV=...>      HTTP response header name       -->
593  <!-- <META HTTP-EQUIV=...>      Metainformation name            -->  <!-- <META NAME=...>            Metainformation name            -->
594  <!-- <META CONTENT="...">       Associated information          -->  <!-- <META CONTENT="...">       Associated information          -->
595    
596  <!--======= Document Structure =================-->  <!--======= Document Structure =================-->

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.27

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24