{
  "schemaVersion": 4,
  "snapshotDate": "2026-07-18",
  "sources": {
    "elementIndex": {
      "url": "https://html.spec.whatwg.org/multipage/indices.html#elements-3",
      "sha256": "0f041a55046de178c6b644a0024d5ac0c0e925d7eaf30a946baa13ff6e61fe1e"
    },
    "attributeIndex": {
      "url": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3",
      "sha256": "0f041a55046de178c6b644a0024d5ac0c0e925d7eaf30a946baa13ff6e61fe1e"
    },
    "contentCategoryIndex": {
      "url": "https://html.spec.whatwg.org/multipage/indices.html#element-content-categories",
      "sha256": "0f041a55046de178c6b644a0024d5ac0c0e925d7eaf30a946baa13ff6e61fe1e"
    },
    "syntaxKinds": {
      "url": "https://html.spec.whatwg.org/multipage/syntax.html#elements-2",
      "sha256": "b71c19de942b28a9a86585fe97fde22e492a5666295a0470149fbd98f187323d"
    },
    "webIdl": {
      "url": "https://html.spec.whatwg.org/",
      "sha256": "5c5869be6ff3dbed33594f78be38dfcdc500b059cc4ff61b51f9dfc561494068"
    }
  },
  "scope": {
    "elements": "Current conforming elements in the HTML namespace; obsolete elements are excluded.",
    "foreignElements": "MathML and SVG namespace elements are preserved as syntax-kind provenance but are outside the generated HTML element-class inventory.",
    "specialParticipants": "Text nodes, autonomous custom elements, form-associated custom elements, and foreign category participants are preserved separately from named HTML element classes.",
    "attributes": "Current conforming non-event-handler HTML content attributes are generated from the attribute index. Definition-resource names use same-letter reflected Web IDL casing where available, hyphen boundaries otherwise, and never guessed English word boundaries. Event handlers, data-* attributes, ARIA attributes, and other extension attributes use the generic fallback."
  },
  "syntaxKinds": [
    {
      "name": "void",
      "label": "Void elements",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "elements": [
        "area",
        "base",
        "br",
        "col",
        "embed",
        "hr",
        "img",
        "input",
        "link",
        "meta",
        "source",
        "track",
        "wbr"
      ]
    },
    {
      "name": "template",
      "label": "The template element",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#the-template-element-2",
      "elements": [
        "template"
      ]
    },
    {
      "name": "raw-text",
      "label": "Raw text elements",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#raw-text-elements",
      "elements": [
        "script",
        "style"
      ]
    },
    {
      "name": "escapable-raw-text",
      "label": "Escapable raw text elements",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#escapable-raw-text-elements",
      "elements": [
        "textarea",
        "title"
      ]
    },
    {
      "name": "foreign",
      "label": "Foreign elements",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#foreign-elements",
      "namespaces": [
        {
          "label": "MathML",
          "source": "https://infra.spec.whatwg.org/#mathml-namespace"
        },
        {
          "label": "SVG",
          "source": "https://infra.spec.whatwg.org/#svg-namespace"
        }
      ]
    },
    {
      "name": "normal",
      "label": "Normal elements",
      "source": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements"
    }
  ],
  "contentCategories": [
    {
      "label": "Metadata content",
      "name": "metadata",
      "className": "MetadataContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2"
    },
    {
      "label": "Flow content",
      "name": "flow",
      "className": "FlowContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2"
    },
    {
      "label": "Sectioning content",
      "name": "sectioning",
      "className": "SectioningContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#sectioning-content-2"
    },
    {
      "label": "Heading content",
      "name": "heading",
      "className": "HeadingContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2"
    },
    {
      "label": "Phrasing content",
      "name": "phrasing",
      "className": "PhrasingContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2"
    },
    {
      "label": "Embedded content",
      "name": "embedded",
      "className": "EmbeddedContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category"
    },
    {
      "label": "Interactive content",
      "name": "interactive",
      "className": "InteractiveContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2"
    },
    {
      "label": "Form-associated elements",
      "name": "form-associated",
      "className": "FormAssociatedElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element"
    },
    {
      "label": "Listed elements",
      "name": "listed",
      "className": "ListedElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed"
    },
    {
      "label": "Submittable elements",
      "name": "submittable",
      "className": "SubmittableElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit"
    },
    {
      "label": "Resettable elements",
      "name": "resettable",
      "className": "ResettableElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset"
    },
    {
      "label": "Autocapitalize-and-autocorrect inheriting elements",
      "name": "autocapitalize-and-autocorrect-inheriting",
      "className": "AutocapitalizeAndAutocorrectInheritingElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
    },
    {
      "label": "Labelable elements",
      "name": "labelable",
      "className": "LabelableElement",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label"
    },
    {
      "label": "Palpable content",
      "name": "palpable",
      "className": "PalpableContent",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2"
    },
    {
      "label": "Script-supporting elements",
      "name": "script-supporting",
      "className": "ScriptSupportingElement",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#script-supporting-elements-2"
    }
  ],
  "crossCheckExceptions": [
    {
      "scope": "category-index-only",
      "category": "autocapitalize-and-autocorrect-inheriting",
      "reason": "The element table omits this auxiliary forms category from every Categories cell."
    },
    {
      "scope": "category-index-only-membership",
      "element": "hgroup",
      "category": "heading",
      "reason": "The element table lists only flow and palpable for hgroup."
    },
    {
      "scope": "category-index-only-membership",
      "element": "label",
      "category": "form-associated",
      "reason": "The compact element table omits this association-only membership."
    },
    {
      "scope": "category-index-only-membership",
      "element": "selectedcontent",
      "category": "phrasing",
      "reason": "The element table currently lists no categories for selectedcontent."
    },
    {
      "scope": "element-index-only-conditional",
      "element": "object",
      "category": "interactive",
      "reason": "The element table says interactive* while the dedicated category table omits object; preserve the asterisk without asserting a universal subclass."
    },
    {
      "scope": "element-index-only-conditional",
      "element": "th",
      "category": "interactive",
      "reason": "The element table says interactive* while the dedicated category table omits th; preserve the asterisk without asserting a universal subclass."
    }
  ],
  "attributeCrossCheckExceptions": [
    {
      "scope": "attribute-index-only",
      "element": "dialog",
      "attribute": "closedby",
      "reason": "The dedicated attribute index includes closedby while the compact element table currently omits it."
    },
    {
      "scope": "element-index-only",
      "element": "form",
      "attribute": "rel",
      "reason": "The compact element table includes rel for form while the dedicated attribute index currently omits that context."
    }
  ],
  "attributeIndexExclusion": {
    "description": "Event handler content attributes are explicitly excluded from the WHATWG attribute index and remain generic RDF/HTML attributes.",
    "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
  },
  "specialParticipants": [
    {
      "id": "autonomous-custom-elements",
      "label": "autonomous custom elements",
      "source": "https://html.spec.whatwg.org/multipage/custom-elements.html#autonomous-custom-element",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ]
    },
    {
      "id": "form-associated-custom-elements",
      "label": "form-associated custom elements",
      "source": "https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-element",
      "categories": [
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed"
        },
        {
          "name": "submittable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit"
        },
        {
          "name": "resettable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label"
        }
      ]
    },
    {
      "id": "mathml-math",
      "label": "MathML math",
      "source": "https://w3c.github.io/mathml-core/#the-top-level-math-element",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ]
    },
    {
      "id": "svg-svg",
      "label": "SVG svg",
      "source": "https://w3c.github.io/svgwg/svg2-draft/struct.html#elementdef-svg",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ]
    },
    {
      "id": "text",
      "label": "Text",
      "source": "https://html.spec.whatwg.org/multipage/dom.html#text-content",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-text",
          "conditionText": "that is not inter-element whitespace",
          "indexNotation": "Text that is not inter-element whitespace"
        }
      ]
    }
  ],
  "attributes": [
    {
      "name": "abbr",
      "idlReflections": [
        {
          "idlName": "abbr",
          "sources": [
            "https://html.spec.whatwg.org/#dom-th-abbr"
          ]
        }
      ],
      "termName": "abbr",
      "contexts": [
        {
          "id": "abbr-th",
          "global": false,
          "elements": [
            "th"
          ],
          "specialParticipants": [],
          "description": "Alternative label to use for the header cell when referencing the cell in other contexts",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-abbr"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "accept",
      "idlReflections": [
        {
          "idlName": "accept",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-accept"
          ]
        }
      ],
      "termName": "accept",
      "contexts": [
        {
          "id": "accept-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Hint for expected file type in file upload controls",
          "valueSyntaxText": "Set of comma-separated tokens* consisting of valid MIME type strings with no parameters or audio/*, video/*, or image/*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-accept"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#set-of-comma-separated-tokens",
            "https://mimesniff.spec.whatwg.org/#valid-mime-type-with-no-parameters"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "accept-charset",
      "idlReflections": [
        {
          "idlName": "acceptCharset",
          "sources": [
            "https://html.spec.whatwg.org/#dom-form-acceptcharset"
          ]
        }
      ],
      "termName": "acceptCharset",
      "contexts": [
        {
          "id": "accept-charset-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Character encodings to use for form submission",
          "valueSyntaxText": "ASCII case-insensitive match for \"UTF-8\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/forms.html#attr-form-accept-charset"
          ],
          "valueSyntaxSources": [
            "https://infra.spec.whatwg.org/#ascii-case-insensitive"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "accesskey",
      "idlReflections": [
        {
          "idlName": "accessKey",
          "sources": [
            "https://html.spec.whatwg.org/#dom-accesskey"
          ]
        }
      ],
      "termName": "accessKey",
      "contexts": [
        {
          "id": "accesskey-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Keyboard shortcut to activate or focus element",
          "valueSyntaxText": "Ordered set of unique space-separated tokens, none of which are identical to another, each consisting of one code point in length",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens",
            "https://infra.spec.whatwg.org/#string-is"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "action",
      "idlReflections": [
        {
          "idlName": "action",
          "sources": [
            "https://html.spec.whatwg.org/#dom-fs-action"
          ]
        }
      ],
      "termName": "action",
      "contexts": [
        {
          "id": "action-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "URL to use for form submission",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-action"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "allow",
      "idlReflections": [
        {
          "idlName": "allow",
          "sources": [
            "https://html.spec.whatwg.org/#dom-iframe-allow"
          ]
        }
      ],
      "termName": "allow",
      "contexts": [
        {
          "id": "allow-iframe",
          "global": false,
          "elements": [
            "iframe"
          ],
          "specialParticipants": [],
          "description": "Permissions policy to be applied to the iframe's contents",
          "valueSyntaxText": "Serialized permissions policy",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allow"
          ],
          "valueSyntaxSources": [
            "https://w3c.github.io/webappsec-feature-policy/#serialized-permissions-policy"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "allowfullscreen",
      "idlReflections": [
        {
          "idlName": "allowFullscreen",
          "sources": [
            "https://html.spec.whatwg.org/#dom-iframe-allowfullscreen"
          ]
        }
      ],
      "termName": "allowFullscreen",
      "contexts": [
        {
          "id": "allowfullscreen-iframe",
          "global": false,
          "elements": [
            "iframe"
          ],
          "specialParticipants": [],
          "description": "Whether to allow the iframe's contents to use requestFullscreen()",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allowfullscreen"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "alpha",
      "idlReflections": [
        {
          "idlName": "alpha",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-alpha"
          ]
        }
      ],
      "termName": "alpha",
      "contexts": [
        {
          "id": "alpha-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Allow the color's alpha component to be set",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "alt",
      "idlReflections": [
        {
          "idlName": "alt",
          "sources": [
            "https://html.spec.whatwg.org/#dom-area-alt",
            "https://html.spec.whatwg.org/#dom-img-alt",
            "https://html.spec.whatwg.org/#dom-input-alt"
          ]
        }
      ],
      "termName": "alt",
      "contexts": [
        {
          "id": "alt-area-img-input",
          "global": false,
          "elements": [
            "area",
            "img",
            "input"
          ],
          "specialParticipants": [],
          "description": "Replacement text for use when images are not available",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-alt",
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-alt",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-alt"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "as",
      "idlReflections": [],
      "termName": "as",
      "contexts": [
        {
          "id": "as-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Destination for a preload request (for rel=\"preload\" and rel=\"modulepreload\")",
          "valueSyntaxText": "Preload destination, for rel=\"preload\"; module preload destination, for rel=\"modulepreload\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-as"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload",
            "https://html.spec.whatwg.org/multipage/links.html#link-type-preload",
            "https://html.spec.whatwg.org/multipage/links.html#module-preload-destination",
            "https://html.spec.whatwg.org/multipage/links.html#preload-destination",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-rel"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "async",
      "idlReflections": [],
      "termName": "async",
      "contexts": [
        {
          "id": "async-script",
          "global": false,
          "elements": [
            "script"
          ],
          "specialParticipants": [],
          "description": "Execute script when available, without blocking while fetching",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-async"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "autocapitalize",
      "idlReflections": [
        {
          "idlName": "autocapitalize",
          "sources": [
            "https://html.spec.whatwg.org/#dom-autocapitalize"
          ]
        }
      ],
      "termName": "autocapitalize",
      "contexts": [
        {
          "id": "autocapitalize-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Recommended autocapitalization behavior (for supported input methods)",
          "valueSyntaxText": "\"on\"; \"off\"; \"none\"; \"sentences\"; \"words\"; \"characters\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-characters",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-none",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-off",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-on",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-sentences",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize-words"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "autocomplete",
      "idlReflections": [
        {
          "idlName": "autocomplete",
          "sources": [
            "https://html.spec.whatwg.org/#dom-fe-autocomplete"
          ]
        }
      ],
      "termName": "autocomplete",
      "contexts": [
        {
          "id": "autocomplete-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Default setting for autofill feature for controls in the form",
          "valueSyntaxText": "\"on\"; \"off\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/forms.html#attr-form-autocomplete"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "autocomplete-input-select-textarea",
          "global": false,
          "elements": [
            "input",
            "select",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Hint for form autofill feature",
          "valueSyntaxText": "Autofill field name and related tokens*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-field"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "autocorrect",
      "idlReflections": [],
      "termName": "autocorrect",
      "contexts": [
        {
          "id": "autocorrect-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Recommended autocorrection behavior (for supported input methods)",
          "valueSyntaxText": "\"on\"; \"off\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocorrect"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocorrect-off",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocorrect-on"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "autofocus",
      "idlReflections": [
        {
          "idlName": "autofocus",
          "sources": [
            "https://html.spec.whatwg.org/#dom-fe-autofocus"
          ]
        }
      ],
      "termName": "autofocus",
      "contexts": [
        {
          "id": "autofocus-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Automatically focus the element when the page is loaded",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-fe-autofocus"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "autoplay",
      "idlReflections": [
        {
          "idlName": "autoplay",
          "sources": [
            "https://html.spec.whatwg.org/#dom-media-autoplay"
          ]
        }
      ],
      "termName": "autoplay",
      "contexts": [
        {
          "id": "autoplay-audio-video",
          "global": false,
          "elements": [
            "audio",
            "video"
          ],
          "specialParticipants": [],
          "description": "Hint that the media resource can be started automatically when the page is loaded",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-autoplay"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "blocking",
      "idlReflections": [
        {
          "idlName": "blocking",
          "sources": [
            "https://html.spec.whatwg.org/#dom-link-blocking",
            "https://html.spec.whatwg.org/#dom-script-blocking",
            "https://html.spec.whatwg.org/#dom-style-blocking"
          ]
        }
      ],
      "termName": "blocking",
      "contexts": [
        {
          "id": "blocking-link-script-style",
          "global": false,
          "elements": [
            "link",
            "script",
            "style"
          ],
          "specialParticipants": [],
          "description": "Whether the element is potentially render-blocking",
          "valueSyntaxText": "Unordered set of unique space-separated tokens*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-blocking",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-blocking",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-style-blocking"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "charset",
      "idlReflections": [],
      "termName": "charset",
      "contexts": [
        {
          "id": "charset-meta",
          "global": false,
          "elements": [
            "meta"
          ],
          "specialParticipants": [],
          "description": "Character encoding declaration",
          "valueSyntaxText": "\"utf-8\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "checked",
      "idlReflections": [
        {
          "idlName": "defaultChecked",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-defaultchecked"
          ]
        }
      ],
      "termName": "checked",
      "contexts": [
        {
          "id": "checked-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Whether the control is checked",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-checked"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "cite",
      "idlReflections": [
        {
          "idlName": "cite",
          "sources": [
            "https://html.spec.whatwg.org/#dom-mod-cite",
            "https://html.spec.whatwg.org/#dom-quote-cite"
          ]
        }
      ],
      "termName": "cite",
      "contexts": [
        {
          "id": "cite-blockquote-del-ins-q",
          "global": false,
          "elements": [
            "blockquote",
            "del",
            "ins",
            "q"
          ],
          "specialParticipants": [],
          "description": "Link to the source of the quotation or more information about the edit",
          "valueSyntaxText": "Valid URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/edits.html#attr-mod-cite",
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-blockquote-cite",
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-q-cite"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "class",
      "idlReflections": [],
      "termName": "class",
      "contexts": [
        {
          "id": "class-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Classes to which the element belongs",
          "valueSyntaxText": "Set of space-separated tokens",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#classes"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#set-of-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "closedby",
      "idlReflections": [
        {
          "idlName": "closedBy",
          "sources": [
            "https://html.spec.whatwg.org/#dom-dialog-closedby"
          ]
        }
      ],
      "termName": "closedBy",
      "contexts": [
        {
          "id": "closedby-dialog",
          "global": false,
          "elements": [
            "dialog"
          ],
          "specialParticipants": [],
          "description": "Which user actions will close the dialog",
          "valueSyntaxText": "\"any\"; \"closerequest\"; \"none\";",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-closedby"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-closedby-any",
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-closedby-closerequest",
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-closedby-none"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "color",
      "idlReflections": [],
      "termName": "color",
      "contexts": [
        {
          "id": "color-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Color to use when customizing a site's icon (for rel=\"mask-icon\")",
          "valueSyntaxText": "CSS <color>",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-color"
          ],
          "valueSyntaxSources": [
            "https://drafts.csswg.org/css-color/#typedef-color"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "colorspace",
      "idlReflections": [],
      "termName": "colorspace",
      "contexts": [
        {
          "id": "colorspace-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "The color space of the serialized color",
          "valueSyntaxText": "\"limited-srgb\"; \"display-p3\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-colorspace"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-colorspace-display-p3",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-colorspace-limited-srgb"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "cols",
      "idlReflections": [
        {
          "idlName": "cols",
          "sources": [
            "https://html.spec.whatwg.org/#dom-textarea-cols"
          ]
        }
      ],
      "termName": "cols",
      "contexts": [
        {
          "id": "cols-textarea",
          "global": false,
          "elements": [
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Maximum number of characters per line",
          "valueSyntaxText": "Valid non-negative integer greater than zero",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-cols"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "colspan",
      "idlReflections": [
        {
          "idlName": "colSpan",
          "sources": [
            "https://html.spec.whatwg.org/#dom-tdth-colspan"
          ]
        }
      ],
      "termName": "colSpan",
      "contexts": [
        {
          "id": "colspan-td-th",
          "global": false,
          "elements": [
            "td",
            "th"
          ],
          "specialParticipants": [],
          "description": "Number of columns that the cell is to span",
          "valueSyntaxText": "Valid non-negative integer greater than zero",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-colspan"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "command",
      "idlReflections": [
        {
          "idlName": "command",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-command"
          ]
        }
      ],
      "termName": "command",
      "contexts": [
        {
          "id": "command-button",
          "global": false,
          "elements": [
            "button"
          ],
          "specialParticipants": [],
          "description": "Indicates to the targeted element which action to take.",
          "valueSyntaxText": "\"toggle-popover\"; \"show-popover\"; \"hide-popover\"; \"close\"; \"request-close\"; \"show-modal\"; a custom command keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-close",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-custom",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-hide-popover",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-request-close",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-show-modal",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-show-popover",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-toggle-popover"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "commandfor",
      "idlReflections": [],
      "termName": "commandfor",
      "contexts": [
        {
          "id": "commandfor-button",
          "global": false,
          "elements": [
            "button"
          ],
          "specialParticipants": [],
          "description": "Targets another element to be invoked.",
          "valueSyntaxText": "ID*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-commandfor"
          ],
          "valueSyntaxSources": [
            "https://dom.spec.whatwg.org/#concept-id"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "content",
      "idlReflections": [
        {
          "idlName": "content",
          "sources": [
            "https://html.spec.whatwg.org/#dom-meta-content"
          ]
        }
      ],
      "termName": "content",
      "contexts": [
        {
          "id": "content-meta",
          "global": false,
          "elements": [
            "meta"
          ],
          "specialParticipants": [],
          "description": "Value of the element",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-content"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "contenteditable",
      "idlReflections": [],
      "termName": "contenteditable",
      "contexts": [
        {
          "id": "contenteditable-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is editable",
          "valueSyntaxText": "\"true\"; \"false\"; \"plaintext-only\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "controls",
      "idlReflections": [
        {
          "idlName": "controls",
          "sources": [
            "https://html.spec.whatwg.org/#dom-img-controls",
            "https://html.spec.whatwg.org/#dom-media-controls"
          ]
        }
      ],
      "termName": "controls",
      "contexts": [
        {
          "id": "controls-audio-img-video",
          "global": false,
          "elements": [
            "audio",
            "img",
            "video"
          ],
          "specialParticipants": [],
          "description": "Show user agent controls",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-controls",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-controls"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "coords",
      "idlReflections": [
        {
          "idlName": "coords",
          "sources": [
            "https://html.spec.whatwg.org/#dom-area-coords"
          ]
        }
      ],
      "termName": "coords",
      "contexts": [
        {
          "id": "coords-area",
          "global": false,
          "elements": [
            "area"
          ],
          "specialParticipants": [],
          "description": "Coordinates for the shape to be created in an image map",
          "valueSyntaxText": "Valid list of floating-point numbers*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-coords"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-list-of-floating-point-numbers"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "crossorigin",
      "idlReflections": [],
      "termName": "crossorigin",
      "contexts": [
        {
          "id": "crossorigin-audio-img-link-script-video",
          "global": false,
          "elements": [
            "audio",
            "img",
            "link",
            "script",
            "video"
          ],
          "specialParticipants": [],
          "description": "How the element handles crossorigin requests",
          "valueSyntaxText": "\"anonymous\"; \"use-credentials\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-crossorigin",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-crossorigin",
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-crossorigin",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-crossorigin"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-crossorigin-anonymous-keyword",
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-crossorigin-use-credentials-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "data",
      "idlReflections": [
        {
          "idlName": "data",
          "sources": [
            "https://html.spec.whatwg.org/#dom-object-data"
          ]
        }
      ],
      "termName": "dataAttribute",
      "contexts": [
        {
          "id": "data-object",
          "global": false,
          "elements": [
            "object"
          ],
          "specialParticipants": [],
          "description": "Address of the resource",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-data"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "datetime",
      "idlReflections": [
        {
          "idlName": "dateTime",
          "sources": [
            "https://html.spec.whatwg.org/#dom-mod-datetime",
            "https://html.spec.whatwg.org/#dom-time-datetime"
          ]
        }
      ],
      "termName": "dateTime",
      "contexts": [
        {
          "id": "datetime-del-ins",
          "global": false,
          "elements": [
            "del",
            "ins"
          ],
          "specialParticipants": [],
          "description": "Date and (optionally) time of the change",
          "valueSyntaxText": "Valid date string with optional time",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/edits.html#attr-mod-datetime"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-string-with-optional-time"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "datetime-time",
          "global": false,
          "elements": [
            "time"
          ],
          "specialParticipants": [],
          "description": "Machine-readable value",
          "valueSyntaxText": "Valid month string, valid date string, valid yearless date string, valid time string, valid local date and time string, valid time-zone offset string, valid global date and time string, valid week string, valid non-negative integer, or valid duration string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-time-datetime"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-duration-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-global-date-and-time-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-local-date-and-time-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-month-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-time-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-time-zone-offset-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-week-string",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-yearless-date-string"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "decoding",
      "idlReflections": [],
      "termName": "decoding",
      "contexts": [
        {
          "id": "decoding-img",
          "global": false,
          "elements": [
            "img"
          ],
          "specialParticipants": [],
          "description": "Decoding hint to use when processing this image for presentation",
          "valueSyntaxText": "\"sync\"; \"async\"; \"auto\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-decoding"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/images.html#attr-img-decoding-async",
            "https://html.spec.whatwg.org/multipage/images.html#attr-img-decoding-auto",
            "https://html.spec.whatwg.org/multipage/images.html#attr-img-decoding-sync"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "default",
      "idlReflections": [
        {
          "idlName": "default",
          "sources": [
            "https://html.spec.whatwg.org/#dom-track-default"
          ]
        }
      ],
      "termName": "default",
      "contexts": [
        {
          "id": "default-track",
          "global": false,
          "elements": [
            "track"
          ],
          "specialParticipants": [],
          "description": "Enable the track if no other text track is more suitable",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-default"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "defer",
      "idlReflections": [
        {
          "idlName": "defer",
          "sources": [
            "https://html.spec.whatwg.org/#dom-script-defer"
          ]
        }
      ],
      "termName": "defer",
      "contexts": [
        {
          "id": "defer-script",
          "global": false,
          "elements": [
            "script"
          ],
          "specialParticipants": [],
          "description": "Defer script execution",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-defer"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "dir",
      "idlReflections": [],
      "termName": "dir",
      "contexts": [
        {
          "id": "dir-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "The text directionality of the element",
          "valueSyntaxText": "\"ltr\"; \"rtl\"; \"auto\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir-auto",
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir-ltr",
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir-rtl"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "dir-bdo",
          "global": false,
          "elements": [
            "bdo"
          ],
          "specialParticipants": [],
          "description": "The text directionality of the element",
          "valueSyntaxText": "\"ltr\"; \"rtl\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdo-element"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir-ltr",
            "https://html.spec.whatwg.org/multipage/dom.html#attr-dir-rtl"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "dirname",
      "idlReflections": [
        {
          "idlName": "dirName",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-dirname",
            "https://html.spec.whatwg.org/#dom-textarea-dirname"
          ]
        }
      ],
      "termName": "dirName",
      "contexts": [
        {
          "id": "dirname-input-textarea",
          "global": false,
          "elements": [
            "input",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Name of form control to use for sending the element's directionality in form submission",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "disabled",
      "idlReflections": [
        {
          "idlName": "disabled",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-disabled",
            "https://html.spec.whatwg.org/#dom-fe-disabled",
            "https://html.spec.whatwg.org/#dom-fieldset-disabled",
            "https://html.spec.whatwg.org/#dom-link-disabled",
            "https://html.spec.whatwg.org/#dom-optgroup-disabled",
            "https://html.spec.whatwg.org/#dom-option-disabled",
            "https://html.spec.whatwg.org/#dom-select-disabled",
            "https://html.spec.whatwg.org/#dom-textarea-disabled"
          ]
        }
      ],
      "termName": "disabled",
      "contexts": [
        {
          "id": "disabled-button-input-optgroup-option-select-textarea-form-associated-custom-elements",
          "global": false,
          "elements": [
            "button",
            "input",
            "optgroup",
            "option",
            "select",
            "textarea"
          ],
          "specialParticipants": [
            "form-associated-custom-elements"
          ],
          "description": "Whether the form control is disabled",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-disabled",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-disabled"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "disabled-fieldset",
          "global": false,
          "elements": [
            "fieldset"
          ],
          "specialParticipants": [],
          "description": "Whether the descendant form controls, except any inside legend, are disabled",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-fieldset-disabled"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "disabled-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Whether the link is disabled",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-disabled"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "download",
      "idlReflections": [
        {
          "idlName": "download",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-download",
            "https://html.spec.whatwg.org/#dom-area-download"
          ]
        }
      ],
      "termName": "download",
      "contexts": [
        {
          "id": "download-a-area",
          "global": false,
          "elements": [
            "a",
            "area"
          ],
          "specialParticipants": [],
          "description": "Whether to download the resource instead of navigating to it, and its filename if so",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "draggable",
      "idlReflections": [],
      "termName": "draggable",
      "contexts": [
        {
          "id": "draggable-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is draggable",
          "valueSyntaxText": "\"true\"; \"false\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dnd.html#attr-draggable"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "enctype",
      "idlReflections": [],
      "termName": "enctype",
      "contexts": [
        {
          "id": "enctype-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Entry list encoding type to use for form submission",
          "valueSyntaxText": "\"application/x-www-form-urlencoded\"; \"multipart/form-data\"; \"text/plain\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-formdata",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-text",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-urlencoded"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "enterkeyhint",
      "idlReflections": [],
      "termName": "enterkeyhint",
      "contexts": [
        {
          "id": "enterkeyhint-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Hint for selecting an enter key action",
          "valueSyntaxText": "\"enter\"; \"done\"; \"go\"; \"next\"; \"previous\"; \"search\"; \"send\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-done",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-enter",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-go",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-next",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-previous",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-search",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint-keyword-send"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "fetchpriority",
      "idlReflections": [],
      "termName": "fetchpriority",
      "contexts": [
        {
          "id": "fetchpriority-img-link-script",
          "global": false,
          "elements": [
            "img",
            "link",
            "script"
          ],
          "specialParticipants": [],
          "description": "Sets the priority for fetches initiated by the element",
          "valueSyntaxText": "\"auto\"; \"high\"; \"low\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-fetchpriority",
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-fetchpriority",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-fetchpriority"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-auto",
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-high",
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-fetchpriority-low"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "for",
      "idlReflections": [
        {
          "idlName": "htmlFor",
          "sources": [
            "https://html.spec.whatwg.org/#dom-label-htmlfor",
            "https://html.spec.whatwg.org/#dom-output-htmlfor"
          ]
        }
      ],
      "termName": "for",
      "contexts": [
        {
          "id": "for-label",
          "global": false,
          "elements": [
            "label"
          ],
          "specialParticipants": [],
          "description": "Associate the label with form control",
          "valueSyntaxText": "ID*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/forms.html#attr-label-for"
          ],
          "valueSyntaxSources": [
            "https://dom.spec.whatwg.org/#concept-id"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "for-output",
          "global": false,
          "elements": [
            "output"
          ],
          "specialParticipants": [],
          "description": "Specifies controls from which the output was calculated",
          "valueSyntaxText": "Unordered set of unique space-separated tokens consisting of IDs*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-output-for"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "form",
      "idlReflections": [],
      "termName": "form",
      "contexts": [
        {
          "id": "form-button-fieldset-input-object-output-select-textarea-form-associated-custom-elements",
          "global": false,
          "elements": [
            "button",
            "fieldset",
            "input",
            "object",
            "output",
            "select",
            "textarea"
          ],
          "specialParticipants": [
            "form-associated-custom-elements"
          ],
          "description": "Associates the element with a form element",
          "valueSyntaxText": "ID*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form"
          ],
          "valueSyntaxSources": [
            "https://dom.spec.whatwg.org/#concept-id"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "formaction",
      "idlReflections": [
        {
          "idlName": "formAction",
          "sources": [
            "https://html.spec.whatwg.org/#dom-fs-formaction"
          ]
        }
      ],
      "termName": "formAction",
      "contexts": [
        {
          "id": "formaction-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "URL to use for form submission",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formaction"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "formenctype",
      "idlReflections": [],
      "termName": "formenctype",
      "contexts": [
        {
          "id": "formenctype-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Entry list encoding type to use for form submission",
          "valueSyntaxText": "\"application/x-www-form-urlencoded\"; \"multipart/form-data\"; \"text/plain\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-formdata",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-text",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-enctype-urlencoded"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "formmethod",
      "idlReflections": [],
      "termName": "formmethod",
      "contexts": [
        {
          "id": "formmethod-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Variant to use for form submission",
          "valueSyntaxText": "\"get\"; \"post\"; \"dialog\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-dialog-keyword",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-get-keyword",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-post-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "formnovalidate",
      "idlReflections": [
        {
          "idlName": "formNoValidate",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-formnovalidate",
            "https://html.spec.whatwg.org/#dom-fs-formnovalidate"
          ]
        }
      ],
      "termName": "formNoValidate",
      "contexts": [
        {
          "id": "formnovalidate-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Bypass form control validation for form submission",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formnovalidate"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "formtarget",
      "idlReflections": [
        {
          "idlName": "formTarget",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-formtarget",
            "https://html.spec.whatwg.org/#dom-fs-formtarget"
          ]
        }
      ],
      "termName": "formTarget",
      "contexts": [
        {
          "id": "formtarget-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Navigable for form submission",
          "valueSyntaxText": "Valid navigable target name or keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formtarget"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "headers",
      "idlReflections": [
        {
          "idlName": "headers",
          "sources": [
            "https://html.spec.whatwg.org/#dom-tdth-headers"
          ]
        }
      ],
      "termName": "headers",
      "contexts": [
        {
          "id": "headers-td-th",
          "global": false,
          "elements": [
            "td",
            "th"
          ],
          "specialParticipants": [],
          "description": "The header cells for this cell",
          "valueSyntaxText": "Unordered set of unique space-separated tokens consisting of IDs*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-headers"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "headingoffset",
      "idlReflections": [
        {
          "idlName": "headingOffset",
          "sources": [
            "https://html.spec.whatwg.org/#dom-headingoffset"
          ]
        }
      ],
      "termName": "headingOffset",
      "contexts": [
        {
          "id": "headingoffset-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Offsets heading levels for descendants",
          "valueSyntaxText": "Valid non-negative integer between 0 and 8",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "headingreset",
      "idlReflections": [
        {
          "idlName": "headingReset",
          "sources": [
            "https://html.spec.whatwg.org/#dom-headingreset"
          ]
        }
      ],
      "termName": "headingReset",
      "contexts": [
        {
          "id": "headingreset-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Prevents a heading offset computation from traversing beyond the element with the attribute",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "height",
      "idlReflections": [
        {
          "idlName": "height",
          "sources": [
            "https://html.spec.whatwg.org/#dom-dim-height",
            "https://html.spec.whatwg.org/#dom-embed-height",
            "https://html.spec.whatwg.org/#dom-img-height",
            "https://html.spec.whatwg.org/#dom-input-height",
            "https://html.spec.whatwg.org/#dom-object-height",
            "https://html.spec.whatwg.org/#dom-source-height",
            "https://html.spec.whatwg.org/#dom-video-height"
          ]
        }
      ],
      "termName": "height",
      "contexts": [
        {
          "id": "height-canvas-embed-iframe-img-input-object-source-video",
          "global": false,
          "elements": [
            "canvas",
            "embed",
            "iframe",
            "img",
            "input",
            "object",
            "source",
            "video"
          ],
          "specialParticipants": [],
          "description": "Vertical dimension",
          "valueSyntaxText": "Valid non-negative integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/canvas.html#attr-canvas-height",
            "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-height"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "hidden",
      "idlReflections": [],
      "termName": "hidden",
      "contexts": [
        {
          "id": "hidden-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is relevant",
          "valueSyntaxText": "\"until-found\"; \"hidden\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "high",
      "idlReflections": [
        {
          "idlName": "high",
          "sources": [
            "https://html.spec.whatwg.org/#dom-meter-high"
          ]
        }
      ],
      "termName": "high",
      "contexts": [
        {
          "id": "high-meter",
          "global": false,
          "elements": [
            "meter"
          ],
          "specialParticipants": [],
          "description": "Low limit of high range",
          "valueSyntaxText": "Valid floating-point number*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-high"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "href",
      "idlReflections": [
        {
          "idlName": "href",
          "sources": [
            "https://html.spec.whatwg.org/#dom-base-href",
            "https://html.spec.whatwg.org/#dom-hyperlink-href",
            "https://html.spec.whatwg.org/#dom-link-href"
          ]
        }
      ],
      "termName": "href",
      "contexts": [
        {
          "id": "href-a-area",
          "global": false,
          "elements": [
            "a",
            "area"
          ],
          "specialParticipants": [],
          "description": "Address of the hyperlink",
          "valueSyntaxText": "Valid URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-href"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "href-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Address of the hyperlink",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-href"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "href-base",
          "global": false,
          "elements": [
            "base"
          ],
          "specialParticipants": [],
          "description": "Document base URL",
          "valueSyntaxText": "Valid URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-base-href"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "hreflang",
      "idlReflections": [
        {
          "idlName": "hreflang",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-hreflang",
            "https://html.spec.whatwg.org/#dom-link-hreflang"
          ]
        }
      ],
      "termName": "hreflang",
      "contexts": [
        {
          "id": "hreflang-a-link",
          "global": false,
          "elements": [
            "a",
            "link"
          ],
          "specialParticipants": [],
          "description": "Language of the linked resource",
          "valueSyntaxText": "Valid BCP 47 language tag",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-hreflang",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-hreflang"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "http-equiv",
      "idlReflections": [
        {
          "idlName": "httpEquiv",
          "sources": [
            "https://html.spec.whatwg.org/#dom-meta-httpequiv"
          ]
        }
      ],
      "termName": "httpEquiv",
      "contexts": [
        {
          "id": "http-equiv-meta",
          "global": false,
          "elements": [
            "meta"
          ],
          "specialParticipants": [],
          "description": "Pragma directive",
          "valueSyntaxText": "\"content-type\"; \"default-style\"; \"refresh\"; \"x-ua-compatible\"; \"content-security-policy\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-security-policy",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-content-type",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-default-style",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-refresh",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-keyword-x-ua-compatible"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "id",
      "idlReflections": [],
      "termName": "id",
      "contexts": [
        {
          "id": "id-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "The element's ID",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "imagesizes",
      "idlReflections": [
        {
          "idlName": "imageSizes",
          "sources": [
            "https://html.spec.whatwg.org/#dom-link-imagesizes"
          ]
        }
      ],
      "termName": "imageSizes",
      "contexts": [
        {
          "id": "imagesizes-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Image sizes for different page layouts (for rel=\"preload\")",
          "valueSyntaxText": "Valid source size list",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesizes"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/images.html#valid-source-size-list"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "imagesrcset",
      "idlReflections": [
        {
          "idlName": "imageSrcset",
          "sources": [
            "https://html.spec.whatwg.org/#dom-link-imagesrcset"
          ]
        }
      ],
      "termName": "imageSrcset",
      "contexts": [
        {
          "id": "imagesrcset-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Images to use in different situations, e.g., high-resolution displays, small monitors, etc. (for rel=\"preload\")",
          "valueSyntaxText": "Comma-separated list of image candidate strings",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesrcset"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/images.html#image-candidate-string"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "inert",
      "idlReflections": [
        {
          "idlName": "inert",
          "sources": [
            "https://html.spec.whatwg.org/#dom-inert"
          ]
        }
      ],
      "termName": "inert",
      "contexts": [
        {
          "id": "inert-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is inert.",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#the-inert-attribute"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "inputmode",
      "idlReflections": [],
      "termName": "inputmode",
      "contexts": [
        {
          "id": "inputmode-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Hint for selecting an input modality",
          "valueSyntaxText": "\"none\"; \"text\"; \"tel\"; \"email\"; \"url\"; \"numeric\"; \"decimal\"; \"search\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-decimal",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-email",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-none",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-numeric",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-search",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-tel",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-text",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode-keyword-url"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "integrity",
      "idlReflections": [
        {
          "idlName": "integrity",
          "sources": [
            "https://html.spec.whatwg.org/#dom-link-integrity",
            "https://html.spec.whatwg.org/#dom-script-integrity"
          ]
        }
      ],
      "termName": "integrity",
      "contexts": [
        {
          "id": "integrity-link-script",
          "global": false,
          "elements": [
            "link",
            "script"
          ],
          "specialParticipants": [],
          "description": "Integrity metadata used in Subresource Integrity checks [SRI]",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-integrity",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-integrity"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "is",
      "idlReflections": [],
      "termName": "is",
      "contexts": [
        {
          "id": "is-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Creates a customized built-in element",
          "valueSyntaxText": "Valid custom element name of a defined customized built-in element",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/custom-elements.html#customized-built-in-element",
            "https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "ismap",
      "idlReflections": [
        {
          "idlName": "isMap",
          "sources": [
            "https://html.spec.whatwg.org/#dom-img-ismap"
          ]
        }
      ],
      "termName": "isMap",
      "contexts": [
        {
          "id": "ismap-img",
          "global": false,
          "elements": [
            "img"
          ],
          "specialParticipants": [],
          "description": "Whether the image is a server-side image map",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-ismap"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "itemid",
      "idlReflections": [],
      "termName": "itemid",
      "contexts": [
        {
          "id": "itemid-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Global identifier for a microdata item",
          "valueSyntaxText": "Valid URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemid"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "itemprop",
      "idlReflections": [],
      "termName": "itemprop",
      "contexts": [
        {
          "id": "itemprop-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Property names of a microdata item",
          "valueSyntaxText": "Unordered set of unique space-separated tokens consisting of valid absolute URLs, defined property names, or text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens",
            "https://html.spec.whatwg.org/multipage/microdata.html#defined-property-name",
            "https://url.spec.whatwg.org/#syntax-url-absolute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "itemref",
      "idlReflections": [],
      "termName": "itemref",
      "contexts": [
        {
          "id": "itemref-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Referenced elements",
          "valueSyntaxText": "Unordered set of unique space-separated tokens consisting of IDs*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemref"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "itemscope",
      "idlReflections": [],
      "termName": "itemscope",
      "contexts": [
        {
          "id": "itemscope-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Introduces a microdata item",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemscope"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "itemtype",
      "idlReflections": [],
      "termName": "itemtype",
      "contexts": [
        {
          "id": "itemtype-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Item types of a microdata item",
          "valueSyntaxText": "Unordered set of unique space-separated tokens consisting of valid absolute URLs*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemtype"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens",
            "https://url.spec.whatwg.org/#syntax-url-absolute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "kind",
      "idlReflections": [],
      "termName": "kind",
      "contexts": [
        {
          "id": "kind-track",
          "global": false,
          "elements": [
            "track"
          ],
          "specialParticipants": [],
          "description": "The type of text track",
          "valueSyntaxText": "\"subtitles\"; \"captions\"; \"descriptions\"; \"chapters\"; \"metadata\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind-keyword-captions",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind-keyword-chapters",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind-keyword-descriptions",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind-keyword-metadata",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind-keyword-subtitles"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "label",
      "idlReflections": [
        {
          "idlName": "label",
          "sources": [
            "https://html.spec.whatwg.org/#dom-optgroup-label",
            "https://html.spec.whatwg.org/#dom-option-label",
            "https://html.spec.whatwg.org/#dom-track-label"
          ]
        }
      ],
      "termName": "label",
      "contexts": [
        {
          "id": "label-optgroup-option-track",
          "global": false,
          "elements": [
            "optgroup",
            "option",
            "track"
          ],
          "specialParticipants": [],
          "description": "User-visible label",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-optgroup-label",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-label",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-label"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "lang",
      "idlReflections": [
        {
          "idlName": "lang",
          "sources": [
            "https://html.spec.whatwg.org/#dom-lang"
          ]
        }
      ],
      "termName": "lang",
      "contexts": [
        {
          "id": "lang-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Language of the element",
          "valueSyntaxText": "Valid BCP 47 language tag or the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-lang"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "list",
      "idlReflections": [],
      "termName": "list",
      "contexts": [
        {
          "id": "list-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "List of autocomplete options",
          "valueSyntaxText": "ID*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-list"
          ],
          "valueSyntaxSources": [
            "https://dom.spec.whatwg.org/#concept-id"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "loading",
      "idlReflections": [],
      "termName": "loading",
      "contexts": [
        {
          "id": "loading-audio-iframe-img-video",
          "global": false,
          "elements": [
            "audio",
            "iframe",
            "img",
            "video"
          ],
          "specialParticipants": [],
          "description": "Used when determining loading deferral",
          "valueSyntaxText": "\"lazy\"; \"eager\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-loading",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-loading"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-loading-eager",
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-loading-lazy"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "loop",
      "idlReflections": [
        {
          "idlName": "loop",
          "sources": [
            "https://html.spec.whatwg.org/#dom-media-loop"
          ]
        }
      ],
      "termName": "loop",
      "contexts": [
        {
          "id": "loop-audio-video",
          "global": false,
          "elements": [
            "audio",
            "video"
          ],
          "specialParticipants": [],
          "description": "Whether to loop the media resource",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-loop"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "low",
      "idlReflections": [
        {
          "idlName": "low",
          "sources": [
            "https://html.spec.whatwg.org/#dom-meter-low"
          ]
        }
      ],
      "termName": "low",
      "contexts": [
        {
          "id": "low-meter",
          "global": false,
          "elements": [
            "meter"
          ],
          "specialParticipants": [],
          "description": "High limit of low range",
          "valueSyntaxText": "Valid floating-point number*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-low"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "max",
      "idlReflections": [
        {
          "idlName": "max",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-max",
            "https://html.spec.whatwg.org/#dom-meter-max",
            "https://html.spec.whatwg.org/#dom-progress-max"
          ]
        }
      ],
      "termName": "max",
      "contexts": [
        {
          "id": "max-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Maximum value",
          "valueSyntaxText": "Varies*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-max"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "max-meter-progress",
          "global": false,
          "elements": [
            "meter",
            "progress"
          ],
          "specialParticipants": [],
          "description": "Upper bound of range",
          "valueSyntaxText": "Valid floating-point number*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-max",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-progress-max"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "maxlength",
      "idlReflections": [
        {
          "idlName": "maxLength",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-maxlength",
            "https://html.spec.whatwg.org/#dom-textarea-maxlength"
          ]
        }
      ],
      "termName": "maxLength",
      "contexts": [
        {
          "id": "maxlength-input-textarea",
          "global": false,
          "elements": [
            "input",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Maximum length of value",
          "valueSyntaxText": "Valid non-negative integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-maxlength",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "media",
      "idlReflections": [
        {
          "idlName": "media",
          "sources": [
            "https://html.spec.whatwg.org/#dom-link-media",
            "https://html.spec.whatwg.org/#dom-meta-media",
            "https://html.spec.whatwg.org/#dom-source-media",
            "https://html.spec.whatwg.org/#dom-style-media"
          ]
        }
      ],
      "termName": "media",
      "contexts": [
        {
          "id": "media-link-meta-source-style",
          "global": false,
          "elements": [
            "link",
            "meta",
            "source",
            "style"
          ],
          "specialParticipants": [],
          "description": "Applicable media",
          "valueSyntaxText": "Valid media query list",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-media",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-media",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-style-media"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-media-query-list"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "method",
      "idlReflections": [],
      "termName": "method",
      "contexts": [
        {
          "id": "method-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Variant to use for form submission",
          "valueSyntaxText": "\"get\"; \"post\"; \"dialog\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-dialog-keyword",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-get-keyword",
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method-post-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "min",
      "idlReflections": [
        {
          "idlName": "min",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-min",
            "https://html.spec.whatwg.org/#dom-meter-min"
          ]
        }
      ],
      "termName": "min",
      "contexts": [
        {
          "id": "min-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Minimum value",
          "valueSyntaxText": "Varies*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-min"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "min-meter",
          "global": false,
          "elements": [
            "meter"
          ],
          "specialParticipants": [],
          "description": "Lower bound of range",
          "valueSyntaxText": "Valid floating-point number*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-min"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "minlength",
      "idlReflections": [
        {
          "idlName": "minLength",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-minlength",
            "https://html.spec.whatwg.org/#dom-textarea-minlength"
          ]
        }
      ],
      "termName": "minLength",
      "contexts": [
        {
          "id": "minlength-input-textarea",
          "global": false,
          "elements": [
            "input",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Minimum length of value",
          "valueSyntaxText": "Valid non-negative integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-minlength",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "multiple",
      "idlReflections": [
        {
          "idlName": "multiple",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-multiple",
            "https://html.spec.whatwg.org/#dom-select-multiple"
          ]
        }
      ],
      "termName": "multiple",
      "contexts": [
        {
          "id": "multiple-input-select",
          "global": false,
          "elements": [
            "input",
            "select"
          ],
          "specialParticipants": [],
          "description": "Whether to allow multiple values",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-select-multiple",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "muted",
      "idlReflections": [
        {
          "idlName": "defaultMuted",
          "sources": [
            "https://html.spec.whatwg.org/#dom-media-defaultmuted"
          ]
        }
      ],
      "termName": "muted",
      "contexts": [
        {
          "id": "muted-audio-video",
          "global": false,
          "elements": [
            "audio",
            "video"
          ],
          "specialParticipants": [],
          "description": "Whether to mute the media resource by default",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-muted"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "name",
      "idlReflections": [
        {
          "idlName": "name",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-name",
            "https://html.spec.whatwg.org/#dom-details-name",
            "https://html.spec.whatwg.org/#dom-fe-name",
            "https://html.spec.whatwg.org/#dom-fieldset-name",
            "https://html.spec.whatwg.org/#dom-form-name",
            "https://html.spec.whatwg.org/#dom-iframe-name",
            "https://html.spec.whatwg.org/#dom-map-name",
            "https://html.spec.whatwg.org/#dom-meta-name",
            "https://html.spec.whatwg.org/#dom-object-name",
            "https://html.spec.whatwg.org/#dom-output-name",
            "https://html.spec.whatwg.org/#dom-select-name",
            "https://html.spec.whatwg.org/#dom-slot-name",
            "https://html.spec.whatwg.org/#dom-textarea-name"
          ]
        }
      ],
      "termName": "name",
      "contexts": [
        {
          "id": "name-button-fieldset-input-output-select-textarea-form-associated-custom-elements",
          "global": false,
          "elements": [
            "button",
            "fieldset",
            "input",
            "output",
            "select",
            "textarea"
          ],
          "specialParticipants": [
            "form-associated-custom-elements"
          ],
          "description": "Name of the element to use for form submission and in the form.elements API",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-details",
          "global": false,
          "elements": [
            "details"
          ],
          "specialParticipants": [],
          "description": "Name of group of mutually-exclusive details elements",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Name of form to use in the document.forms API",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/forms.html#attr-form-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-iframe-object",
          "global": false,
          "elements": [
            "iframe",
            "object"
          ],
          "specialParticipants": [],
          "description": "Name of content navigable",
          "valueSyntaxText": "Valid navigable target name or keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-name",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-map",
          "global": false,
          "elements": [
            "map"
          ],
          "specialParticipants": [],
          "description": "Name of image map to reference from the usemap attribute",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-map-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-meta",
          "global": false,
          "elements": [
            "meta"
          ],
          "specialParticipants": [],
          "description": "Metadata name",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "name-slot",
          "global": false,
          "elements": [
            "slot"
          ],
          "specialParticipants": [],
          "description": "Name of shadow tree slot",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-slot-name"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "nomodule",
      "idlReflections": [
        {
          "idlName": "noModule",
          "sources": [
            "https://html.spec.whatwg.org/#dom-script-nomodule"
          ]
        }
      ],
      "termName": "noModule",
      "contexts": [
        {
          "id": "nomodule-script",
          "global": false,
          "elements": [
            "script"
          ],
          "specialParticipants": [],
          "description": "Prevents execution in user agents that support module scripts",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "nonce",
      "idlReflections": [],
      "termName": "nonce",
      "contexts": [
        {
          "id": "nonce-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Cryptographic nonce used in Content Security Policy checks [CSP]",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-nonce"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "novalidate",
      "idlReflections": [
        {
          "idlName": "noValidate",
          "sources": [
            "https://html.spec.whatwg.org/#dom-fs-novalidate"
          ]
        }
      ],
      "termName": "noValidate",
      "contexts": [
        {
          "id": "novalidate-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Bypass form control validation for form submission",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-novalidate"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "open",
      "idlReflections": [
        {
          "idlName": "open",
          "sources": [
            "https://html.spec.whatwg.org/#dom-details-open",
            "https://html.spec.whatwg.org/#dom-dialog-open"
          ]
        }
      ],
      "termName": "open",
      "contexts": [
        {
          "id": "open-details",
          "global": false,
          "elements": [
            "details"
          ],
          "specialParticipants": [],
          "description": "Whether the details are visible",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-open"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "open-dialog",
          "global": false,
          "elements": [
            "dialog"
          ],
          "specialParticipants": [],
          "description": "Whether the dialog box is showing",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-open"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "optimum",
      "idlReflections": [
        {
          "idlName": "optimum",
          "sources": [
            "https://html.spec.whatwg.org/#dom-meter-optimum"
          ]
        }
      ],
      "termName": "optimum",
      "contexts": [
        {
          "id": "optimum-meter",
          "global": false,
          "elements": [
            "meter"
          ],
          "specialParticipants": [],
          "description": "Optimum value in gauge",
          "valueSyntaxText": "Valid floating-point number*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-optimum"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "pattern",
      "idlReflections": [
        {
          "idlName": "pattern",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-pattern"
          ]
        }
      ],
      "termName": "pattern",
      "contexts": [
        {
          "id": "pattern-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Pattern to be matched by the form control's value",
          "valueSyntaxText": "Regular expression matching the JavaScript Pattern production",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-pattern"
          ],
          "valueSyntaxSources": [
            "https://tc39.es/ecma262/#prod-Pattern"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "ping",
      "idlReflections": [
        {
          "idlName": "ping",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-ping",
            "https://html.spec.whatwg.org/#dom-area-ping"
          ]
        }
      ],
      "termName": "ping",
      "contexts": [
        {
          "id": "ping-a-area",
          "global": false,
          "elements": [
            "a",
            "area"
          ],
          "specialParticipants": [],
          "description": "URLs to ping",
          "valueSyntaxText": "Set of space-separated tokens consisting of valid non-empty URLs",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#ping"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#set-of-space-separated-tokens",
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "placeholder",
      "idlReflections": [
        {
          "idlName": "placeholder",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-placeholder",
            "https://html.spec.whatwg.org/#dom-textarea-placeholder"
          ]
        }
      ],
      "termName": "placeholder",
      "contexts": [
        {
          "id": "placeholder-input-textarea",
          "global": false,
          "elements": [
            "input",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "User-visible label to be placed within the form control",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-placeholder",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-placeholder"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "playsinline",
      "idlReflections": [
        {
          "idlName": "playsInline",
          "sources": [
            "https://html.spec.whatwg.org/#dom-video-playsinline"
          ]
        }
      ],
      "termName": "playsInline",
      "contexts": [
        {
          "id": "playsinline-video",
          "global": false,
          "elements": [
            "video"
          ],
          "specialParticipants": [],
          "description": "Encourage the user agent to display video content within the element's playback area",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-video-playsinline"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "popover",
      "idlReflections": [],
      "termName": "popover",
      "contexts": [
        {
          "id": "popover-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Makes the element a popover element",
          "valueSyntaxText": "\"auto\"; \"manual\"; \"hint\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popover"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popover-auto",
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popover-hint",
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popover-manual"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "popovertarget",
      "idlReflections": [],
      "termName": "popovertarget",
      "contexts": [
        {
          "id": "popovertarget-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Targets a popover element to toggle, show, or hide",
          "valueSyntaxText": "ID*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popovertarget"
          ],
          "valueSyntaxSources": [
            "https://dom.spec.whatwg.org/#concept-id"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "popovertargetaction",
      "idlReflections": [],
      "termName": "popovertargetaction",
      "contexts": [
        {
          "id": "popovertargetaction-button-input",
          "global": false,
          "elements": [
            "button",
            "input"
          ],
          "specialParticipants": [],
          "description": "Indicates whether a targeted popover element is to be toggled, shown, or hidden",
          "valueSyntaxText": "\"toggle\"; \"show\"; \"hide\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popovertargetaction"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popovertargetaction-hide",
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popovertargetaction-show",
            "https://html.spec.whatwg.org/multipage/popover.html#attr-popovertargetaction-toggle"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "poster",
      "idlReflections": [
        {
          "idlName": "poster",
          "sources": [
            "https://html.spec.whatwg.org/#dom-video-poster"
          ]
        }
      ],
      "termName": "poster",
      "contexts": [
        {
          "id": "poster-video",
          "global": false,
          "elements": [
            "video"
          ],
          "specialParticipants": [],
          "description": "Poster frame to show prior to video playback",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-video-poster"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "preload",
      "idlReflections": [],
      "termName": "preload",
      "contexts": [
        {
          "id": "preload-audio-video",
          "global": false,
          "elements": [
            "audio",
            "video"
          ],
          "specialParticipants": [],
          "description": "Hints how much buffering the media resource will likely need",
          "valueSyntaxText": "\"none\"; \"metadata\"; \"auto\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload-auto",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload-metadata",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload-none"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "readonly",
      "idlReflections": [
        {
          "idlName": "readOnly",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-readonly",
            "https://html.spec.whatwg.org/#dom-textarea-readonly"
          ]
        }
      ],
      "termName": "readOnly",
      "contexts": [
        {
          "id": "readonly-input-textarea",
          "global": false,
          "elements": [
            "input",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Whether to allow the value to be edited by the user",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-readonly",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "readonly-form-associated-custom-elements",
          "global": false,
          "elements": [],
          "specialParticipants": [
            "form-associated-custom-elements"
          ],
          "description": "Affects willValidate, plus any behavior added by the custom element author",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "referrerpolicy",
      "idlReflections": [],
      "termName": "referrerpolicy",
      "contexts": [
        {
          "id": "referrerpolicy-a-area-iframe-img-link-script",
          "global": false,
          "elements": [
            "a",
            "area",
            "iframe",
            "img",
            "link",
            "script"
          ],
          "specialParticipants": [],
          "description": "Referrer policy for fetches initiated by the element",
          "valueSyntaxText": "Referrer policy",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-referrerpolicy",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-referrerpolicy",
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-referrerpolicy",
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-referrerpolicy",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-referrerpolicy"
          ],
          "valueSyntaxSources": [
            "https://w3c.github.io/webappsec-referrer-policy/#referrer-policy"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "rel",
      "idlReflections": [
        {
          "idlName": "rel",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-rel",
            "https://html.spec.whatwg.org/#dom-area-rel",
            "https://html.spec.whatwg.org/#dom-form-rel",
            "https://html.spec.whatwg.org/#dom-link-rel"
          ]
        },
        {
          "idlName": "relList",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-rellist",
            "https://html.spec.whatwg.org/#dom-area-rellist",
            "https://html.spec.whatwg.org/#dom-form-rellist",
            "https://html.spec.whatwg.org/#dom-link-rellist"
          ]
        }
      ],
      "termName": "rel",
      "contexts": [
        {
          "id": "rel-a-area",
          "global": false,
          "elements": [
            "a",
            "area"
          ],
          "specialParticipants": [],
          "description": "Relationship between the location in the document containing the hyperlink and the destination resource",
          "valueSyntaxText": "Unordered set of unique space-separated tokens*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-rel"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "rel-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Relationship between the document containing the hyperlink and the destination resource",
          "valueSyntaxText": "Unordered set of unique space-separated tokens*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-rel"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "required",
      "idlReflections": [
        {
          "idlName": "required",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-required",
            "https://html.spec.whatwg.org/#dom-select-required",
            "https://html.spec.whatwg.org/#dom-textarea-required"
          ]
        }
      ],
      "termName": "required",
      "contexts": [
        {
          "id": "required-input-select-textarea",
          "global": false,
          "elements": [
            "input",
            "select",
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Whether the control is required for form submission",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-select-required",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-required",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-required"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "reversed",
      "idlReflections": [
        {
          "idlName": "reversed",
          "sources": [
            "https://html.spec.whatwg.org/#dom-ol-reversed"
          ]
        }
      ],
      "termName": "reversed",
      "contexts": [
        {
          "id": "reversed-ol",
          "global": false,
          "elements": [
            "ol"
          ],
          "specialParticipants": [],
          "description": "Number the list backwards",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-reversed"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "rows",
      "idlReflections": [
        {
          "idlName": "rows",
          "sources": [
            "https://html.spec.whatwg.org/#dom-textarea-rows"
          ]
        }
      ],
      "termName": "rows",
      "contexts": [
        {
          "id": "rows-textarea",
          "global": false,
          "elements": [
            "textarea"
          ],
          "specialParticipants": [],
          "description": "Number of lines to show",
          "valueSyntaxText": "Valid non-negative integer greater than zero",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-rows"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "rowspan",
      "idlReflections": [
        {
          "idlName": "rowSpan",
          "sources": [
            "https://html.spec.whatwg.org/#dom-tdth-rowspan"
          ]
        }
      ],
      "termName": "rowSpan",
      "contexts": [
        {
          "id": "rowspan-td-th",
          "global": false,
          "elements": [
            "td",
            "th"
          ],
          "specialParticipants": [],
          "description": "Number of rows that the cell is to span",
          "valueSyntaxText": "Valid non-negative integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-rowspan"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "sandbox",
      "idlReflections": [
        {
          "idlName": "sandbox",
          "sources": [
            "https://html.spec.whatwg.org/#dom-iframe-sandbox"
          ]
        }
      ],
      "termName": "sandbox",
      "contexts": [
        {
          "id": "sandbox-iframe",
          "global": false,
          "elements": [
            "iframe"
          ],
          "specialParticipants": [],
          "description": "Security rules for nested content",
          "valueSyntaxText": "Unordered set of unique space-separated tokens, ASCII case-insensitive, consisting of \"allow-downloads\"\"allow-forms\"\"allow-modals\"\"allow-orientation-lock\"\"allow-pointer-lock\"\"allow-popups\"\"allow-popups-to-escape-sandbox\"\"allow-presentation\"\"allow-same-origin\"\"allow-scripts\"\"allow-top-navigation\"\"allow-top-navigation-by-user-activation\"\"allow-top-navigation-to-custom-protocols\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-sandbox"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-downloads",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-forms",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-modals",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-orientation-lock",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-pointer-lock",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-popups-to-escape-sandbox",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-presentation",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-same-origin",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-scripts",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-by-user-activation",
            "https://html.spec.whatwg.org/multipage/browsers.html#attr-iframe-sandbox-allow-top-navigation-to-custom-protocols",
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens",
            "https://infra.spec.whatwg.org/#ascii-case-insensitive"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "scope",
      "idlReflections": [],
      "termName": "scope",
      "contexts": [
        {
          "id": "scope-th",
          "global": false,
          "elements": [
            "th"
          ],
          "specialParticipants": [],
          "description": "Specifies which cells the header cell applies to",
          "valueSyntaxText": "\"row\"; \"col\"; \"rowgroup\"; \"colgroup\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope-col",
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope-colgroup",
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope-row",
            "https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope-rowgroup"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "selected",
      "idlReflections": [
        {
          "idlName": "defaultSelected",
          "sources": [
            "https://html.spec.whatwg.org/#dom-option-defaultselected"
          ]
        }
      ],
      "termName": "selected",
      "contexts": [
        {
          "id": "selected-option",
          "global": false,
          "elements": [
            "option"
          ],
          "specialParticipants": [],
          "description": "Whether the option is selected by default",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-selected"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootclonable",
      "idlReflections": [
        {
          "idlName": "shadowRootClonable",
          "sources": [
            "https://html.spec.whatwg.org/#dom-template-shadowrootclonable"
          ]
        }
      ],
      "termName": "shadowRootClonable",
      "contexts": [
        {
          "id": "shadowrootclonable-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Sets clonable on a declarative shadow root",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootclonable"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootcustomelementregistry",
      "idlReflections": [
        {
          "idlName": "shadowRootCustomElementRegistry",
          "sources": [
            "https://html.spec.whatwg.org/#dom-template-shadowrootcustomelementregistry"
          ]
        }
      ],
      "termName": "shadowRootCustomElementRegistry",
      "contexts": [
        {
          "id": "shadowrootcustomelementregistry-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Enables declarative shadow roots to indicate they will use a custom element registry",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootcustomelementregistry"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootdelegatesfocus",
      "idlReflections": [
        {
          "idlName": "shadowRootDelegatesFocus",
          "sources": [
            "https://html.spec.whatwg.org/#dom-template-shadowrootdelegatesfocus"
          ]
        }
      ],
      "termName": "shadowRootDelegatesFocus",
      "contexts": [
        {
          "id": "shadowrootdelegatesfocus-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Sets delegates focus on a declarative shadow root",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootdelegatesfocus"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootmode",
      "idlReflections": [],
      "termName": "shadowrootmode",
      "contexts": [
        {
          "id": "shadowrootmode-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Enables streaming declarative shadow roots",
          "valueSyntaxText": "\"open\"; \"closed\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootmode"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootserializable",
      "idlReflections": [
        {
          "idlName": "shadowRootSerializable",
          "sources": [
            "https://html.spec.whatwg.org/#dom-template-shadowrootserializable"
          ]
        }
      ],
      "termName": "shadowRootSerializable",
      "contexts": [
        {
          "id": "shadowrootserializable-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Sets serializable on a declarative shadow root",
          "valueSyntaxText": "Boolean attribute",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootserializable"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#boolean-attribute"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shadowrootslotassignment",
      "idlReflections": [],
      "termName": "shadowrootslotassignment",
      "contexts": [
        {
          "id": "shadowrootslotassignment-template",
          "global": false,
          "elements": [
            "template"
          ],
          "specialParticipants": [],
          "description": "Sets slot assignment on a declarative shadow root",
          "valueSyntaxText": "\"named\"; \"manual\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-template-shadowrootslotassignment"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "shape",
      "idlReflections": [
        {
          "idlName": "shape",
          "sources": [
            "https://html.spec.whatwg.org/#dom-area-shape"
          ]
        }
      ],
      "termName": "shape",
      "contexts": [
        {
          "id": "shape-area",
          "global": false,
          "elements": [
            "area"
          ],
          "specialParticipants": [],
          "description": "The kind of shape to be created in an image map",
          "valueSyntaxText": "\"circle\"; \"default\"; \"poly\"; \"rect\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-shape"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-shape-keyword-circle",
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-shape-keyword-default",
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-shape-keyword-poly",
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-area-shape-keyword-rect"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "size",
      "idlReflections": [
        {
          "idlName": "size",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-size",
            "https://html.spec.whatwg.org/#dom-select-size"
          ]
        }
      ],
      "termName": "size",
      "contexts": [
        {
          "id": "size-input-select",
          "global": false,
          "elements": [
            "input",
            "select"
          ],
          "specialParticipants": [],
          "description": "Size of the control",
          "valueSyntaxText": "Valid non-negative integer greater than zero",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-select-size",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-size"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "sizes",
      "idlReflections": [
        {
          "idlName": "sizes",
          "sources": [
            "https://html.spec.whatwg.org/#dom-img-sizes",
            "https://html.spec.whatwg.org/#dom-link-sizes",
            "https://html.spec.whatwg.org/#dom-source-sizes"
          ]
        }
      ],
      "termName": "sizes",
      "contexts": [
        {
          "id": "sizes-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Sizes of the icons (for rel=\"icon\")",
          "valueSyntaxText": "Unordered set of unique space-separated tokens, ASCII case-insensitive, consisting of sizes*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-sizes"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens",
            "https://infra.spec.whatwg.org/#ascii-case-insensitive"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "sizes-img-source",
          "global": false,
          "elements": [
            "img",
            "source"
          ],
          "specialParticipants": [],
          "description": "Image sizes for different page layouts",
          "valueSyntaxText": "Valid source size list",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-sizes",
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-sizes"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/images.html#valid-source-size-list"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "slot",
      "idlReflections": [],
      "termName": "slot",
      "contexts": [
        {
          "id": "slot-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "The element's desired slot",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "span",
      "idlReflections": [
        {
          "idlName": "span",
          "sources": [
            "https://html.spec.whatwg.org/#dom-colgroup-span"
          ]
        }
      ],
      "termName": "span",
      "contexts": [
        {
          "id": "span-col-colgroup",
          "global": false,
          "elements": [
            "col",
            "colgroup"
          ],
          "specialParticipants": [],
          "description": "Number of columns spanned by the element",
          "valueSyntaxText": "Valid non-negative integer greater than zero",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/tables.html#attr-col-span",
            "https://html.spec.whatwg.org/multipage/tables.html#attr-colgroup-span"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "spellcheck",
      "idlReflections": [],
      "termName": "spellcheck",
      "contexts": [
        {
          "id": "spellcheck-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is to have its spelling and grammar checked",
          "valueSyntaxText": "\"true\"; \"false\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck-false",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck-true"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "src",
      "idlReflections": [
        {
          "idlName": "src",
          "sources": [
            "https://html.spec.whatwg.org/#dom-embed-src",
            "https://html.spec.whatwg.org/#dom-iframe-src",
            "https://html.spec.whatwg.org/#dom-img-src",
            "https://html.spec.whatwg.org/#dom-input-src",
            "https://html.spec.whatwg.org/#dom-media-src",
            "https://html.spec.whatwg.org/#dom-script-src",
            "https://html.spec.whatwg.org/#dom-source-src",
            "https://html.spec.whatwg.org/#dom-track-src"
          ]
        }
      ],
      "termName": "src",
      "contexts": [
        {
          "id": "src-audio-embed-iframe-img-input-script-source-track-video",
          "global": false,
          "elements": [
            "audio",
            "embed",
            "iframe",
            "img",
            "input",
            "script",
            "source",
            "track",
            "video"
          ],
          "specialParticipants": [],
          "description": "Address of the resource",
          "valueSyntaxText": "Valid non-empty URL potentially surrounded by spaces",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-src",
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-src",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-src",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-src",
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-src",
            "https://html.spec.whatwg.org/multipage/media.html#attr-media-src",
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-src",
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-src"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#valid-non-empty-url-potentially-surrounded-by-spaces"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "srcdoc",
      "idlReflections": [],
      "termName": "srcdoc",
      "contexts": [
        {
          "id": "srcdoc-iframe",
          "global": false,
          "elements": [
            "iframe"
          ],
          "specialParticipants": [],
          "description": "A document to render in the iframe",
          "valueSyntaxText": "The source of an iframe srcdoc document*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-srcdoc"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#an-iframe-srcdoc-document"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "srclang",
      "idlReflections": [
        {
          "idlName": "srclang",
          "sources": [
            "https://html.spec.whatwg.org/#dom-track-srclang"
          ]
        }
      ],
      "termName": "srclang",
      "contexts": [
        {
          "id": "srclang-track",
          "global": false,
          "elements": [
            "track"
          ],
          "specialParticipants": [],
          "description": "Language of the text track",
          "valueSyntaxText": "Valid BCP 47 language tag",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/media.html#attr-track-srclang"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "srcset",
      "idlReflections": [
        {
          "idlName": "srcset",
          "sources": [
            "https://html.spec.whatwg.org/#dom-img-srcset",
            "https://html.spec.whatwg.org/#dom-source-srcset"
          ]
        }
      ],
      "termName": "srcset",
      "contexts": [
        {
          "id": "srcset-img-source",
          "global": false,
          "elements": [
            "img",
            "source"
          ],
          "specialParticipants": [],
          "description": "Images to use in different situations, e.g., high-resolution displays, small monitors, etc.",
          "valueSyntaxText": "Comma-separated list of image candidate strings",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-srcset",
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-srcset"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/images.html#image-candidate-string"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "start",
      "idlReflections": [
        {
          "idlName": "start",
          "sources": [
            "https://html.spec.whatwg.org/#dom-ol-start"
          ]
        }
      ],
      "termName": "start",
      "contexts": [
        {
          "id": "start-ol",
          "global": false,
          "elements": [
            "ol"
          ],
          "specialParticipants": [],
          "description": "Starting value of the list",
          "valueSyntaxText": "Valid integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-start"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "step",
      "idlReflections": [
        {
          "idlName": "step",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-step"
          ]
        }
      ],
      "termName": "step",
      "contexts": [
        {
          "id": "step-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Granularity to be matched by the form control's value",
          "valueSyntaxText": "Valid floating-point number greater than zero, or \"any\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-step"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "style",
      "idlReflections": [],
      "termName": "style",
      "contexts": [
        {
          "id": "style-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Presentational and formatting instructions",
          "valueSyntaxText": "CSS declarations*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-style"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "tabindex",
      "idlReflections": [
        {
          "idlName": "tabIndex",
          "sources": [
            "https://html.spec.whatwg.org/#dom-tabindex"
          ]
        }
      ],
      "termName": "tabIndex",
      "contexts": [
        {
          "id": "tabindex-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is focusable and sequentially focusable, and the relative order of the element for the purposes of sequential focus navigation",
          "valueSyntaxText": "Valid integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "target",
      "idlReflections": [
        {
          "idlName": "target",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-target",
            "https://html.spec.whatwg.org/#dom-base-target",
            "https://html.spec.whatwg.org/#dom-fs-target"
          ]
        }
      ],
      "termName": "target",
      "contexts": [
        {
          "id": "target-a-area",
          "global": false,
          "elements": [
            "a",
            "area"
          ],
          "specialParticipants": [],
          "description": "Navigable for hyperlink navigation",
          "valueSyntaxText": "Valid navigable target name or keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "target-base",
          "global": false,
          "elements": [
            "base"
          ],
          "specialParticipants": [],
          "description": "Default navigable for hyperlink navigation and form submission",
          "valueSyntaxText": "Valid navigable target name or keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-base-target"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "target-form",
          "global": false,
          "elements": [
            "form"
          ],
          "specialParticipants": [],
          "description": "Navigable for form submission",
          "valueSyntaxText": "Valid navigable target name or keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-target"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/document-sequences.html#valid-navigable-target-name-or-keyword"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "title",
      "idlReflections": [
        {
          "idlName": "title",
          "sources": [
            "https://html.spec.whatwg.org/#dom-title"
          ]
        }
      ],
      "termName": "title",
      "contexts": [
        {
          "id": "title-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Advisory information for the element",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-title"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "title-abbr-dfn",
          "global": false,
          "elements": [
            "abbr",
            "dfn"
          ],
          "specialParticipants": [],
          "description": "Full term or expansion of abbreviation",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-abbr-title",
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-dfn-title"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "title-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Description of pattern (when used with pattern attribute)",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-title"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "title-link",
          "global": false,
          "elements": [
            "link"
          ],
          "specialParticipants": [],
          "description": "Title of the link",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-title"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "title-link-style",
          "global": false,
          "elements": [
            "link",
            "style"
          ],
          "specialParticipants": [],
          "description": "CSS style sheet set name",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-title",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-style-title"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "translate",
      "idlReflections": [],
      "termName": "translate",
      "contexts": [
        {
          "id": "translate-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element is to be translated when the page is localized",
          "valueSyntaxText": "\"yes\"; \"no\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attr-translate"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "type",
      "idlReflections": [
        {
          "idlName": "type",
          "sources": [
            "https://html.spec.whatwg.org/#dom-a-type",
            "https://html.spec.whatwg.org/#dom-button-type",
            "https://html.spec.whatwg.org/#dom-embed-type",
            "https://html.spec.whatwg.org/#dom-link-type",
            "https://html.spec.whatwg.org/#dom-object-type",
            "https://html.spec.whatwg.org/#dom-ol-type",
            "https://html.spec.whatwg.org/#dom-script-type",
            "https://html.spec.whatwg.org/#dom-source-type"
          ]
        }
      ],
      "termName": "type",
      "contexts": [
        {
          "id": "type-a-link",
          "global": false,
          "elements": [
            "a",
            "link"
          ],
          "specialParticipants": [],
          "description": "Hint for the type of the referenced resource",
          "valueSyntaxText": "Valid MIME type string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-type",
            "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-type"
          ],
          "valueSyntaxSources": [
            "https://mimesniff.spec.whatwg.org/#valid-mime-type"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "type-button",
          "global": false,
          "elements": [
            "button"
          ],
          "specialParticipants": [],
          "description": "Type of button",
          "valueSyntaxText": "\"submit\"; \"reset\"; \"button\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-button",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-reset",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-submit"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "type-embed-object-source",
          "global": false,
          "elements": [
            "embed",
            "object",
            "source"
          ],
          "specialParticipants": [],
          "description": "Type of embedded resource",
          "valueSyntaxText": "Valid MIME type string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-type",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-type",
            "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-type"
          ],
          "valueSyntaxSources": [
            "https://mimesniff.spec.whatwg.org/#valid-mime-type"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "type-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Type of form control",
          "valueSyntaxText": "input type keyword",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-type"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-type"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "type-ol",
          "global": false,
          "elements": [
            "ol"
          ],
          "specialParticipants": [],
          "description": "Kind of list marker",
          "valueSyntaxText": "\"1\"; \"a\"; \"A\"; \"i\"; \"I\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type-keyword-decimal",
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type-keyword-lower-alpha",
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type-keyword-lower-roman",
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type-keyword-upper-alpha",
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-ol-type-keyword-upper-roman"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "type-script",
          "global": false,
          "elements": [
            "script"
          ],
          "specialParticipants": [],
          "description": "Type of script",
          "valueSyntaxText": "\"module\"; \"importmap\"; \"speculationrules\"; a valid MIME type string that is not a JavaScript MIME type essence match",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type"
          ],
          "valueSyntaxSources": [
            "https://mimesniff.spec.whatwg.org/#javascript-mime-type-essence-match",
            "https://mimesniff.spec.whatwg.org/#valid-mime-type"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "usemap",
      "idlReflections": [
        {
          "idlName": "useMap",
          "sources": [
            "https://html.spec.whatwg.org/#dom-img-usemap"
          ]
        }
      ],
      "termName": "useMap",
      "contexts": [
        {
          "id": "usemap-img",
          "global": false,
          "elements": [
            "img"
          ],
          "specialParticipants": [],
          "description": "Name of image map to use",
          "valueSyntaxText": "Valid hash-name reference*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/image-maps.html#attr-hyperlink-usemap"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-hash-name-reference"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "value",
      "idlReflections": [
        {
          "idlName": "defaultValue",
          "sources": [
            "https://html.spec.whatwg.org/#dom-input-defaultvalue"
          ]
        },
        {
          "idlName": "value",
          "sources": [
            "https://html.spec.whatwg.org/#dom-button-value",
            "https://html.spec.whatwg.org/#dom-data-value",
            "https://html.spec.whatwg.org/#dom-li-value",
            "https://html.spec.whatwg.org/#dom-meter-value",
            "https://html.spec.whatwg.org/#dom-option-value",
            "https://html.spec.whatwg.org/#dom-progress-value"
          ]
        }
      ],
      "termName": "value",
      "contexts": [
        {
          "id": "value-button-option",
          "global": false,
          "elements": [
            "button",
            "option"
          ],
          "specialParticipants": [],
          "description": "Value to be used for form submission",
          "valueSyntaxText": "Text",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-value",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-option-value"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "value-data",
          "global": false,
          "elements": [
            "data"
          ],
          "specialParticipants": [],
          "description": "Machine-readable value",
          "valueSyntaxText": "Text*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-data-value"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/dom.html#attribute-text"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "value-input",
          "global": false,
          "elements": [
            "input"
          ],
          "specialParticipants": [],
          "description": "Value of the form control",
          "valueSyntaxText": "Varies*",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/input.html#attr-input-value"
          ],
          "valueSyntaxSources": [],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "value-li",
          "global": false,
          "elements": [
            "li"
          ],
          "specialParticipants": [],
          "description": "Ordinal value of the list item",
          "valueSyntaxText": "Valid integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/grouping-content.html#attr-li-value"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        },
        {
          "id": "value-meter-progress",
          "global": false,
          "elements": [
            "meter",
            "progress"
          ],
          "specialParticipants": [],
          "description": "Current value of the element",
          "valueSyntaxText": "Valid floating-point number",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-meter-value",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-progress-value"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-floating-point-number"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "width",
      "idlReflections": [
        {
          "idlName": "width",
          "sources": [
            "https://html.spec.whatwg.org/#dom-dim-width",
            "https://html.spec.whatwg.org/#dom-embed-width",
            "https://html.spec.whatwg.org/#dom-img-width",
            "https://html.spec.whatwg.org/#dom-input-width",
            "https://html.spec.whatwg.org/#dom-object-width",
            "https://html.spec.whatwg.org/#dom-source-width",
            "https://html.spec.whatwg.org/#dom-video-width"
          ]
        }
      ],
      "termName": "width",
      "contexts": [
        {
          "id": "width-canvas-embed-iframe-img-input-object-source-video",
          "global": false,
          "elements": [
            "canvas",
            "embed",
            "iframe",
            "img",
            "input",
            "object",
            "source",
            "video"
          ],
          "specialParticipants": [],
          "description": "Horizontal dimension",
          "valueSyntaxText": "Valid non-negative integer",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/canvas.html#attr-canvas-width",
            "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "wrap",
      "idlReflections": [
        {
          "idlName": "wrap",
          "sources": [
            "https://html.spec.whatwg.org/#dom-textarea-wrap"
          ]
        }
      ],
      "termName": "wrap",
      "contexts": [
        {
          "id": "wrap-textarea",
          "global": false,
          "elements": [
            "textarea"
          ],
          "specialParticipants": [],
          "description": "How the value of the form control is to be wrapped for form submission",
          "valueSyntaxText": "\"soft\"; \"hard\"",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-wrap"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-wrap-hard",
            "https://html.spec.whatwg.org/multipage/form-elements.html#attr-textarea-wrap-soft"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    },
    {
      "name": "writingsuggestions",
      "idlReflections": [
        {
          "idlName": "writingSuggestions",
          "sources": [
            "https://html.spec.whatwg.org/#dom-writingsuggestions"
          ]
        }
      ],
      "termName": "writingSuggestions",
      "contexts": [
        {
          "id": "writingsuggestions-global",
          "global": true,
          "elements": [],
          "specialParticipants": [],
          "description": "Whether the element can offer writing suggestions or not.",
          "valueSyntaxText": "\"true\"; \"false\"; the empty string",
          "definitionSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-writingsuggestions"
          ],
          "valueSyntaxSources": [
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-writingsuggestions-false",
            "https://html.spec.whatwg.org/multipage/interaction.html#attr-writingsuggestions-true"
          ],
          "source": "https://html.spec.whatwg.org/multipage/indices.html#attributes-3"
        }
      ]
    }
  ],
  "elements": [
    {
      "name": "a",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing*"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "conditionId": "interactive-a",
          "conditionText": "if the href attribute is present",
          "indexNotation": "a (if the href attribute is present)",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "href",
          "notation": "href"
        },
        {
          "name": "target",
          "notation": "target"
        },
        {
          "name": "download",
          "notation": "download"
        },
        {
          "name": "ping",
          "notation": "ping"
        },
        {
          "name": "rel",
          "notation": "rel"
        },
        {
          "name": "hreflang",
          "notation": "hreflang"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "abbr",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-abbr-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "address",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-address-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "area",
      "source": "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "conditionId": "flow-area",
          "conditionText": "if it is a descendant of a map element",
          "indexNotation": "area (if it is a descendant of a map element)",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "conditionId": "phrasing-area",
          "conditionText": "if it is a descendant of a map element",
          "indexNotation": "area (if it is a descendant of a map element)",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [
        {
          "name": "alt",
          "notation": "alt"
        },
        {
          "name": "coords",
          "notation": "coords"
        },
        {
          "name": "shape",
          "notation": "shape"
        },
        {
          "name": "href",
          "notation": "href"
        },
        {
          "name": "target",
          "notation": "target"
        },
        {
          "name": "download",
          "notation": "download"
        },
        {
          "name": "ping",
          "notation": "ping"
        },
        {
          "name": "rel",
          "notation": "rel"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "article",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-article-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "sectioning",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#sectioning-content-2",
          "elementIndexNotation": "sectioning"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "aside",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-aside-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "sectioning",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#sectioning-content-2",
          "elementIndexNotation": "sectioning"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "audio",
      "source": "https://html.spec.whatwg.org/multipage/media.html#the-audio-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "conditionId": "interactive-audio",
          "conditionText": "if the controls attribute is present",
          "indexNotation": "audio (if the controls attribute is present)",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-audio",
          "conditionText": "if the controls attribute is present",
          "indexNotation": "audio (if the controls attribute is present)",
          "elementIndexNotation": "palpable*"
        }
      ],
      "attributes": [
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "crossorigin",
          "notation": "crossorigin"
        },
        {
          "name": "preload",
          "notation": "preload"
        },
        {
          "name": "autoplay",
          "notation": "autoplay"
        },
        {
          "name": "loading",
          "notation": "loading"
        },
        {
          "name": "loop",
          "notation": "loop"
        },
        {
          "name": "muted",
          "notation": "muted"
        },
        {
          "name": "controls",
          "notation": "controls"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "b",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-b-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "base",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        }
      ],
      "attributes": [
        {
          "name": "href",
          "notation": "href"
        },
        {
          "name": "target",
          "notation": "target"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "bdi",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdi-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "bdo",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdo-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "blockquote",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "cite",
          "notation": "cite"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "body",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-body-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "onafterprint",
          "notation": "onafterprint"
        },
        {
          "name": "onbeforeprint",
          "notation": "onbeforeprint"
        },
        {
          "name": "onbeforeunload",
          "notation": "onbeforeunload"
        },
        {
          "name": "onhashchange",
          "notation": "onhashchange"
        },
        {
          "name": "onlanguagechange",
          "notation": "onlanguagechange"
        },
        {
          "name": "onmessage",
          "notation": "onmessage"
        },
        {
          "name": "onmessageerror",
          "notation": "onmessageerror"
        },
        {
          "name": "onoffline",
          "notation": "onoffline"
        },
        {
          "name": "ononline",
          "notation": "ononline"
        },
        {
          "name": "onpageswap",
          "notation": "onpageswap"
        },
        {
          "name": "onpagehide",
          "notation": "onpagehide"
        },
        {
          "name": "onpagereveal",
          "notation": "onpagereveal"
        },
        {
          "name": "onpageshow",
          "notation": "onpageshow"
        },
        {
          "name": "onpopstate",
          "notation": "onpopstate"
        },
        {
          "name": "onrejectionhandled",
          "notation": "onrejectionhandled"
        },
        {
          "name": "onstorage",
          "notation": "onstorage"
        },
        {
          "name": "onunhandledrejection",
          "notation": "onunhandledrejection"
        },
        {
          "name": "onunload",
          "notation": "onunload"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "br",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "button",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "submittable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit",
          "elementIndexNotation": "submittable"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "command",
          "notation": "command"
        },
        {
          "name": "commandfor",
          "notation": "commandfor"
        },
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "formaction",
          "notation": "formaction"
        },
        {
          "name": "formenctype",
          "notation": "formenctype"
        },
        {
          "name": "formmethod",
          "notation": "formmethod"
        },
        {
          "name": "formnovalidate",
          "notation": "formnovalidate"
        },
        {
          "name": "formtarget",
          "notation": "formtarget"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "popovertarget",
          "notation": "popovertarget"
        },
        {
          "name": "popovertargetaction",
          "notation": "popovertargetaction"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "value",
          "notation": "value"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "canvas",
      "source": "https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "caption",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-caption-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "cite",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-cite-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "code",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "col",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-col-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [],
      "attributes": [
        {
          "name": "span",
          "notation": "span"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "colgroup",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-colgroup-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "span",
          "notation": "span"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "data",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-data-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "value",
          "notation": "value"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "datalist",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "dd",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "del",
      "source": "https://html.spec.whatwg.org/multipage/edits.html#the-del-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing*"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "cite",
          "notation": "cite"
        },
        {
          "name": "datetime",
          "notation": "datetime"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "details",
      "source": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "open",
          "notation": "open"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "dfn",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-dfn-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "dialog",
      "source": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        }
      ],
      "attributes": [
        {
          "name": "open",
          "notation": "open"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "div",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "dl",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-dl",
          "conditionText": "if the element's children include at least one name-value group",
          "indexNotation": "dl (if the element's children include at least one name-value group)",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "dt",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "em",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-em-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "embed",
      "source": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "fieldset",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-fieldset-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "name",
          "notation": "name"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "figcaption",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "figure",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figure-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "footer",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-footer-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "form",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#the-form-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "accept-charset",
          "notation": "accept-charset"
        },
        {
          "name": "action",
          "notation": "action"
        },
        {
          "name": "autocomplete",
          "notation": "autocomplete"
        },
        {
          "name": "enctype",
          "notation": "enctype"
        },
        {
          "name": "method",
          "notation": "method"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "novalidate",
          "notation": "novalidate"
        },
        {
          "name": "rel",
          "notation": "rel"
        },
        {
          "name": "target",
          "notation": "target"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "h1",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "h2",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "h3",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "h4",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "h5",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "h6",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2",
          "elementIndexNotation": "heading"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "head",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-head-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "header",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-header-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "hgroup",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-hgroup-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "heading",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#heading-content-2"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "hr",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "html",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-html-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "i",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-i-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "iframe",
      "source": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "srcdoc",
          "notation": "srcdoc"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "sandbox",
          "notation": "sandbox"
        },
        {
          "name": "allow",
          "notation": "allow"
        },
        {
          "name": "allowfullscreen",
          "notation": "allowfullscreen"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        },
        {
          "name": "loading",
          "notation": "loading"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "img",
      "source": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "conditionId": "interactive-img",
          "conditionText": "if the usemap or controls attribute is present",
          "indexNotation": "img (if the usemap or controls attribute is present)",
          "elementIndexNotation": "interactive*"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "alt",
          "notation": "alt"
        },
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "srcset",
          "notation": "srcset"
        },
        {
          "name": "sizes",
          "notation": "sizes"
        },
        {
          "name": "crossorigin",
          "notation": "crossorigin"
        },
        {
          "name": "usemap",
          "notation": "usemap"
        },
        {
          "name": "ismap",
          "notation": "ismap"
        },
        {
          "name": "controls",
          "notation": "controls"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        },
        {
          "name": "decoding",
          "notation": "decoding"
        },
        {
          "name": "loading",
          "notation": "loading"
        },
        {
          "name": "fetchpriority",
          "notation": "fetchpriority"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "input",
      "source": "https://html.spec.whatwg.org/multipage/input.html#the-input-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "conditionId": "interactive-input",
          "conditionText": "if the type attribute is not in the Hidden state",
          "indexNotation": "input (if the type attribute is not in the Hidden state)",
          "elementIndexNotation": "interactive*"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "submittable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit",
          "elementIndexNotation": "submittable"
        },
        {
          "name": "resettable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset",
          "elementIndexNotation": "resettable"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-input",
          "conditionText": "if the type attribute is not in the Hidden state",
          "indexNotation": "input (if the type attribute is not in the Hidden state)",
          "elementIndexNotation": "palpable*"
        }
      ],
      "attributes": [
        {
          "name": "accept",
          "notation": "accept"
        },
        {
          "name": "alpha",
          "notation": "alpha"
        },
        {
          "name": "alt",
          "notation": "alt"
        },
        {
          "name": "autocomplete",
          "notation": "autocomplete"
        },
        {
          "name": "checked",
          "notation": "checked"
        },
        {
          "name": "colorspace",
          "notation": "colorspace"
        },
        {
          "name": "dirname",
          "notation": "dirname"
        },
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "formaction",
          "notation": "formaction"
        },
        {
          "name": "formenctype",
          "notation": "formenctype"
        },
        {
          "name": "formmethod",
          "notation": "formmethod"
        },
        {
          "name": "formnovalidate",
          "notation": "formnovalidate"
        },
        {
          "name": "formtarget",
          "notation": "formtarget"
        },
        {
          "name": "height",
          "notation": "height"
        },
        {
          "name": "list",
          "notation": "list"
        },
        {
          "name": "max",
          "notation": "max"
        },
        {
          "name": "maxlength",
          "notation": "maxlength"
        },
        {
          "name": "min",
          "notation": "min"
        },
        {
          "name": "minlength",
          "notation": "minlength"
        },
        {
          "name": "multiple",
          "notation": "multiple"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "pattern",
          "notation": "pattern"
        },
        {
          "name": "placeholder",
          "notation": "placeholder"
        },
        {
          "name": "popovertarget",
          "notation": "popovertarget"
        },
        {
          "name": "popovertargetaction",
          "notation": "popovertargetaction"
        },
        {
          "name": "readonly",
          "notation": "readonly"
        },
        {
          "name": "required",
          "notation": "required"
        },
        {
          "name": "size",
          "notation": "size"
        },
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "step",
          "notation": "step"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "value",
          "notation": "value"
        },
        {
          "name": "width",
          "notation": "width"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "ins",
      "source": "https://html.spec.whatwg.org/multipage/edits.html#the-ins-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing*"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "cite",
          "notation": "cite"
        },
        {
          "name": "datetime",
          "notation": "datetime"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "kbd",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-kbd-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "label",
      "source": "https://html.spec.whatwg.org/multipage/forms.html#the-label-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "for",
          "notation": "for"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "legend",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-legend-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "li",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-li-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "value",
          "notation": "value*"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "link",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        },
        {
          "name": "flow",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "conditionId": "flow-link",
          "conditionText": "if it is allowed in the body",
          "indexNotation": "link (if it is allowed in the body)",
          "elementIndexNotation": "flow*"
        },
        {
          "name": "phrasing",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "conditionId": "phrasing-link",
          "conditionText": "if it is allowed in the body",
          "indexNotation": "link (if it is allowed in the body)",
          "elementIndexNotation": "phrasing*"
        }
      ],
      "attributes": [
        {
          "name": "href",
          "notation": "href"
        },
        {
          "name": "crossorigin",
          "notation": "crossorigin"
        },
        {
          "name": "rel",
          "notation": "rel"
        },
        {
          "name": "as",
          "notation": "as"
        },
        {
          "name": "media",
          "notation": "media"
        },
        {
          "name": "hreflang",
          "notation": "hreflang"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "sizes",
          "notation": "sizes"
        },
        {
          "name": "imagesrcset",
          "notation": "imagesrcset"
        },
        {
          "name": "imagesizes",
          "notation": "imagesizes"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        },
        {
          "name": "integrity",
          "notation": "integrity"
        },
        {
          "name": "blocking",
          "notation": "blocking"
        },
        {
          "name": "color",
          "notation": "color"
        },
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "fetchpriority",
          "notation": "fetchpriority"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "main",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "conditionId": "flow-main",
          "conditionText": "if it is a hierarchically correct main element",
          "indexNotation": "main (if it is a hierarchically correct main element)",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "map",
      "source": "https://html.spec.whatwg.org/multipage/image-maps.html#the-map-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing*"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "name",
          "notation": "name"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "mark",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-mark-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "menu",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-menu-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-menu",
          "conditionText": "if the element's children include at least one li element",
          "indexNotation": "menu (if the element's children include at least one li element)",
          "elementIndexNotation": "palpable*"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "meta",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        },
        {
          "name": "flow",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "conditionId": "flow-meta",
          "conditionText": "if the itemprop attribute is present",
          "indexNotation": "meta (if the itemprop attribute is present)",
          "elementIndexNotation": "flow*"
        },
        {
          "name": "phrasing",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "conditionId": "phrasing-meta",
          "conditionText": "if the itemprop attribute is present",
          "indexNotation": "meta (if the itemprop attribute is present)",
          "elementIndexNotation": "phrasing*"
        }
      ],
      "attributes": [
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "http-equiv",
          "notation": "http-equiv"
        },
        {
          "name": "content",
          "notation": "content"
        },
        {
          "name": "charset",
          "notation": "charset"
        },
        {
          "name": "media",
          "notation": "media"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "meter",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-meter-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "value",
          "notation": "value"
        },
        {
          "name": "min",
          "notation": "min"
        },
        {
          "name": "max",
          "notation": "max"
        },
        {
          "name": "low",
          "notation": "low"
        },
        {
          "name": "high",
          "notation": "high"
        },
        {
          "name": "optimum",
          "notation": "optimum"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "nav",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-nav-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "sectioning",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#sectioning-content-2",
          "elementIndexNotation": "sectioning"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "noscript",
      "source": "https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        },
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "object",
      "source": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element",
          "conditionId": "interactive-object",
          "indexNotation": "interactive*",
          "elementIndexNotation": "interactive*"
        }
      ],
      "attributes": [
        {
          "name": "data",
          "notation": "data"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "ol",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-ol-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-ol",
          "conditionText": "if the element's children include at least one li element",
          "indexNotation": "ol (if the element's children include at least one li element)",
          "elementIndexNotation": "palpable*"
        }
      ],
      "attributes": [
        {
          "name": "reversed",
          "notation": "reversed"
        },
        {
          "name": "start",
          "notation": "start"
        },
        {
          "name": "type",
          "notation": "type"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "optgroup",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "label",
          "notation": "label"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "option",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "label",
          "notation": "label"
        },
        {
          "name": "selected",
          "notation": "selected"
        },
        {
          "name": "value",
          "notation": "value"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "output",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-output-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "resettable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset",
          "elementIndexNotation": "resettable"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "for",
          "notation": "for"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "name",
          "notation": "name"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "p",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "picture",
      "source": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "pre",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-pre-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "progress",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-progress-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "value",
          "notation": "value"
        },
        {
          "name": "max",
          "notation": "max"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "q",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "cite",
          "notation": "cite"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "rp",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-rp-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "rt",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-rt-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "ruby",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-ruby-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "s",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "samp",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-samp-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "script",
      "source": "https://html.spec.whatwg.org/multipage/scripting.html#the-script-element",
      "kind": "raw-text",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#raw-text-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        },
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "script-supporting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#script-supporting-elements-2",
          "elementIndexNotation": "script-supporting"
        }
      ],
      "attributes": [
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "nomodule",
          "notation": "nomodule"
        },
        {
          "name": "async",
          "notation": "async"
        },
        {
          "name": "defer",
          "notation": "defer"
        },
        {
          "name": "crossorigin",
          "notation": "crossorigin"
        },
        {
          "name": "integrity",
          "notation": "integrity"
        },
        {
          "name": "referrerpolicy",
          "notation": "referrerpolicy"
        },
        {
          "name": "blocking",
          "notation": "blocking"
        },
        {
          "name": "fetchpriority",
          "notation": "fetchpriority"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "search",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "section",
      "source": "https://html.spec.whatwg.org/multipage/sections.html#the-section-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "sectioning",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#sectioning-content-2",
          "elementIndexNotation": "sectioning"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "select",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "submittable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit",
          "elementIndexNotation": "submittable"
        },
        {
          "name": "resettable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset",
          "elementIndexNotation": "resettable"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "autocomplete",
          "notation": "autocomplete"
        },
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "multiple",
          "notation": "multiple"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "required",
          "notation": "required"
        },
        {
          "name": "size",
          "notation": "size"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "selectedcontent",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-selectedcontent-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "slot",
      "source": "https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [
        {
          "name": "name",
          "notation": "name"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "small",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-small-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "source",
      "source": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [],
      "attributes": [
        {
          "name": "type",
          "notation": "type"
        },
        {
          "name": "media",
          "notation": "media"
        },
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "srcset",
          "notation": "srcset"
        },
        {
          "name": "sizes",
          "notation": "sizes"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "span",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-span-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "strong",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-strong-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "style",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-style-element",
      "kind": "raw-text",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#raw-text-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        }
      ],
      "attributes": [
        {
          "name": "media",
          "notation": "media"
        },
        {
          "name": "blocking",
          "notation": "blocking"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "sub",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sub-and-sup-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "summary",
      "source": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "sup",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sub-and-sup-elements",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "table",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-table-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "tbody",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-tbody-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "td",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-td-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [
        {
          "name": "colspan",
          "notation": "colspan"
        },
        {
          "name": "rowspan",
          "notation": "rowspan"
        },
        {
          "name": "headers",
          "notation": "headers"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "template",
      "source": "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element",
      "kind": "template",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#the-template-element-2",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        },
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "script-supporting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#script-supporting-elements-2",
          "elementIndexNotation": "script-supporting"
        }
      ],
      "attributes": [
        {
          "name": "shadowrootmode",
          "notation": "shadowrootmode"
        },
        {
          "name": "shadowrootdelegatesfocus",
          "notation": "shadowrootdelegatesfocus"
        },
        {
          "name": "shadowrootslotassignment",
          "notation": "shadowrootslotassignment"
        },
        {
          "name": "shadowrootclonable",
          "notation": "shadowrootclonable"
        },
        {
          "name": "shadowrootserializable",
          "notation": "shadowrootserializable"
        },
        {
          "name": "shadowrootcustomelementregistry",
          "notation": "shadowrootcustomelementregistry"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "textarea",
      "source": "https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element",
      "kind": "escapable-raw-text",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#escapable-raw-text-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "interactive",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "form-associated",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#form-associated-element",
          "elementIndexNotation": "form-associated"
        },
        {
          "name": "listed",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-listed",
          "elementIndexNotation": "listed"
        },
        {
          "name": "submittable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-submit",
          "elementIndexNotation": "submittable"
        },
        {
          "name": "resettable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-reset",
          "elementIndexNotation": "resettable"
        },
        {
          "name": "autocapitalize-and-autocorrect-inheriting",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize"
        },
        {
          "name": "labelable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/forms.html#category-label",
          "elementIndexNotation": "labelable"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "autocomplete",
          "notation": "autocomplete"
        },
        {
          "name": "cols",
          "notation": "cols"
        },
        {
          "name": "dirname",
          "notation": "dirname"
        },
        {
          "name": "disabled",
          "notation": "disabled"
        },
        {
          "name": "form",
          "notation": "form"
        },
        {
          "name": "maxlength",
          "notation": "maxlength"
        },
        {
          "name": "minlength",
          "notation": "minlength"
        },
        {
          "name": "name",
          "notation": "name"
        },
        {
          "name": "placeholder",
          "notation": "placeholder"
        },
        {
          "name": "readonly",
          "notation": "readonly"
        },
        {
          "name": "required",
          "notation": "required"
        },
        {
          "name": "rows",
          "notation": "rows"
        },
        {
          "name": "wrap",
          "notation": "wrap"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "tfoot",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-tfoot-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "th",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-th-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/tables.html#the-th-element",
          "conditionId": "interactive-th",
          "indexNotation": "interactive*",
          "elementIndexNotation": "interactive*"
        }
      ],
      "attributes": [
        {
          "name": "colspan",
          "notation": "colspan"
        },
        {
          "name": "rowspan",
          "notation": "rowspan"
        },
        {
          "name": "headers",
          "notation": "headers"
        },
        {
          "name": "scope",
          "notation": "scope"
        },
        {
          "name": "abbr",
          "notation": "abbr"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "thead",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-thead-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "time",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-time-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "datetime",
          "notation": "datetime"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "title",
      "source": "https://html.spec.whatwg.org/multipage/semantics.html#the-title-element",
      "kind": "escapable-raw-text",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#escapable-raw-text-elements",
      "categories": [
        {
          "name": "metadata",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#metadata-content-2",
          "elementIndexNotation": "metadata"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "tr",
      "source": "https://html.spec.whatwg.org/multipage/tables.html#the-tr-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "track",
      "source": "https://html.spec.whatwg.org/multipage/media.html#the-track-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [],
      "attributes": [
        {
          "name": "default",
          "notation": "default"
        },
        {
          "name": "kind",
          "notation": "kind"
        },
        {
          "name": "label",
          "notation": "label"
        },
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "srclang",
          "notation": "srclang"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "u",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-u-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "ul",
      "source": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-ul-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "palpable",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "conditionId": "palpable-ul",
          "conditionText": "if the element's children include at least one li element",
          "indexNotation": "ul (if the element's children include at least one li element)",
          "elementIndexNotation": "palpable*"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "var",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-var-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    },
    {
      "name": "video",
      "source": "https://html.spec.whatwg.org/multipage/media.html#the-video-element",
      "kind": "normal",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#normal-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        },
        {
          "name": "embedded",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#embedded-content-category",
          "elementIndexNotation": "embedded"
        },
        {
          "name": "interactive",
          "conditional": true,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#interactive-content-2",
          "conditionId": "interactive-video",
          "conditionText": "if the controls attribute is present",
          "indexNotation": "video (if the controls attribute is present)",
          "elementIndexNotation": "interactive"
        },
        {
          "name": "palpable",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#palpable-content-2",
          "elementIndexNotation": "palpable"
        }
      ],
      "attributes": [
        {
          "name": "src",
          "notation": "src"
        },
        {
          "name": "crossorigin",
          "notation": "crossorigin"
        },
        {
          "name": "poster",
          "notation": "poster"
        },
        {
          "name": "preload",
          "notation": "preload"
        },
        {
          "name": "autoplay",
          "notation": "autoplay"
        },
        {
          "name": "playsinline",
          "notation": "playsinline"
        },
        {
          "name": "loading",
          "notation": "loading"
        },
        {
          "name": "loop",
          "notation": "loop"
        },
        {
          "name": "muted",
          "notation": "muted"
        },
        {
          "name": "controls",
          "notation": "controls"
        },
        {
          "name": "width",
          "notation": "width"
        },
        {
          "name": "height",
          "notation": "height"
        }
      ],
      "specialAttributeNotations": []
    },
    {
      "name": "wbr",
      "source": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element",
      "kind": "void",
      "kindSource": "https://html.spec.whatwg.org/multipage/syntax.html#void-elements",
      "categories": [
        {
          "name": "flow",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#flow-content-2",
          "elementIndexNotation": "flow"
        },
        {
          "name": "phrasing",
          "conditional": false,
          "source": "https://html.spec.whatwg.org/multipage/dom.html#phrasing-content-2",
          "elementIndexNotation": "phrasing"
        }
      ],
      "attributes": [],
      "specialAttributeNotations": []
    }
  ]
}
