Blame pubtext/HTML4.dtd

Packit 8a864e
Packit 8a864e
    This is the HTML 4.0 Transitional DTD, which includes
Packit 8a864e
    presentation attributes and elements that W3C expects to phase out
Packit 8a864e
    as support for style sheets matures. Authors should use the Strict
Packit 8a864e
    DTD when possible, but may use the Transitional DTD when support
Packit 8a864e
    for presentation attribute and elements is required.
Packit 8a864e
Packit 8a864e
    HTML 4.0 includes mechanisms for style sheets, scripting,
Packit 8a864e
    embedding objects, improved support for right to left and mixed
Packit 8a864e
    direction text, and enhancements to forms for improved
Packit 8a864e
    accessibility for people with disabilities.
Packit 8a864e
Packit 8a864e
          Draft: $Date: 1999/11/04 08:36:15 $
Packit 8a864e
Packit 8a864e
          Authors:
Packit 8a864e
              Dave Raggett <dsr@w3.org>
Packit 8a864e
              Arnaud Le Hors <lehors@w3.org>
Packit 8a864e
              Ian Jacobs <ij@w3.org>
Packit 8a864e
Packit 8a864e
    Further information about HTML 4.0 is available at:
Packit 8a864e
Packit 8a864e
        http://www.w3.org/TR/REC-html40
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
  -- Typical usage:
Packit 8a864e
Packit 8a864e
    
Packit 8a864e
            "http://www.w3.org/TR/REC-html40/loose.dtd">
Packit 8a864e
    <html>
Packit 8a864e
    <head>
Packit 8a864e
    ...
Packit 8a864e
    </head>
Packit 8a864e
    <body>
Packit 8a864e
    ...
Packit 8a864e
    </body>
Packit 8a864e
    </html>
Packit 8a864e
Packit 8a864e
    The URI used as a system identifier with the public identifier allows
Packit 8a864e
    the user agent to download the DTD and entity sets as needed.
Packit 8a864e
Packit 8a864e
    The FPI for the Strict HTML 4.0 DTD is:
Packit 8a864e
Packit 8a864e
        "-//W3C//DTD HTML 4.0//EN"
Packit 8a864e
Packit 8a864e
    and its URI is:
Packit 8a864e
Packit 8a864e
        http://www.w3.org/TR/REC-html40/strict.dtd
Packit 8a864e
Packit 8a864e
    Authors should use the Strict DTD unless they need the
Packit 8a864e
    presentation control for user agents that don't (adequately)
Packit 8a864e
    support style sheets.
Packit 8a864e
Packit 8a864e
    If you are writing a document that includes frames, use 
Packit 8a864e
    the following FPI:
Packit 8a864e
Packit 8a864e
        "-//W3C//DTD HTML 4.0 Frameset//EN"
Packit 8a864e
Packit 8a864e
    with the URI:
Packit 8a864e
Packit 8a864e
        http://www.w3.org/TR/REC-html40/frameset.dtd
Packit 8a864e
Packit 8a864e
    The following URIs are supported in relation to HTML 4.0
Packit 8a864e
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/strict.dtd" (Strict DTD)
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/loose.dtd" (Loose DTD)
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/frameset.dtd" (Frameset DTD)
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/HTMLlat1.ent" (Latin-1 entities)
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/HTMLsymbol.ent" (Symbol entities)
Packit 8a864e
    "http://www.w3.org/TR/REC-html40/HTMLspecial.ent" (Special entities)
Packit 8a864e
Packit 8a864e
    These URIs point to the latest version of each file. To reference
Packit 8a864e
    this specific revision use the following URIs:
Packit 8a864e
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/strict.dtd"
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/loose.dtd"
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/frameset.dtd"
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent"
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent"
Packit 8a864e
    "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent"
Packit 8a864e
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- media type, as per [RFC2045]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- comma-separated list of media types, as per [RFC2045]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- a character encoding, as per [RFC2045]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- a space separated list of character encodings, as per [RFC2045]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- a language code, as per [RFC1766]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- a single character from [ISO10646] 
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- space-separated list of link types
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- single or comma-separated list of media descriptors
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
    -- a Uniform Resource Identifier,
Packit 8a864e
       see [URI]
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
    Black  = #000000    Green  = #008000
