all files / src/types/ HtmlTagNames.ts

100% Statements 0/0
100% Branches 0/0
100% Functions 0/0
100% Lines 0/0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37                                                                         
export type HtmlTagNames =
  'a' | 'abbr' | 'acronym' | 'address' | 'applet' | 'area' | 'article' |
  'aside' | 'audio' | 'b' | 'base' | 'basefont' | 'bdi' | 'bdo' | 'bgsound' |
  'big' | 'blink' | 'blockquote' | 'body' | 'br' | 'button' | 'canvas' |
  'caption' | 'center' | 'cite' | 'code' | 'col' | 'colgroup' | 'command' |
  'content' | 'data' | 'datalist' | 'dd' | 'del' | 'details' | 'dfn' | 'dialog' |
  'dir' | 'div' | 'dl' | 'dt' | 'element' | 'em' | 'embed' | 'fieldset' |
  'figcaption' | 'figure' | 'font' | 'footer' | 'form' | 'frame' | 'frameset' |
  'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'head' | 'header' | 'hgroup' | 'hr' |
  'html' | 'i' | 'iframe' | 'image' | 'img' | 'input' | 'ins' | 'isindex' |
  'kbd' | 'keygen' | 'label' | 'legend' | 'li' | 'link' | 'listing' | 'main' |
  'map' | 'mark' | 'marquee' | 'math' | 'menu' | 'menuitem' | 'meta' | 'meter' |
  'multicol' | 'nav' | 'nextid' | 'nobr' | 'noembed' | 'noframes' |
  'noscript' | 'object' | 'ol' | 'optgroup' | 'option' | 'output' | 'p' |
  'param' | 'picture' | 'plaintext' | 'pre' | 'progress' | 'q' | 'rb' | 'rbc' |
  'rp' | 'rt' | 'rtc' | 'ruby' | 's' | 'samp' | 'script' | 'section' | 'select' |
  'shadow' | 'slot' | 'small' | 'source' | 'spacer' | 'span' | 'strike' | 'strong' |
  'style' | 'sub' | 'summary' | 'sup' | 'table' | 'tbody' | 'td' | 'template' |
  'textarea' | 'tfoot' | 'th' | 'thead' | 'time' | 'title' | 'tr' | 'track' |
  'tt' | 'u' | 'ul' | 'video' | 'wbr' | 'xmp'
 
export type SvgTagNames = 'svg' |
  'a' | 'altGlyph' | 'altGlyphDef' | 'altGlyphItem' | 'animate' | 'animateColor' |
  'animateMotion' | 'animateTransform' | 'circle' | 'clipPath' | 'colorProfile' |
  'cursor' | 'defs' | 'desc' | 'ellipse' | 'feBlend' | 'feColorMatrix' |
  'feComponentTransfer' | 'feComposite' | 'feConvolveMatrix' | 'feDiffuseLighting' |
  'feDisplacementMap' | 'feDistantLight' | 'feFlood' | 'feFuncA' | 'feFuncB' |
  'feFuncG' | 'feFuncR' | 'feGaussianBlur' | 'feImage' | 'feMerge' | 'feMergeNode' |
  'feMorphology' | 'feOffset' | 'fePointLight' | 'feSpecularLighting' |
  'feSpotlight' | 'feTile' | 'feTurbulence' | 'filter' | 'font' | 'fontFace' |
  'fontFaceFormat' | 'fontFaceName' | 'fontFaceSrc' | 'fontFaceUri' |
  'foreignObject' | 'g' | 'glyph' | 'glyphRef' | 'hkern' | 'image' | 'line' |
  'linearGradient' | 'marker' | 'mask' | 'metadata' | 'missingGlyph' | 'mpath' |
  'path' | 'pattern' | 'polygon' | 'polyline' | 'radialGradient' | 'rect' | 'script' |
  'set' | 'stop' | 'style' | 'switch' | 'symbol' | 'text' | 'textPath' | 'title' |
  'tref' | 'tspan' | 'use' | 'view' | 'vkern'