Skip to main content

defaultHTMLElementModels

reexport
const defaultHTMLElementModels: {
  a: HTMLElementModel<"a", HTMLContentModel.mixed>;
  abbr: HTMLElementModel<"abbr", HTMLContentModel.textual>;
  accesskey: HTMLElementModel<"accesskey", HTMLContentModel.none>;
  acronym: HTMLElementModel<"acronym", HTMLContentModel.textual>;
  address: HTMLElementModel<"address", HTMLContentModel.block>;
  area: HTMLElementModel<"area", HTMLContentModel.none>;
  article: HTMLElementModel<"article", HTMLContentModel.block>;
  aside: HTMLElementModel<"aside", HTMLContentModel.block>;
  audio: HTMLElementModel<"audio", HTMLContentModel.none>;
  b: HTMLElementModel<"b", HTMLContentModel.textual>;
  base: HTMLElementModel<"base", HTMLContentModel.none>;
  bdi: HTMLElementModel<"bdi", HTMLContentModel.textual>;
  bdo: HTMLElementModel<"bdo", HTMLContentModel.textual>;
  big: HTMLElementModel<"big", HTMLContentModel.textual>;
  blockquote: HTMLElementModel<"blockquote", HTMLContentModel.block>;
  body: HTMLElementModel<"body", HTMLContentModel.block>;
  br: HTMLElementModel<"br", HTMLContentModel.textual>;
  button: HTMLElementModel<"button", HTMLContentModel.none>;
  canvas: HTMLElementModel<"canvas", HTMLContentModel.none>;
  caption: HTMLElementModel<"caption", HTMLContentModel.none>;
  cite: HTMLElementModel<"cite", HTMLContentModel.textual>;
  code: HTMLElementModel<"code", HTMLContentModel.textual>;
  col: HTMLElementModel<"col", HTMLContentModel.none>;
  colgroup: HTMLElementModel<"colgroup", HTMLContentModel.none>;
  data: HTMLElementModel<"data", HTMLContentModel.textual>;
  datalist: HTMLElementModel<"datalist", HTMLContentModel.none>;
  dd: HTMLElementModel<"dd", HTMLContentModel.block>;
  del: HTMLElementModel<"del", HTMLContentModel.mixed>;
  details: HTMLElementModel<"details", HTMLContentModel.none>;
  dfn: HTMLElementModel<"dfn", HTMLContentModel.textual>;
  dialog: HTMLElementModel<"dialog", HTMLContentModel.none>;
  dir: HTMLElementModel<"dir", HTMLContentModel.block>;
  div: HTMLElementModel<"div", HTMLContentModel.block>;
  dl: HTMLElementModel<"dl", HTMLContentModel.block>;
  dt: HTMLElementModel<"dt", HTMLContentModel.block>;
  em: HTMLElementModel<"em", HTMLContentModel.textual>;
  embed: HTMLElementModel<"embed", HTMLContentModel.none>;
  fieldset: HTMLElementModel<"fieldset", HTMLContentModel.none>;
  figcaption: HTMLElementModel<"figcaption", HTMLContentModel.block>;
  figure: HTMLElementModel<"figure", HTMLContentModel.block>;
  footer: HTMLElementModel<"footer", HTMLContentModel.block>;
  form: HTMLElementModel<"form", HTMLContentModel.none>;
  h1: HTMLElementModel<"h1", HTMLContentModel.block>;
  h2: HTMLElementModel<"h2", HTMLContentModel.block>;
  h3: HTMLElementModel<"h3", HTMLContentModel.block>;
  h4: HTMLElementModel<"h4", HTMLContentModel.block>;
  h5: HTMLElementModel<"h5", HTMLContentModel.block>;
  h6: HTMLElementModel<"h6", HTMLContentModel.block>;
  head: HTMLElementModel<"head", HTMLContentModel.none>;
  header: HTMLElementModel<"header", HTMLContentModel.block>;
  hgroup: HTMLElementModel<"hgroup", HTMLContentModel.block>;
  hr: HTMLElementModel<"hr", HTMLContentModel.block>;
  i: HTMLElementModel<"i", HTMLContentModel.textual>;
  iframe: HTMLElementModel<"iframe", HTMLContentModel.none>;
  img: HTMLElementModel<"img", HTMLContentModel.block>;
  input: HTMLElementModel<"input", HTMLContentModel.none>;
  ins: HTMLElementModel<"ins", HTMLContentModel.mixed>;
  kbd: HTMLElementModel<"kbd", HTMLContentModel.textual>;
  label: HTMLElementModel<"label", HTMLContentModel.none>;
  legend: HTMLElementModel<"legend", HTMLContentModel.none>;
  li: HTMLElementModel<"li", HTMLContentModel.block>;
  link: HTMLElementModel<"link", HTMLContentModel.none>;
  listing: HTMLElementModel<"listing", HTMLContentModel.block>;
  main: HTMLElementModel<"main", HTMLContentModel.block>;
  map: HTMLElementModel<"map", HTMLContentModel.none>;
  mark: HTMLElementModel<"mark", HTMLContentModel.textual>;
  math: HTMLElementModel<"math", HTMLContentModel.none>;
  menu: HTMLElementModel<"menu", HTMLContentModel.block>;
  meta: HTMLElementModel<"meta", HTMLContentModel.none>;
  meter: HTMLElementModel<"meter", HTMLContentModel.none>;
  nav: HTMLElementModel<"nav", HTMLContentModel.block>;
  object: HTMLElementModel<"object", HTMLContentModel.none>;
  ol: HTMLElementModel<"ol", HTMLContentModel.block>;
  optgroup: HTMLElementModel<"optgroup", HTMLContentModel.none>;
  option: HTMLElementModel<"option", HTMLContentModel.none>;
  output: HTMLElementModel<"output", HTMLContentModel.none>;
  p: HTMLElementModel<"p", HTMLContentModel.block>;
  param: HTMLElementModel<"param", HTMLContentModel.none>;
  picture: HTMLElementModel<"picture", HTMLContentModel.block>;
  plaintext: HTMLElementModel<"plaintext", HTMLContentModel.block>;
  pre: HTMLElementModel<"pre", HTMLContentModel.block>;
  progress: HTMLElementModel<"progress", HTMLContentModel.none>;
  q: HTMLElementModel<"q", HTMLContentModel.textual>;
  rp: HTMLElementModel<"rp", HTMLContentModel.textual>;
  rt: HTMLElementModel<"rt", HTMLContentModel.textual>;
  ruby: HTMLElementModel<"ruby", HTMLContentModel.textual>;
  s: HTMLElementModel<"s", HTMLContentModel.textual>;
  samp: HTMLElementModel<"samp", HTMLContentModel.textual>;
  section: HTMLElementModel<"section", HTMLContentModel.block>;
  select: HTMLElementModel<"select", HTMLContentModel.none>;
  small: HTMLElementModel<"small", HTMLContentModel.textual>;
  source: HTMLElementModel<"source", HTMLContentModel.none>;
  span: HTMLElementModel<"span", HTMLContentModel.textual>;
  strike: HTMLElementModel<"strike", HTMLContentModel.textual>;
  strong: HTMLElementModel<"strong", HTMLContentModel.textual>;
  sub: HTMLElementModel<"sub", HTMLContentModel.textual>;
  summary: HTMLElementModel<"summary", HTMLContentModel.none>;
  sup: HTMLElementModel<"sup", HTMLContentModel.textual>;
  svg: HTMLElementModel<"svg", HTMLContentModel.none>;
  table: HTMLElementModel<"table", HTMLContentModel.block>;
  tbody: HTMLElementModel<"tbody", HTMLContentModel.block>;
  td: HTMLElementModel<"td", HTMLContentModel.block>;
  textarea: HTMLElementModel<"textarea", HTMLContentModel.none>;
  tfoot: HTMLElementModel<"tfoot", HTMLContentModel.block>;
  th: HTMLElementModel<"th", HTMLContentModel.block>;
  thead: HTMLElementModel<"thead", HTMLContentModel.block>;
  time: HTMLElementModel<"time", HTMLContentModel.textual>;
  title: HTMLElementModel<"title", HTMLContentModel.none>;
  tr: HTMLElementModel<"tr", HTMLContentModel.block>;
  track: HTMLElementModel<"track", HTMLContentModel.none>;
  tt: HTMLElementModel<"tt", HTMLContentModel.textual>;
  u: HTMLElementModel<"u", HTMLContentModel.textual>;
  ul: HTMLElementModel<"ul", HTMLContentModel.block>;
  var: HTMLElementModel<"var", HTMLContentModel.textual>;
  video: HTMLElementModel<"video", HTMLContentModel.none>;
  wbr: HTMLElementModel<"wbr", HTMLContentModel.textual>;
  xmp: HTMLElementModel<"xmp", HTMLContentModel.block>;
}