Html_typestype idrefs = idref listtype nmtokens = nmtoken listtype charsets = charset listtype contenttypes = contenttype listtype numbers = number listtype linktype = [ | `Alternate| `Archives| `Author| `Bookmark| `Canonical| `Dns_prefetch| `External| `First| `Help| `Icon| `Index| `Last| `License| `Manifest| `Me| `Modulepreload| `Next| `Nofollow| `Noopener| `Noreferrer| `Opener| `Other of string| `Pingback| `Preconnect| `Prefetch| `Preload| `Prerender| `Prev| `Search| `Sidebar| `Stylesheet| `Tag| `Up ]type linktypes = linktype listtype mediadesc = mediadesc_token listtype events = [ | `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting ]type common = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type (!'interactive, !'noscript, !'regular, !'media) transparent = [ | `A of 'interactive| `Audio of 'media| `Audio_interactive of 'media| `Canvas of 'regular| `Del of 'regular| `Ins of 'regular| `Map of 'regular| `Noscript of 'noscript| `Object of 'regular| `Object_interactive of 'regular| `Video of 'media| `Video_interactive of 'media ]type (!'interactive, !'regular, !'media) transparent_without_noscript = [ | `A of 'interactive| `Audio of 'media| `Audio_interactive of 'media| `Canvas of 'regular| `Del of 'regular| `Ins of 'regular| `Map of 'regular| `Object of 'regular| `Object_interactive of 'regular| `Video of 'media| `Video_interactive of 'media ]type interactive = [ | `Audio of interactive| `Button| `Canvas of interactive| `Del of interactive| `Details| `Embed| `Iframe| `Img_interactive| `Input| `Ins of interactive| `Keygen| `Label| `Map of interactive| `Menu| `Noscript of interactive| `Object of interactive| `Select| `Textarea| `Video of interactive ]type core_phrasing = [ | `Abbr| `B| `Bdo| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Mark| `Meter| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Wbr ]type core_phrasing_without_noscript = [ | `Abbr| `B| `Bdo| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Mark| `Meter| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Wbr ]type core_phrasing_without_media = [ | `Abbr| `B| `Bdo| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Mark| `Meter| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Wbr ]type phrasing_without_noscript =
(phrasing_without_interactive, phrasing, phrasing_without_media)
transparent_without_noscriptand phrasing_without_media = [ | `A of phrasing_without_interactive| `Abbr| `B| `Bdo| `Br| `Button| `Canvas of phrasing| `Cite| `Code| `Command| `Datalist| `Del of phrasing| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of phrasing| `Kbd| `Keygen| `Label| `Map of phrasing| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing| `Object_interactive of phrasing| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Wbr ]and phrasing_without_interactive = [ | `Abbr| `Audio of phrasing_without_media| `B| `Bdo| `Br| `Canvas of phrasing| `Cite| `Code| `Command| `Datalist| `Del of phrasing| `Dfn| `Em| `I| `Img| `Ins of phrasing| `Kbd| `Map of phrasing| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Time| `U| `Var| `Video of phrasing_without_media| `Wbr ]and phrasing = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing| `Cite| `Code| `Command| `Datalist| `Del of phrasing| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of phrasing| `Kbd| `Keygen| `Label| `Map of phrasing| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing| `Object_interactive of phrasing| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type (!+'c, +'d) between_phrasing_and_phrasing_without_interactive = 'c
constraint
'c =
[< `A of 'd
| `Abbr
| `Audio of phrasing_without_media
| `Audio_interactive of phrasing_without_media
| `B
| `Bdo
| `Br
| `Button
| `Canvas of phrasing
| `Cite
| `Code
| `Command
| `Datalist
| `Del of phrasing
| `Dfn
| `Em
| `Embed
| `I
| `Iframe
| `Img
| `Img_interactive
| `Input
| `Ins of phrasing
| `Kbd
| `Keygen
| `Label
| `Map of phrasing
| `Mark
| `Meter
| `Noscript of phrasing_without_noscript
| `Object of phrasing
| `Object_interactive of phrasing
| `Output
| `PCDATA
| `Picture
| `Progress
| `Q
| `Ruby
| `Samp
| `Script
| `Select
| `Small
| `Span
| `Strong
| `Sub
| `Sup
| `Svg
| `Template
| `Textarea
| `Time
| `U
| `Var
| `Video of phrasing_without_media
| `Video_interactive of phrasing_without_media
| `Wbr Abbr B Bdo Br Canvas Cite Code Command Datalist Del Dfn Em I Img Ins Kbd Map Mark Meter Noscript Object PCDATA Picture Progress Q Ruby Samp Script Small Span Strong Sub Sup Svg Template Time U Var Wbr ]
constraint 'd = [< phrasing_without_interactive ]type phrasing_without_dfn = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing_without_dfn| `Cite| `Code| `Command| `Datalist| `Del of phrasing_without_dfn| `Em| `I| `Img| `Img_interactive| `Input| `Ins of phrasing_without_dfn| `Kbd| `Keygen| `Label| `Map of phrasing_without_dfn| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing_without_dfn| `Object_interactive of phrasing_without_dfn| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type phrasing_without_label = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing_without_label| `Cite| `Code| `Command| `Datalist| `Del of phrasing_without_label| `Dfn| `Em| `I| `Img| `Img_interactive| `Input| `Ins of phrasing_without_label| `Kbd| `Keygen| `Map of phrasing_without_label| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing_without_label| `Object_interactive of phrasing_without_label| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type phrasing_without_progress = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing_without_progress| `Cite| `Code| `Command| `Datalist| `Del of phrasing_without_progress| `Dfn| `Em| `I| `Img| `Img_interactive| `Input| `Ins of phrasing_without_progress| `Kbd| `Keygen| `Label| `Map of phrasing_without_progress| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing_without_progress| `Object_interactive of phrasing_without_progress| `Output| `PCDATA| `Picture| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type phrasing_without_time = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing_without_time| `Cite| `Code| `Command| `Datalist| `Del of phrasing_without_time| `Dfn| `Em| `I| `Img| `Img_interactive| `Input| `Ins of phrasing_without_time| `Kbd| `Keygen| `Label| `Map of phrasing_without_time| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing_without_time| `Object_interactive of phrasing_without_time| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Template| `Textarea| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type phrasing_without_meter = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing_without_meter| `Cite| `Code| `Command| `Datalist| `Del of phrasing_without_meter| `Dfn| `Em| `I| `Img| `Img_interactive| `Input| `Ins of phrasing_without_meter| `Kbd| `Keygen| `Label| `Map of phrasing_without_meter| `Mark| `Noscript of phrasing_without_noscript| `Object of phrasing_without_meter| `Object_interactive of phrasing_without_meter| `Output| `PCDATA| `Picture| `Progress| `Q| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type core_flow5 = [ | `Abbr| `Address| `Article| `Aside| `B| `Bdo| `Blockquote| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Main| `Mark| `Menu| `Meter| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Wbr ]type core_flow5_without_interactive = [ | `Abbr| `Address| `Article| `Aside| `B| `Bdo| `Blockquote| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Dfn| `Dialog| `Div| `Dl| `Em| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Img| `Input| `Kbd| `Keygen| `Label| `Main| `Mark| `Menu| `Meter| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Wbr ]type core_flow5_without_noscript = [ | `Abbr| `Address| `Article| `Aside| `B| `Bdo| `Blockquote| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Main| `Mark| `Menu| `Meter| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Wbr ]type core_flow5_without_media = [ | `Abbr| `Address| `Article| `Aside| `B| `Bdo| `Blockquote| `Br| `Button| `Cite| `Code| `Command| `Datalist| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Kbd| `Keygen| `Label| `Main| `Mark| `Menu| `Meter| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Wbr ]type flow5_without_interactive = [ | `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Dfn| `Dialog| `Div| `Dl| `Em| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Img| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Wbr ]and flow5_without_noscript = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `Audio_interactive of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Video_interactive of flow5_without_media| `Wbr ]and flow5_without_media = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Wbr ]and flow5 = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `Audio_interactive of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Video_interactive of flow5_without_media| `Wbr ]type flow5_without_table = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `Audio_interactive of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Video_interactive of flow5_without_media| `Wbr ]type flow5_without_form = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `Audio_interactive of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Video_interactive of flow5_without_media| `Wbr ]type html_content = html_content_funtype html_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `Manifest| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type head_content = metadatatype head_content_fun = metadata_without_titletype head_attrib = commontype body_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnAfterPrint| `OnBeforePrint| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnHashChange| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMessage| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnOffLine| `OnOnLine| `OnPageHide| `OnPageShow| `OnPause| `OnPlay| `OnPlaying| `OnPopState| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnRedo| `OnResize| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnStorage| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnUndo| `OnUnload| `OnVolumeChange| `OnWaiting| `OneBeforeUnload| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type body_content = flow5type body_content_fun = flow5type svg_content = Svg_types.svg_contenttype svg_attrib = Svg_types.svg_attrtype base_content = notagtype base_content_fun = notagtype base_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Href| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Target| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type title_attrib = noattribtype header_content = flow5_without_header_footertype header_content_fun = flow5_without_header_footertype header_attrib = commontype section_content = flow5type section_content_fun = flow5type section_attrib = commontype h1_content = phrasingtype h1_content_fun = phrasingtype h1_attrib = commontype h2_content = phrasingtype h2_content_fun = phrasingtype h2_attrib = commontype h3_content = phrasingtype h3_content_fun = phrasingtype h3_attrib = commontype h4_content = phrasingtype h4_content_fun = phrasingtype h4_attrib = commontype h5_content = phrasingtype h5_content_fun = phrasingtype h5_attrib = commontype h6_content = phrasingtype h6_content_fun = phrasingtype h6_attrib = commontype hgroup_attrib = commontype address_content = flow5_without_sectioning_heading_header_footer_addresstype address_content_fun =
flow5_without_sectioning_heading_header_footer_addresstype address_attrib = commontype article_content = flow5type article_content_fun = flow5type article_attrib = commontype aside_content = flow5type aside_content_fun = flow5type aside_attrib = commontype main_content = flow5type main_content_fun = flow5type main_attrib = commontype p_content = phrasingtype p_content_fun = phrasingtype p_attrib = commontype pre_content = phrasingtype pre_content_fun = phrasingtype pre_attrib = commontype blockquote_content = flow5type blockquote_content_fun = flow5type blockquote_attrib = [ | `Accesskey| `Aria| `Cite| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type dialog_content = flow5type dialog_content_fun = flow5type dialog_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Open| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type div_content = flow5type div_content_fun = flow5type div_attrib = commontype ol_content = [ | `Li of
[ `Accesskey
| `Aria
| `Class
| `Contenteditable
| `Contextmenu
| `Dir
| `Draggable
| `Hidden
| `Id
| `Int_Value
| `Lang
| `OnAbort
| `OnBlur
| `OnCanPlay
| `OnCanPlayThrough
| `OnChange
| `OnClick
| `OnClose
| `OnContextMenu
| `OnDblClick
| `OnDrag
| `OnDragEnd
| `OnDragEnter
| `OnDragLeave
| `OnDragOver
| `OnDragStart
| `OnDrop
| `OnDurationChange
| `OnEmptied
| `OnEnded
| `OnError
| `OnFocus
| `OnFormChange
| `OnFormInput
| `OnInput
| `OnInvalid
| `OnKeyDown
| `OnKeyPress
| `OnKeyUp
| `OnLoad
| `OnLoadStart
| `OnLoadedData
| `OnLoadedMetaData
| `OnMouseDown
| `OnMouseMove
| `OnMouseOut
| `OnMouseOver
| `OnMouseUp
| `OnMouseWheel
| `OnPause
| `OnPlay
| `OnPlaying
| `OnProgress
| `OnRateChange
| `OnReadyStateChange
| `OnScroll
| `OnSeeked
| `OnSeeking
| `OnSelect
| `OnShow
| `OnStalled
| `OnSubmit
| `OnSuspend
| `OnTimeUpdate
| `OnTouchCancel
| `OnTouchEnd
| `OnTouchMove
| `OnTouchStart
| `OnVolumeChange
| `OnWaiting
| `Role
| `Spellcheck
| `Style_Attr
| `Tabindex
| `Title
| `Translate
| `User_data
| `XML_lang
| `XMLns ] ]type ol_content_fun = [ | `Li of
[ `Accesskey
| `Aria
| `Class
| `Contenteditable
| `Contextmenu
| `Dir
| `Draggable
| `Hidden
| `Id
| `Int_Value
| `Lang
| `OnAbort
| `OnBlur
| `OnCanPlay
| `OnCanPlayThrough
| `OnChange
| `OnClick
| `OnClose
| `OnContextMenu
| `OnDblClick
| `OnDrag
| `OnDragEnd
| `OnDragEnter
| `OnDragLeave
| `OnDragOver
| `OnDragStart
| `OnDrop
| `OnDurationChange
| `OnEmptied
| `OnEnded
| `OnError
| `OnFocus
| `OnFormChange
| `OnFormInput
| `OnInput
| `OnInvalid
| `OnKeyDown
| `OnKeyPress
| `OnKeyUp
| `OnLoad
| `OnLoadStart
| `OnLoadedData
| `OnLoadedMetaData
| `OnMouseDown
| `OnMouseMove
| `OnMouseOut
| `OnMouseOver
| `OnMouseUp
| `OnMouseWheel
| `OnPause
| `OnPlay
| `OnPlaying
| `OnProgress
| `OnRateChange
| `OnReadyStateChange
| `OnScroll
| `OnSeeked
| `OnSeeking
| `OnSelect
| `OnShow
| `OnStalled
| `OnSubmit
| `OnSuspend
| `OnTimeUpdate
| `OnTouchCancel
| `OnTouchEnd
| `OnTouchMove
| `OnTouchStart
| `OnVolumeChange
| `OnWaiting
| `Role
| `Spellcheck
| `Style_Attr
| `Tabindex
| `Title
| `Translate
| `User_data
| `XML_lang
| `XMLns ] ]type ol_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Reversed| `Role| `Spellcheck| `Start| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type li_content = flow5type li_content_fun = flow5type li_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Int_Value| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type ul_attrib = commontype dd_content = flow5type dd_content_fun = flow5type dd_attrib = commontype dt_content = flow5_without_sectioning_heading_header_footertype dt_content_fun = flow5_without_sectioning_heading_header_footertype dt_attrib = commontype dl_attrib = commontype figcaption_content = flow5type figcaption_content_fun = flow5type figcaption_attrib = commontype figure_content = flow5type figure_content_fun = flow5type figure_attrib = commontype rp_content = phrasingtype rp_content_fun = phrasingtype rp_attrib = commontype rt_content = phrasingtype rt_content_fun = phrasingtype rt_attrib = commontype ruby_content = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing| `Cite| `Code| `Command| `Datalist| `Del of phrasing| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of phrasing| `Kbd| `Keygen| `Label| `Map of phrasing| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing| `Object_interactive of phrasing| `Output| `PCDATA| `Picture| `Progress| `Q| `Rp| `Rt| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type ruby_content_fun = [ | `A of phrasing_without_interactive| `Abbr| `Audio of phrasing_without_media| `Audio_interactive of phrasing_without_media| `B| `Bdo| `Br| `Button| `Canvas of phrasing| `Cite| `Code| `Command| `Datalist| `Del of phrasing| `Dfn| `Em| `Embed| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of phrasing| `Kbd| `Keygen| `Label| `Map of phrasing| `Mark| `Meter| `Noscript of phrasing_without_noscript| `Object of phrasing| `Object_interactive of phrasing| `Output| `PCDATA| `Picture| `Progress| `Q| `Rp| `Rt| `Ruby| `Samp| `Script| `Select| `Small| `Span| `Strong| `Sub| `Sup| `Svg| `Template| `Textarea| `Time| `U| `Var| `Video of phrasing_without_media| `Video_interactive of phrasing_without_media| `Wbr ]type ruby_attrib = commontype hr_content = notagtype hr_content_fun = notagtype hr_attrib = commontype b_content = phrasingtype b_content_fun = phrasingtype b_attrib = commontype i_content = phrasingtype i_content_fun = phrasingtype i_attrib = commontype u_content = phrasingtype u_content_fun = phrasingtype u_attrib = commontype small_content = phrasingtype small_content_fun = phrasingtype small_attrib = commontype sub_content = phrasingtype sub_content_fun = phrasingtype sub_attrib = commontype sup_content = phrasingtype sup_content_fun = phrasingtype sup_attrib = commontype mark_content = phrasingtype mark_content_fun = phrasingtype mark_attrib = commontype wbr_content = notagtype wbr_content_fun = notagtype wbr_attrib = commontype bdo_content = phrasingtype bdo_content_fun = phrasingtype bdo_attrib = commontype abbr_content = phrasingtype abbr_content_fun = phrasingtype abbr_attrib = commontype br_content = notagtype br_content_fun = notagtype br_attrib = commontype cite_content = phrasingtype cite_content_fun = phrasingtype cite_attrib = commontype code_content = phrasingtype code_content_fun = phrasingtype code_attrib = commontype dfn_content = phrasing_without_dfntype dfn_content_fun = phrasing_without_dfntype dfn_attrib = commontype em_content = phrasingtype em_content_fun = phrasingtype em_attrib = commontype kbd_content = phrasingtype kbd_content_fun = phrasingtype kbd_attrib = commontype q_content = phrasingtype q_content_fun = phrasingtype q_attrib = [ | `Accesskey| `Aria| `Cite| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type samp_content = phrasingtype samp_content_fun = phrasingtype samp_attrib = commontype span_content = phrasingtype span_content_fun = phrasingtype span_attrib = commontype strong_content = phrasingtype strong_content_fun = phrasingtype strong_attrib = commontype time_content = phrasing_without_timetype time_content_fun = phrasing_without_timetype time_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Datetime| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Pubdate| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type var_content = phrasingtype var_content_fun = phrasingtype var_attrib = commontype a_content = flow5_without_interactivetype a_content_fun = flow5_without_interactivetype a_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Download| `Draggable| `Hidden| `Href| `Hreflang| `Id| `Lang| `Media| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Rel| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Target| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type del_content = flow5type del_ = del_content deltype del_content_fun = flow5type del_attrib = [ | `Accesskey| `Aria| `Cite| `Class| `Contenteditable| `Datetime| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type ins_content = flow5type ins_ = ins_content instype ins_content_fun = flow5type ins_attrib = [ | `Accesskey| `Aria| `Cite| `Class| `Contenteditable| `Datetime| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type iframe_attrib = [ | `Accesskey| `Allowfullscreen| `Allowpaymentrequest| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Height| `Hidden| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Referrerpolicy| `Role| `Sandbox| `Seamless| `Spellcheck| `Src| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Width| `XML_lang| `XMLns ]type object__content = [ | `A of flow5_without_interactive| `Abbr| `Address| `Article| `Aside| `Audio of flow5_without_media| `Audio_interactive of flow5_without_media| `B| `Bdo| `Blockquote| `Br| `Button| `Canvas of flow5| `Cite| `Code| `Command| `Datalist| `Del of flow5| `Details| `Dfn| `Dialog| `Div| `Dl| `Em| `Embed| `Fieldset| `Figure| `Form| `H1| `H2| `H3| `H4| `H5| `H6| `Header| `Hgroup| `Hr| `I| `Iframe| `Img| `Img_interactive| `Input| `Ins of flow5| `Kbd| `Keygen| `Label| `Main| `Map of flow5| `Mark| `Menu| `Meter| `Noscript of flow5_without_noscript| `Object of flow5| `Object_interactive of flow5| `Ol| `Output| `P| `PCDATA| `Param| `Picture| `Pre| `Progress| `Q| `Ruby| `Samp| `Script| `Section| `Select| `Small| `Span| `Strong| `Style| `Sub| `Sup| `Svg| `Table| `Template| `Textarea| `Time| `U| `Ul| `Var| `Video of flow5_without_media| `Video_interactive of flow5_without_media| `Wbr ]type object__content_fun = flow5type object__ = object__content object_type object__attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Data| `Dir| `Draggable| `Form| `Height| `Hidden| `Id| `Lang| `Mime_type| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `Usemap| `User_data| `Width| `XML_lang| `XMLns ]type param_content = notagtype param_content_fun = notagtype param_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Text_Value| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type embed_content = notagtype embed_content_fun = notagtype embed_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Height| `Hidden| `Id| `Lang| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Src| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Width| `XML_lang| `XMLns ]type img_content = notagtype img_content_fun = notagtype img_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Height| `Hidden| `Id| `Img_sizes| `Ismap| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Srcset| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Width| `XML_lang| `XMLns ]type audio_content = flow5_without_mediatype audio_ = audio_content audiotype audio_content_fun = flow5_without_mediatype audio_attrib = [ | `Accesskey| `Aria| `Autoplay| `Class| `Contenteditable| `Controls| `Crossorigin| `Dir| `Draggable| `Hidden| `Id| `Lang| `Loop| `Mediagroup| `Muted| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Preload| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type video_content = flow5_without_mediatype video_ = video_content videotype video_content_fun = flow5_without_mediatype video_attrib = [ | `Accesskey| `Aria| `Autoplay| `Class| `Contenteditable| `Controls| `Crossorigin| `Dir| `Draggable| `Height| `Hidden| `Id| `Lang| `Loop| `Mediagroup| `Muted| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Poster| `Preload| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Width| `XML_lang| `XMLns ]type canvas_content = flow5type canvas_ = canvas_content canvastype canvas_content_fun = flow5type canvas_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Height| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Width| `XML_lang| `XMLns ]type source_content = notagtype source_content_fun = notagtype source_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `Media| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Src| `Srcset| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type area_content = notagtype area_content_fun = notagtype area_attrib = [ | `Accesskey| `Alt| `Aria| `Class| `Contenteditable| `Coords| `Dir| `Download| `Draggable| `Hidden| `Hreflang| `Id| `Lang| `Media| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Rel| `Role| `Shape| `Spellcheck| `Style_Attr| `Tabindex| `Target| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type map_content = flow5type map_ = map_content maptype map_content_fun = flow5type map_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type caption_content = flow5_without_tabletype caption_content_fun = flow5_without_tabletype caption_attrib = commontype table_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Summary| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type tablex_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Summary| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type colgroup_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Span| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type col_content = notagtype col_content_fun = notagtype col_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Span| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type thead_attrib = commontype tbody_attrib = commontype tfoot_attrib = commontype td_content = flow5type td_content_fun = flow5type td_attrib = [ | `Accesskey| `Aria| `Class| `Colspan| `Contenteditable| `Dir| `Draggable| `Headers| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Rowspan| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type th_content = flow5type th_content_fun = flow5type th_attrib = [ | `Accesskey| `Aria| `Class| `Colspan| `Contenteditable| `Dir| `Draggable| `Headers| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Rowspan| `Scope| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type tr_attrib = commontype form_content = flow5_without_formtype form_content_fun = flow5_without_formtype form_attrib = [ | `Accept_charset| `Accesskey| `Action| `Aria| `Autocomplete| `Class| `Contenteditable| `Dir| `Draggable| `Enctype| `Hidden| `Id| `Lang| `Method| `Name| `Novalidate| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Target| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type fieldset_content = flow5type fieldset_content_fun = flow5type fieldset_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Form| `Hidden| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type legend_content = phrasingtype legend_content_fun = phrasingtype legend_attrib = commontype label_content = phrasing_without_labeltype label_content_fun = phrasing_without_labeltype label_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Form| `Hidden| `Id| `Label_for| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type input_content = notagtype input_content_fun = notagtype input_attrib = [ | `Accept| `Accesskey| `Alt| `Aria| `Autocomplete| `Autofocus| `Checked| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Form| `Formaction| `Formenctype| `Formmethod| `Formnovalidate| `Formtarget| `Height| `Hidden| `Id| `Input_Max| `Input_Min| `Input_Type| `Inputmode| `Lang| `List| `Maxlength| `Method| `Minlength| `Multiple| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Pattern| `Placeholder| `ReadOnly| `Required| `Role| `Size| `Spellcheck| `Src| `Step| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Value| `Width| `XML_lang| `XMLns ]type textarea_attrib = [ | `Accesskey| `Aria| `Autofocus| `Class| `Cols| `Contenteditable| `Dir| `Disabled| `Draggable| `Form| `Hidden| `Id| `Lang| `Maxlength| `Minlength| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Placeholder| `ReadOnly| `Required| `Role| `Rows| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `Wrap| `XML_lang| `XMLns ]type textarea_content_fun = textarea_contenttype button_content = phrasing_without_interactivetype button_content_fun = phrasing_without_interactivetype select_attrib = [ | `Accesskey| `Aria| `Autofocus| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Form| `Hidden| `Id| `Lang| `Multiple| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Required| `Role| `Size| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type datalist_content = notagtype datalist_content_fun = notagtype datalist_attrib = commontype optgroup_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Hidden| `Id| `Label| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type option_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Hidden| `Id| `Label| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Selected| `Spellcheck| `Style_Attr| `Tabindex| `Text_Value| `Title| `Translate| `User_data| `Value| `XML_lang| `XMLns ]type keygen_content = notagtype keygen_content_fun = notagtype keygen_attrib = [ | `Accesskey| `Aria| `Autofcus| `Challenge| `Class| `Contenteditable| `Dir| `Disabled| `Draggable| `Form| `Hidden| `Id| `Keytype| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type progress_content = phrasing_without_progresstype progress_content_fun = phrasing_without_progresstype progress_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Float_Value| `Form| `Hidden| `Id| `Lang| `Max| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type meter_content = phrasing_without_metertype meter_content_fun = phrasing_without_metertype meter_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Float_Value| `Form| `Hidden| `High| `Id| `Lang| `Low| `Max| `Min| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Optimum| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type output_elt_content = phrasingtype output_elt_content_fun = phrasingtype output_elt_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Form| `Hidden| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Output_for| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type details_content = flow5type details_content_fun = flow5type details_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Open| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type summary_content = phrasingtype summary_content_fun = phrasingtype summary_attrib = commontype command_content = notagtype command_content_fun = notagtype command_attrib = [ | `Accesskey| `Aria| `Checked| `Class| `Command_Type| `Contenteditable| `Dir| `Disabled| `Draggable| `Hidden| `Icon| `Id| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Radiogroup| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type noscript_content = flow5_without_noscripttype noscript_content_fun = flow5_without_noscripttype noscript_attrib = commontype meta_content = notagtype meta_content_fun = notagtype meta_attrib = [ | `Accesskey| `Aria| `Charset| `Class| `Content| `Contenteditable| `Dir| `Draggable| `Hidden| `Http_equiv| `Id| `Lang| `Name| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Property| `Role| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type style_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Dir| `Draggable| `Hidden| `Id| `Lang| `Media| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Scoped| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type script_attrib = [ | `Accesskey| `Aria| `Async| `Charset| `Class| `Contenteditable| `Crossorigin| `Defer| `Dir| `Draggable| `Hidden| `Id| `Integrity| `Lang| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Role| `Script_type| `Spellcheck| `Src| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type template_attrib = commontype template_content = flow5type template_content_fun = flow5type link_content = notagtype link_content_fun = notagtype link_attrib = [ | `Accesskey| `Aria| `Class| `Contenteditable| `Crossorigin| `Dir| `Draggable| `Hidden| `Href| `Hreflang| `Id| `Integrity| `Lang| `Media| `Mime_type| `OnAbort| `OnBlur| `OnCanPlay| `OnCanPlayThrough| `OnChange| `OnClick| `OnClose| `OnContextMenu| `OnDblClick| `OnDrag| `OnDragEnd| `OnDragEnter| `OnDragLeave| `OnDragOver| `OnDragStart| `OnDrop| `OnDurationChange| `OnEmptied| `OnEnded| `OnError| `OnFocus| `OnFormChange| `OnFormInput| `OnInput| `OnInvalid| `OnKeyDown| `OnKeyPress| `OnKeyUp| `OnLoad| `OnLoadStart| `OnLoadedData| `OnLoadedMetaData| `OnMouseDown| `OnMouseMove| `OnMouseOut| `OnMouseOver| `OnMouseUp| `OnMouseWheel| `OnPause| `OnPlay| `OnPlaying| `OnProgress| `OnRateChange| `OnReadyStateChange| `OnScroll| `OnSeeked| `OnSeeking| `OnSelect| `OnShow| `OnStalled| `OnSubmit| `OnSuspend| `OnTimeUpdate| `OnTouchCancel| `OnTouchEnd| `OnTouchMove| `OnTouchStart| `OnVolumeChange| `OnWaiting| `Rel| `Role| `Sizes| `Spellcheck| `Style_Attr| `Tabindex| `Title| `Translate| `User_data| `XML_lang| `XMLns ]type picture_attrib = commontype big_variant = [ | `All| `Anonymous| `Async| `Audio| `Auto| `Autofocus| `Autoplay| `Char| `Checkbox| `Checked| `Circle| `Col| `Colgroup| `Cols| `Command| `Context| `Controls| `Decimal| `Default| `Defer| `Disabled| `Email| `Formnovalidate| `Full_width_latin| `Get| `Groups| `Hard| `Hidden| `Ismap| `Justify| `Kana| `Katakana| `Latin| `Latin_name| `Latin_prose| `Left| `Loop| `Ltr| `Metadata| `Multiple| `Muted| `No| `None| `Novalidate| `Numeric| `One| `Open| `Poly| `Post| `Preserve| `Pubdate| `Radio| `ReadOnly| `Rect| `Required| `Reversed| `Right| `Row| `Rowgroup| `Rows| `Rtl| `Scoped| `Seamless| `Search| `Selected| `Soft| `Tel| `Text| `Toolbar| `Url| `Use_credentials| `Verbatim| `W3_org_1999_xhtml| `Yes| `Zero ]