vivaldi/panels/HTML/categories.html
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

359 lines
44 KiB
HTML
Executable File

<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/html.ico">
<title>HTML - Categories</title>
<link rel=stylesheet href="../res/qr.css">
<base target="_content">
<style>
td code + code {padding-left: .3em;}
td:nth-child(2) {text-align: justify;}
td a[title]:after {content: "*";}
</style>
<nav>
<a href="index.html" title="HTML Elements" target="_self">Elem</a><a href="attributes.html" title="HTML Attributes" target="_self">Attr</a><a href="categories.html" title="Element Categories" target="_self" id="current">Cat</a>
</nav>
<h1>HTML Element Content Categories</h1>
<table>
<thead><tr><th> Category
</th><th> Elements
</th></tr></thead><tbody><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#metadata-content">Metadata content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element">base</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element">meta</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">style</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-title-element">title</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#flow-content">Flow content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-address-element">address</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element">br</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-del-element">del</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element">div</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element">dl</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-hr-element">hr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element">menu</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ol-element">ol</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-p-element">p</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-pre-element">pre</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ul-element">ul</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="text content">Text</a>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-area-element" title="If it is a descendant of a MAP element">area</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element" title="If the itemprop attribute is present">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element" title="If the itemprop attribute is present">meta</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element" title="If the scoped attribute is present">style</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#sectioning-content">Sectioning content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#heading-content">Heading content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#phrasing-content">Phrasing content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element">br</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-del-element">del</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="text content">Text</a>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-area-element" title="If it is a descendant of a MAP element">area</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element" title="If the itemprop attribute is present">link</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element" title="If the itemprop attribute is present">meta</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#embedded-content">Embedded content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#interactive-content">Interactive content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element" title="If the controls attribute is present">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element" title="If the usemap attribute is present">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element" title="If the type attribute is not in the Hidden state">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element" title="If the usemap attribute is present">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element" title="If the controls attribute is present">video</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#sectioning-root">Sectioning roots</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-body-element">body</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#form-associated-element">Form-associated elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-listed">Listed elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-submit">Submittable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-reset">Resettable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#category-label">Labelable elements</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
</td></tr><tr><td> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#palpable-content">Palpable content</a>
</td><td>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-address-element">address</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element">div</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#math">math</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-p-element">p</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-pre-element">pre</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#svg">svg</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code>
<hr>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element" title="If the controls attribute is present">audio</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element" title="If the element's children include at least one name-value group">dl</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element" title="If the type attribute is not in the Hidden state">input</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element" title="If the type attribute is in the toolbar state">menu</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ol-element" title="If the element's children include at least one LI element">ol</a></code>
<code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ul-element" title="If the element's children include at least one LI element">ul</a></code>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#text-content" title="Text content that is not inter-element whitespace">Text</a>
</td></tr></tbody></table>