Packit 8a864e
    Silver = #C0C0C0    Lime   = #00FF00
Packit 8a864e
    Gray   = #808080    Olive  = #808000
Packit 8a864e
    White  = #FFFFFF    Yellow = #FFFF00
Packit 8a864e
    Maroon = #800000    Navy   = #000080
Packit 8a864e
    Red    = #FF0000    Blue   = #0000FF
Packit 8a864e
    Purple = #800080    Teal   = #008080
Packit 8a864e
    Fuchsia= #FF00FF    Aqua   = #00FFFF
Packit 8a864e
 -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
  bgcolor     %Color;        #IMPLIED  -- document background color --
Packit 8a864e
  text        %Color;        #IMPLIED  -- document text color --
Packit 8a864e
  link        %Color;        #IMPLIED  -- color of links --
Packit 8a864e
  vlink       %Color;        #IMPLIED  -- color of visited links --
Packit 8a864e
  alink       %Color;        #IMPLIED  -- color of selected links --
Packit 8a864e
  ">
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
   "-//W3C//ENTITIES Latin1//EN//HTML"
Packit 8a864e
   "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent">
Packit 8a864e
%HTMLlat1;
Packit 8a864e
Packit 8a864e
Packit 8a864e
   "-//W3C//ENTITIES Symbols//EN//HTML"
Packit 8a864e
   "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent">
Packit 8a864e
%HTMLsymbol;
Packit 8a864e
Packit 8a864e
Packit 8a864e
   "-//W3C//ENTITIES Special//EN//HTML"
Packit 8a864e
   "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent">
Packit 8a864e
%HTMLspecial;
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 "id          ID             #IMPLIED  -- document-wide unique id --
Packit 8a864e
  class       CDATA          #IMPLIED  -- space separated list of classes --
Packit 8a864e
  style       %StyleSheet;   #IMPLIED  -- associated style info --
Packit 8a864e
  title       %Text;         #IMPLIED  -- advisory title/amplification --"
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
 "lang        %LanguageCode; #IMPLIED  -- language code --
Packit 8a864e
  dir         (ltr|rtl)      #IMPLIED  -- direction for weak/neutral text --"
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
 "onclick     %Script;       #IMPLIED  -- a pointer button was clicked --
Packit 8a864e
  ondblclick  %Script;       #IMPLIED  -- a pointer button was double clicked--
Packit 8a864e
  onmousedown %Script;       #IMPLIED  -- a pointer button was pressed down --
Packit 8a864e
  onmouseup   %Script;       #IMPLIED  -- a pointer button was released --
Packit 8a864e
  onmouseover %Script;       #IMPLIED  -- a pointer was moved onto --
Packit 8a864e
  onmousemove %Script;       #IMPLIED  -- a pointer was moved within --
Packit 8a864e
  onmouseout  %Script;       #IMPLIED  -- a pointer was moved away --
Packit 8a864e
  onkeypress  %Script;       #IMPLIED  -- a key was pressed and released --
Packit 8a864e
  onkeydown   %Script;       #IMPLIED  -- a key was pressed down --
Packit 8a864e
  onkeyup     %Script;       #IMPLIED  -- a key was released --"
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 "datasrc     %URI;          #IMPLIED  -- a single or tabular Data Source --
Packit 8a864e
  datafld     CDATA          #IMPLIED  -- the property or column name --
Packit 8a864e
  dataformatas (plaintext|html) plaintext -- text or html --"
Packit 8a864e
  >
Packit 8a864e
]]>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
                   -- default is left for ltr paragraphs, right for rtl --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 "TT | I | B | U | S | STRIKE | BIG | SMALL">
Packit 8a864e
Packit 8a864e
Packit 8a864e
                   SAMP | KBD | VAR | CITE | ABBR | ACRONYM" >
Packit 8a864e
Packit 8a864e
Packit 8a864e
   "A | IMG | APPLET | OBJECT | FONT | BASEFONT | BR | SCRIPT |
Packit 8a864e
    MAP | Q | SUB | SUP | SPAN | BDO | IFRAME">
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %reserved;			       -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  lang        %LanguageCode; #IMPLIED  -- language code --
Packit 8a864e
  dir         (ltr|rtl)      #REQUIRED -- directionality --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  id          ID             #IMPLIED  -- document-wide unique id --
