Html_types
type idrefs = idref list
type nmtokens = nmtoken list
type charsets = charset list
type contenttypes = contenttype list
type numbers = number list
type 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 list
type mediadesc = mediadesc_token list
type 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_noscript
and 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_fun
type 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 = metadata
type head_content_fun = metadata_without_title
type head_attrib = common
type 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 = flow5
type body_content_fun = flow5
type svg_content = Svg_types.svg_content
type svg_attrib = Svg_types.svg_attr
type base_content = notag
type base_content_fun = notag
type 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 = noattrib
type header_content = flow5_without_header_footer
type header_content_fun = flow5_without_header_footer
type header_attrib = common
type section_content = flow5
type section_content_fun = flow5
type section_attrib = common
type h1_content = phrasing
type h1_content_fun = phrasing
type h1_attrib = common
type h2_content = phrasing
type h2_content_fun = phrasing
type h2_attrib = common
type h3_content = phrasing
type h3_content_fun = phrasing
type h3_attrib = common
type h4_content = phrasing
type h4_content_fun = phrasing
type h4_attrib = common
type h5_content = phrasing
type h5_content_fun = phrasing
type h5_attrib = common
type h6_content = phrasing
type h6_content_fun = phrasing
type h6_attrib = common
type hgroup_attrib = common
type address_content = flow5_without_sectioning_heading_header_footer_address
type address_content_fun =
flow5_without_sectioning_heading_header_footer_address
type address_attrib = common
type article_content = flow5
type article_content_fun = flow5
type article_attrib = common
type aside_content = flow5
type aside_content_fun = flow5
type aside_attrib = common
type main_content = flow5
type main_content_fun = flow5
type main_attrib = common
type p_content = phrasing
type p_content_fun = phrasing
type p_attrib = common
type pre_content = phrasing
type pre_content_fun = phrasing
type pre_attrib = common
type blockquote_content = flow5
type blockquote_content_fun = flow5
type 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 = flow5
type dialog_content_fun = flow5
type 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 = flow5
type div_content_fun = flow5
type div_attrib = common
type 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 = flow5
type li_content_fun = flow5
type 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 = common
type dd_content = flow5
type dd_content_fun = flow5
type dd_attrib = common
type dt_content = flow5_without_sectioning_heading_header_footer
type dt_content_fun = flow5_without_sectioning_heading_header_footer
type dt_attrib = common
type dl_attrib = common
type figcaption_content = flow5
type figcaption_content_fun = flow5
type figcaption_attrib = common
type figure_content = flow5
type figure_content_fun = flow5
type figure_attrib = common
type rp_content = phrasing
type rp_content_fun = phrasing
type rp_attrib = common
type rt_content = phrasing
type rt_content_fun = phrasing
type rt_attrib = common
type 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 = common
type hr_content = notag
type hr_content_fun = notag
type hr_attrib = common
type b_content = phrasing
type b_content_fun = phrasing
type b_attrib = common
type i_content = phrasing
type i_content_fun = phrasing
type i_attrib = common
type u_content = phrasing
type u_content_fun = phrasing
type u_attrib = common
type small_content = phrasing
type small_content_fun = phrasing
type small_attrib = common
type sub_content = phrasing
type sub_content_fun = phrasing
type sub_attrib = common
type sup_content = phrasing
type sup_content_fun = phrasing
type sup_attrib = common
type mark_content = phrasing
type mark_content_fun = phrasing
type mark_attrib = common
type wbr_content = notag
type wbr_content_fun = notag
type wbr_attrib = common
type bdo_content = phrasing
type bdo_content_fun = phrasing
type bdo_attrib = common
type abbr_content = phrasing
type abbr_content_fun = phrasing
type abbr_attrib = common
type br_content = notag
type br_content_fun = notag
type br_attrib = common
type cite_content = phrasing
type cite_content_fun = phrasing
type cite_attrib = common
type code_content = phrasing
type code_content_fun = phrasing
type code_attrib = common
type dfn_content = phrasing_without_dfn
type dfn_content_fun = phrasing_without_dfn
type dfn_attrib = common
type em_content = phrasing
type em_content_fun = phrasing
type em_attrib = common
type kbd_content = phrasing
type kbd_content_fun = phrasing
type kbd_attrib = common
type q_content = phrasing
type q_content_fun = phrasing
type 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 = phrasing
type samp_content_fun = phrasing
type samp_attrib = common
type span_content = phrasing
type span_content_fun = phrasing
type span_attrib = common
type strong_content = phrasing
type strong_content_fun = phrasing
type strong_attrib = common
type time_content = phrasing_without_time
type time_content_fun = phrasing_without_time
type 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 = phrasing
type var_content_fun = phrasing
type var_attrib = common
type a_content = flow5_without_interactive
type a_content_fun = flow5_without_interactive
type 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 = flow5
type del_ = del_content del
type del_content_fun = flow5
type 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 = flow5
type ins_ = ins_content ins
type ins_content_fun = flow5
type 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 = flow5
type 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 = notag
type param_content_fun = notag
type 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 = notag
type embed_content_fun = notag
type 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 = notag
type img_content_fun = notag
type 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_media
type audio_ = audio_content audio
type audio_content_fun = flow5_without_media
type 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_media
type video_ = video_content video
type video_content_fun = flow5_without_media
type 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 = flow5
type canvas_ = canvas_content canvas
type canvas_content_fun = flow5
type 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 = notag
type source_content_fun = notag
type 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 = notag
type area_content_fun = notag
type 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 = flow5
type map_ = map_content map
type map_content_fun = flow5
type 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_table
type caption_content_fun = flow5_without_table
type caption_attrib = common
type 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 = notag
type col_content_fun = notag
type 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 = common
type tbody_attrib = common
type tfoot_attrib = common
type td_content = flow5
type td_content_fun = flow5
type 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 = flow5
type th_content_fun = flow5
type 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 = common
type form_content = flow5_without_form
type form_content_fun = flow5_without_form
type 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 = flow5
type fieldset_content_fun = flow5
type 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 = phrasing
type legend_content_fun = phrasing
type legend_attrib = common
type label_content = phrasing_without_label
type label_content_fun = phrasing_without_label
type 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 = notag
type input_content_fun = notag
type 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_content
type button_content = phrasing_without_interactive
type button_content_fun = phrasing_without_interactive
type 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 = notag
type datalist_content_fun = notag
type datalist_attrib = common
type 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 = notag
type keygen_content_fun = notag
type 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_progress
type progress_content_fun = phrasing_without_progress
type 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_meter
type meter_content_fun = phrasing_without_meter
type 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 = phrasing
type output_elt_content_fun = phrasing
type 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 = flow5
type details_content_fun = flow5
type 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 = phrasing
type summary_content_fun = phrasing
type summary_attrib = common
type command_content = notag
type command_content_fun = notag
type 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_noscript
type noscript_content_fun = flow5_without_noscript
type noscript_attrib = common
type meta_content = notag
type meta_content_fun = notag
type 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 = common
type template_content = flow5
type template_content_fun = flow5
type link_content = notag
type link_content_fun = notag
type 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 = common
type 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
]