Packit 8a864e
  size        CDATA          #REQUIRED -- base font size for FONT elements --
Packit 8a864e
  color       %Color;        #IMPLIED  -- text color --
Packit 8a864e
  face        CDATA          #IMPLIED  -- comma separated list of font names --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  %i18n;		               -- lang, dir --
Packit 8a864e
  size        CDATA          #IMPLIED  -- [+|-]nn e.g. size="+1", size="4" --
Packit 8a864e
  color       %Color;        #IMPLIED  -- text color --
Packit 8a864e
  face        CDATA          #IMPLIED  -- comma separated list of font names --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  clear       (left|all|right|none) none -- control of text flow --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
    HTML has two basic content models:
Packit 8a864e
Packit 8a864e
        %inline;     character level elements and text strings
Packit 8a864e
        %block;      block-like elements e.g. paragraphs and lists
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
     "P | %heading; | %list; | %preformatted; | DL | DIV | CENTER |
Packit 8a864e
      NOSCRIPT | NOFRAMES | BLOCKQUOTE | FORM | ISINDEX | HR |
Packit 8a864e
      TABLE | FIELDSET | ADDRESS">
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  onload          %Script;   #IMPLIED  -- the document has been loaded --
Packit 8a864e
  onunload        %Script;   #IMPLIED  -- the document has been removed --
Packit 8a864e
  background      %URI;      #IMPLIED  -- texture tile for document
Packit 8a864e
                                          background --
Packit 8a864e
  %bodycolors;                         -- bgcolor, text, link, vlink, alink --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %align;                              -- align, text alignment --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
Packit 8a864e
  type        %ContentType;  #IMPLIED  -- advisory content type --
Packit 8a864e
  name        CDATA          #IMPLIED  -- named link end --
Packit 8a864e
  href        %URI;          #IMPLIED  -- URI for linked resource --
Packit 8a864e
  hreflang    %LanguageCode; #IMPLIED  -- language code --
Packit 8a864e
  target      %FrameTarget;  #IMPLIED  -- render in this frame --
Packit 8a864e
  rel         %LinkTypes;    #IMPLIED  -- forward link types --
Packit 8a864e
  rev         %LinkTypes;    #IMPLIED  -- reverse link types --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  shape       %Shape;        rect      -- for use with client-side image maps --
Packit 8a864e
  coords      %Coords;       #IMPLIED  -- for use with client-side image maps --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
     separate document although this isn't yet widely supported -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  name        CDATA          #REQUIRED -- for reference by usemap --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  shape       %Shape;        rect      -- controls interpretation of coords --
Packit 8a864e
  coords      %Coords;       #IMPLIED  -- comma separated list of lengths --
Packit 8a864e
  href        %URI;          #IMPLIED  -- URI for linked resource --
Packit 8a864e
  target      %FrameTarget;  #IMPLIED  -- render in this frame --
Packit 8a864e
  nohref      (nohref)       #IMPLIED  -- this region has no action --
Packit 8a864e
  alt         %Text;         #REQUIRED -- short description --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  Relationship values can be used in principle:
Packit 8a864e
Packit 8a864e
   a) for document specific toolbars/menus when used
Packit 8a864e
      with the LINK element in document head e.g.
Packit 8a864e
        start, contents, previous, next, index, end, help
Packit 8a864e
   b) to link to a separate style sheet (rel=stylesheet)
Packit 8a864e
   c) to make a link to a script (rel=script)
Packit 8a864e
   d) by stylesheets to control how collections of
Packit 8a864e
      html nodes are rendered into printed documents
Packit 8a864e
   e) to make a link to a printable version of this document
Packit 8a864e
      e.g. a postscript or pdf version (rel=alternate media=print)
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
Packit 8a864e
  href        %URI;          #IMPLIED  -- URI for linked resource --
Packit 8a864e
  hreflang    %LanguageCode; #IMPLIED  -- language code --
Packit 8a864e
  type        %ContentType;  #IMPLIED  -- advisory content type --
Packit 8a864e
  rel         %LinkTypes;    #IMPLIED  -- forward link types --
Packit 8a864e
  rev         %LinkTypes;    #IMPLIED  -- reverse link types --
Packit 8a864e
  media       %MediaDesc;    #IMPLIED  -- for rendering on these media --
Packit 8a864e
  target      %FrameTarget;  #IMPLIED  -- render in this frame --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
   to make image content understandable and navigable 
Packit 8a864e
   to users of non-visual UAs, you need to provide
Packit 8a864e
   a description with ALT, and avoid server-side image maps -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  src         %URI;          #REQUIRED -- URI of image to embed --
Packit 8a864e
  alt         %Text;         #REQUIRED -- short description --
Packit 8a864e
  longdesc    %URI;          #IMPLIED  -- link to long description
Packit 8a864e
                                          (complements alt) --
Packit 8a864e
  height      %Length;       #IMPLIED  -- override height --
Packit 8a864e
  width       %Length;       #IMPLIED  -- override width --
Packit 8a864e
  usemap      %URI;          #IMPLIED  -- use client-side image map --
Packit 8a864e
  ismap       (ismap)        #IMPLIED  -- use server-side image map --
Packit 8a864e
  align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
Packit 8a864e
  border      %Length;       #IMPLIED  -- link border width --
Packit 8a864e
  hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
Packit 8a864e
  vspace      %Pixels;       #IMPLIED  -- vertical gutter --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
  or an external document, although the latter is not widely supported -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  OBJECT is used to embed objects as part of HTML pages 
Packit 8a864e
  PARAM elements should precede other content. SGML mixed content
Packit 8a864e
  model technicality precludes specifying this formally ...
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
 -- generic embedded object -->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  declare     (declare)      #IMPLIED  -- declare but don't instantiate flag --
Packit 8a864e
  classid     %URI;          #IMPLIED  -- identifies an implementation --
Packit 8a864e
  codebase    %URI;          #IMPLIED  -- base URI for classid, data, archive--
Packit 8a864e
  data        %URI;          #IMPLIED  -- reference to object's data --
Packit 8a864e
  type        %ContentType;  #IMPLIED  -- content type for data --
Packit 8a864e
  codetype    %ContentType;  #IMPLIED  -- content type for code --
Packit 8a864e
  archive     %URI;          #IMPLIED  -- space separated archive list --
Packit 8a864e
  standby     %Text;         #IMPLIED  -- message to show while loading --
Packit 8a864e
  height      %Length;       #IMPLIED  -- override height --
Packit 8a864e
  width       %Length;       #IMPLIED  -- override width --
Packit 8a864e
  usemap      %URI;          #IMPLIED  -- use client-side image map --
Packit 8a864e
  name        CDATA          #IMPLIED  -- submit as part of form --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
Packit 8a864e
  border      %Length;       #IMPLIED  -- link border width --
Packit 8a864e
  hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
Packit 8a864e
  vspace      %Pixels;       #IMPLIED  -- vertical gutter --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  id          ID             #IMPLIED  -- document-wide unique id --
Packit 8a864e
  name        CDATA          #REQUIRED -- property name --
Packit 8a864e
  value       CDATA          #IMPLIED  -- property value --
Packit 8a864e
  valuetype   (DATA|REF|OBJECT) DATA   -- How to interpret value --
Packit 8a864e
  type        %ContentType;  #IMPLIED  -- content type for value
Packit 8a864e
                                          when valuetype=ref --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  One of code or object attributes must be present.
Packit 8a864e
  Place PARAM elements before other content.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  codebase    %URI;          #IMPLIED  -- optional base URI for applet --
Packit 8a864e
  archive     CDATA          #IMPLIED  -- comma separated archive list --
Packit 8a864e
  code        CDATA          #IMPLIED  -- applet class file --
Packit 8a864e
  object      CDATA          #IMPLIED  -- serialized applet file --
Packit 8a864e
  alt         %Text;         #IMPLIED  -- short description --
Packit 8a864e
  name        CDATA          #IMPLIED  -- allows applets to find each other --
Packit 8a864e
  width       %Length;       #REQUIRED -- initial width --
Packit 8a864e
  height      %Length;       #REQUIRED -- initial height --
Packit 8a864e
  align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
Packit 8a864e
  hspace      %Pixels;       #IMPLIED  -- horizontal gutter --
Packit 8a864e
  vspace      %Pixels;       #IMPLIED  -- vertical gutter --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  %events;
Packit 8a864e
  align       (left|center|right) #IMPLIED
Packit 8a864e
  noshade     (noshade)      #IMPLIED
Packit 8a864e
  size        %Pixels;       #IMPLIED
Packit 8a864e
  width       %Length;       #IMPLIED
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %align;                              -- align, text alignment --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  There are six levels of headings from H1 (the most important)
Packit 8a864e
  to H6 (the least important).
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %align;                              -- align, text alignment --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  width       NUMBER         #IMPLIED
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  cite        %URI;          #IMPLIED  -- URI for source document or msg --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  cite        %URI;          #IMPLIED  -- URI for source document or msg --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  cite        %URI;          #IMPLIED  -- info on reason for change --
Packit 8a864e
  datetime    %Datetime;     #IMPLIED  -- date and time of change --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  compact     (compact)      #IMPLIED  -- reduced interitem spacing --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
    1   arablic numbers     1, 2, 3, ...
Packit 8a864e
    a   lower alpha         a, b, c, ...
Packit 8a864e
    A   upper alpha         A, B, C, ...
Packit 8a864e
    i   lower roman         i, ii, iii, ...
Packit 8a864e
    I   upper roman         I, II, III, ...
Packit 8a864e
Packit 8a864e
    The style is applied to the sequence number which by default
Packit 8a864e
    is reset to 1 for the first list item in an ordered list.
Packit 8a864e
Packit 8a864e
    This can't be expressed directly in SGML due to case folding.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  type        %OLStyle;      #IMPLIED  -- numbering style --
Packit 8a864e
  compact     (compact)      #IMPLIED  -- reduced interitem spacing --
Packit 8a864e
  start       NUMBER         #IMPLIED  -- starting sequence number --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  type        %ULStyle;      #IMPLIED  -- bullet style --
Packit 8a864e
  compact     (compact)      #IMPLIED  -- reduced interitem spacing --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  compact     (compact)      #IMPLIED
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  compact     (compact)      #IMPLIED
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  type        %LIStyle;      #IMPLIED  -- list item style --
Packit 8a864e
  value       NUMBER         #IMPLIED  -- reset sequence number --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  action      %URI;          #REQUIRED -- server-side form handler --
Packit 8a864e
  method      (GET|POST)     GET       -- HTTP method used to submit the form--
Packit 8a864e
  enctype     %ContentType;  "application/x-www-form-urlencoded"
Packit 8a864e
  onsubmit    %Script;       #IMPLIED  -- the form was submitted --
Packit 8a864e
  onreset     %Script;       #IMPLIED  -- the form was reset --
Packit 8a864e
  target      %FrameTarget;  #IMPLIED  -- render in this frame --
Packit 8a864e
  accept-charset %Charsets;  #IMPLIED  -- list of supported charsets --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  for         IDREF          #IMPLIED  -- matches field ID value --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
  "(TEXT | PASSWORD | CHECKBOX |
Packit 8a864e
    RADIO | SUBMIT | RESET |
Packit 8a864e
    FILE | HIDDEN | IMAGE | BUTTON)"
Packit 8a864e
   >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  type        %InputType;    TEXT      -- what kind of widget is needed --
Packit 8a864e
  name        CDATA          #IMPLIED  -- submit as part of form --
Packit 8a864e
  value       CDATA          #IMPLIED  -- required for radio and checkboxes --
Packit 8a864e
  checked     (checked)      #IMPLIED  -- for radio buttons and check boxes --
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  readonly    (readonly)     #IMPLIED  -- for text and passwd --
Packit 8a864e
  size        CDATA          #IMPLIED  -- specific to each type of field --
Packit 8a864e
  maxlength   NUMBER         #IMPLIED  -- max chars for text fields --
Packit 8a864e
  src         %URI;          #IMPLIED  -- for fields with images --
Packit 8a864e
  alt         CDATA          #IMPLIED  -- short description --
Packit 8a864e
  usemap      %URI;          #IMPLIED  -- use client-side image map --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  onselect    %Script;       #IMPLIED  -- some text was selected --
Packit 8a864e
  onchange    %Script;       #IMPLIED  -- the element value was changed --
Packit 8a864e
  accept      %ContentTypes; #IMPLIED  -- list of MIME types for file upload --
Packit 8a864e
  align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  name        CDATA          #IMPLIED  -- field name --
Packit 8a864e
  size        NUMBER         #IMPLIED  -- rows visible --
Packit 8a864e
  multiple    (multiple)     #IMPLIED  -- default is single selection --
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  onchange    %Script;       #IMPLIED  -- the element value was changed --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  label       %Text;         #REQUIRED -- for use in hierarchical menus --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  selected    (selected)     #IMPLIED
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  label       %Text;         #IMPLIED  -- for use in hierarchical menus --
Packit 8a864e
  value       CDATA          #IMPLIED  -- defaults to element content --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  name        CDATA          #IMPLIED
Packit 8a864e
  rows        NUMBER         #REQUIRED
Packit 8a864e
  cols        NUMBER         #REQUIRED
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  readonly    (readonly)     #IMPLIED
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  onselect    %Script;       #IMPLIED  -- some text was selected --
Packit 8a864e
  onchange    %Script;       #IMPLIED  -- the element value was changed --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
  #PCDATA is to solve the mixed content problem,
Packit 8a864e
  per specification only whitespace is allowed there!
Packit 8a864e
 -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  align       %LAlign;       #IMPLIED  -- relative to fieldset --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
     (%flow;)* -(A|%formctrl;|FORM|ISINDEX|FIELDSET|IFRAME)
Packit 8a864e
     -- push button -->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  name        CDATA          #IMPLIED
Packit 8a864e
  value       CDATA          #IMPLIED  -- sent to server when submitted --
Packit 8a864e
  type        (button|submit|reset) submit -- for use as form button --
Packit 8a864e
  disabled    (disabled)     #IMPLIED  -- unavailable in this context --
Packit 8a864e
  tabindex    NUMBER         #IMPLIED  -- position in tabbing order --
Packit 8a864e
  accesskey   %Character;    #IMPLIED  -- accessibility key character --
Packit 8a864e
  onfocus     %Script;       #IMPLIED  -- the element got the focus --
Packit 8a864e
  onblur      %Script;       #IMPLIED  -- the element lost the focus --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 The BORDER attribute sets the thickness of the frame around the
Packit 8a864e
 table. The default units are screen pixels.
Packit 8a864e
Packit 8a864e
 The FRAME attribute specifies which parts of the frame around
Packit 8a864e
 the table should be rendered. The values are not the same as
Packit 8a864e
 CALS to avoid a name clash with the VALIGN attribute.
Packit 8a864e
Packit 8a864e
 The value "border" is included for backwards compatibility with
Packit 8a864e
  which yields frame=border and border=implied
Packit 8a864e
 For  you get border=1 and frame=implied. In this
Packit 8a864e
 case, it is appropriate to treat this as frame=border for backwards
Packit 8a864e
 compatibility with deployed browsers.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 The RULES attribute defines which rules to draw between cells:
Packit 8a864e
Packit 8a864e
 If RULES is absent then assume:
Packit 8a864e
     "none" if BORDER is absent or BORDER=0 otherwise "all"
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
  
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  "align      (left|center|right|justify|char) #IMPLIED
Packit 8a864e
   char       %Character;    #IMPLIED  -- alignment char, e.g. char=':' --
Packit 8a864e
   charoff    %Length;       #IMPLIED  -- offset for alignment char --"
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  "valign     (top|middle|bottom|baseline) #IMPLIED"
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
     (CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+)>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  summary     %Text;         #IMPLIED  -- purpose/structure for speech output--
Packit 8a864e
  width       %Length;       #IMPLIED  -- table width --
Packit 8a864e
  border      %Pixels;       #IMPLIED  -- controls frame width around table --
Packit 8a864e
  frame       %TFrame;       #IMPLIED  -- which parts of frame to render --
Packit 8a864e
  rules       %TRules;       #IMPLIED  -- rulings between rows and cols --
Packit 8a864e
  cellspacing %Length;       #IMPLIED  -- spacing between cells --
Packit 8a864e
  cellpadding %Length;       #IMPLIED  -- spacing within cells --
Packit 8a864e
  align       %TAlign;       #IMPLIED  -- table position relative to window --
Packit 8a864e
  bgcolor     %Color;        #IMPLIED  -- background color for cells --
Packit 8a864e
  %reserved;                           -- reserved for possible future use --
Packit 8a864e
  datapagesize CDATA         #IMPLIED  -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  align       %CAlign;       #IMPLIED  -- relative to table --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
COLGROUP groups a set of COL elements. It allows you to group
Packit 8a864e
several semantically related columns together.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  span        NUMBER         1         -- default number of columns in group --
Packit 8a864e
  width       %MultiLength;  #IMPLIED  -- default width for enclosed COLs --
Packit 8a864e
  %cellhalign;                         -- horizontal alignment in cells --
Packit 8a864e
  %cellvalign;                         -- vertical alignment in cells --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
 COL elements define the alignment properties for cells in
Packit 8a864e
 one or more columns.
Packit 8a864e
Packit 8a864e
 The WIDTH attribute specifies the width of the columns, e.g.
Packit 8a864e
Packit 8a864e
     width=64        width in screen pixels
Packit 8a864e
     width=0.5*      relative width of 0.5
Packit 8a864e
Packit 8a864e
 The SPAN attribute causes the attributes of one
Packit 8a864e
 COL element to apply to more than one column.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  span        NUMBER         1         -- COL attributes affect N columns --
Packit 8a864e
  width       %MultiLength;  #IMPLIED  -- column width specification --
Packit 8a864e
  %cellhalign;                         -- horizontal alignment in cells --
Packit 8a864e
  %cellvalign;                         -- vertical alignment in cells --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
    Use THEAD to duplicate headers when breaking table
Packit 8a864e
    across page boundaries, or for static headers when
Packit 8a864e
    TBODY sections are rendered in scrolling panel.
Packit 8a864e
Packit 8a864e
    Use TFOOT to duplicate footers when breaking table
Packit 8a864e
    across page boundaries, or for static footers when
Packit 8a864e
    TBODY sections are rendered in scrolling panel.
Packit 8a864e
Packit 8a864e
    Use multiple TBODY sections when rules are needed
Packit 8a864e
    between groups of table rows.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %cellhalign;                         -- horizontal alignment in cells --
Packit 8a864e
  %cellvalign;                         -- vertical alignment in cells --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  %cellhalign;                         -- horizontal alignment in cells --
Packit 8a864e
  %cellvalign;                         -- vertical alignment in cells --
Packit 8a864e
  bgcolor     %Color;        #IMPLIED  -- background color for row --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  abbr        %Text;         #IMPLIED  -- abbreviation for header cell --
Packit 8a864e
  axis        CDATA          #IMPLIED  -- names groups of related headers--
Packit 8a864e
  headers     IDREFS         #IMPLIED  -- list of id's for header cells --
Packit 8a864e
  scope       %Scope;        #IMPLIED  -- scope covered by header cells --
Packit 8a864e
  rowspan     NUMBER         1         -- number of rows spanned by cell --
Packit 8a864e
  colspan     NUMBER         1         -- number of cols spanned by cell --
Packit 8a864e
  %cellhalign;                         -- horizontal alignment in cells --
Packit 8a864e
  %cellvalign;                         -- vertical alignment in cells --
Packit 8a864e
  nowrap      (nowrap)       #IMPLIED  -- suppress word wrap --
Packit 8a864e
  bgcolor     %Color;        #IMPLIED  -- cell background color --
Packit 8a864e
  width       %Pixels;       #IMPLIED  -- width for cell --
Packit 8a864e
  height      %Pixels;       #IMPLIED  -- height for cell --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  The content model for HTML documents depends on whether the HEAD is
Packit 8a864e
  followed by a FRAMESET or BODY element. The widespread omission of
Packit 8a864e
  the BODY start tag makes it impractical to define the content model
Packit 8a864e
  without the use of a marked section.
Packit 8a864e
-->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  rows        %MultiLengths; #IMPLIED  -- list of lengths,
Packit 8a864e
                                          default: 100% (1 row) --
Packit 8a864e
  cols        %MultiLengths; #IMPLIED  -- list of lengths,
Packit 8a864e
                                          default: 100% (1 col) --
Packit 8a864e
  onload      %Script;       #IMPLIED  -- all the frames have been loaded  -- 
Packit 8a864e
  onunload    %Script;       #IMPLIED  -- all the frames have been removed -- 
Packit 8a864e
  >
Packit 8a864e
]]>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  longdesc    %URI;          #IMPLIED  -- link to long description
Packit 8a864e
                                          (complements title) --
Packit 8a864e
  name        CDATA          #IMPLIED  -- name of frame for targetting --
Packit 8a864e
  src         %URI;          #IMPLIED  -- source of frame content --
Packit 8a864e
  frameborder (1|0)          1         -- request frame borders? --
Packit 8a864e
  marginwidth %Pixels;       #IMPLIED  -- margin widths in pixels --
Packit 8a864e
  marginheight %Pixels;      #IMPLIED  -- margin height in pixels --
Packit 8a864e
  noresize    (noresize)     #IMPLIED  -- allow users to resize frames? --
Packit 8a864e
  scrolling   (yes|no|auto)  auto      -- scrollbar or none --
Packit 8a864e
  >
Packit 8a864e
]]>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  longdesc    %URI;          #IMPLIED  -- link to long description
Packit 8a864e
                                          (complements title) --
Packit 8a864e
  name        CDATA          #IMPLIED  -- name of frame for targetting --
Packit 8a864e
  src         %URI;          #IMPLIED  -- source of frame content --
Packit 8a864e
  frameborder (1|0)          1         -- request frame borders? --
Packit 8a864e
  marginwidth %Pixels;       #IMPLIED  -- margin widths in pixels --
Packit 8a864e
  marginheight %Pixels;      #IMPLIED  -- margin height in pixels --
Packit 8a864e
  scrolling   (yes|no|auto)  auto      -- scrollbar or none --
Packit 8a864e
  align       %IAlign;       #IMPLIED  -- vertical or horizontal alignment --
Packit 8a864e
  height      %Length;       #IMPLIED  -- frame height --
Packit 8a864e
  width       %Length;       #IMPLIED  -- frame width --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
]]>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
 -- alternate content container for non frame-based rendering -->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %i18n;                               -- lang, dir --
Packit 8a864e
  profile     %URI;          #IMPLIED  -- named dictionary of meta info --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
       It should be displayed, for example as the page header or
Packit 8a864e
       window title. Exactly one title is required per document.
Packit 8a864e
    -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %coreattrs;                          -- id, class, style, title --
Packit 8a864e
  %i18n;                               -- lang, dir --
Packit 8a864e
  prompt      %Text;         #IMPLIED  -- prompt message -->
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  href        %URI;          #IMPLIED  -- URI that acts as base URI --
Packit 8a864e
  target      %FrameTarget;  #IMPLIED  -- render in this frame --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %i18n;                               -- lang, dir, for use with content --
Packit 8a864e
  http-equiv  NAME           #IMPLIED  -- HTTP response header name  --
Packit 8a864e
  name        NAME           #IMPLIED  -- metainformation name --
Packit 8a864e
  content     CDATA          #REQUIRED -- associated information --
Packit 8a864e
  scheme      CDATA          #IMPLIED  -- select form of content --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %i18n;                               -- lang, dir, for use with title --
Packit 8a864e
  type        %ContentType;  #REQUIRED -- content type of style language --
Packit 8a864e
  media       %MediaDesc;    #IMPLIED  -- designed for use with these media --
Packit 8a864e
  title       %Text;         #IMPLIED  -- advisory title --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
Packit 8a864e
  type        %ContentType;  #REQUIRED -- content type of script language --
Packit 8a864e
  language    CDATA          #IMPLIED  -- predefined script language name --
Packit 8a864e
  src         %URI;          #IMPLIED  -- URI for an external script --
Packit 8a864e
  defer       (defer)        #IMPLIED  -- UA may defer execution of script --
Packit 8a864e
  event       CDATA          #IMPLIED  -- reserved for possible future use --
Packit 8a864e
  for         %URI;          #IMPLIED  -- reserved for possible future use --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
  -- alternate content container for non script-based rendering -->
Packit 8a864e
Packit 8a864e
  %attrs;                              -- %coreattrs, %i18n, %events --
Packit 8a864e
  >
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
]]>
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
Packit 8a864e
  %i18n;                               -- lang, dir --
Packit 8a864e
  %version;
Packit 8a864e
  >