html-element-registry 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/data/elements.json","../src/index.ts"],"sourcesContent":["{\n \"html\": {\n \"tag\": \"html\",\n \"description\": \"Represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.\",\n \"type\": \"root\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/html\",\n \"category\": \"Main root\",\n \"isVoid\": false\n },\n \"base\": {\n \"tag\": \"base\",\n \"description\": \"Specifies the base URL to use for all relative URLs in a document. There can be only one such element in a document.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base\",\n \"category\": \"Document metadata\",\n \"isVoid\": true\n },\n \"head\": {\n \"tag\": \"head\",\n \"description\": \"Contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/head\",\n \"category\": \"Document metadata\",\n \"isVoid\": false\n },\n \"link\": {\n \"tag\": \"link\",\n \"description\": \"Specifies relationships between the current document and an external resource. This element is most commonly used to link to CSS but is also used to establish site icons (both \\\"favicon\\\" style icons and icons for the home screen and apps on mobile devices) among other things.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/link\",\n \"category\": \"Document metadata\",\n \"isVoid\": true\n },\n \"meta\": {\n \"tag\": \"meta\",\n \"description\": \"Represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> and <title>.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta\",\n \"category\": \"Document metadata\",\n \"isVoid\": true\n },\n \"style\": {\n \"tag\": \"style\",\n \"description\": \"Contains style information for a document or part of a document. It contains CSS, which is applied to the contents of the document containing this element.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/style\",\n \"category\": \"Document metadata\",\n \"isVoid\": false\n },\n \"title\": {\n \"tag\": \"title\",\n \"description\": \"Defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; HTML tags within the element, if any, are also treated as plain text.\",\n \"type\": \"meta\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/title\",\n \"category\": \"Document metadata\",\n \"isVoid\": false\n },\n \"body\": {\n \"tag\": \"body\",\n \"description\": \"Represents the content of an HTML document. There can be only one such element in a document.\",\n \"type\": \"body\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/body\",\n \"category\": \"Sectioning root\",\n \"isVoid\": false\n },\n \"address\": {\n \"tag\": \"address\",\n \"description\": \"Indicates that the enclosed HTML provides contact information for a person or people, or for an organization.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/address\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"article\": {\n \"tag\": \"article\",\n \"description\": \"Represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include a forum post, a magazine or newspaper article, a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/article\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"aside\": {\n \"tag\": \"aside\",\n \"description\": \"Represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/aside\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"footer\": {\n \"tag\": \"footer\",\n \"description\": \"Represents a footer for its nearest ancestor sectioning content or sectioning root element. A <footer> typically contains information about the author of the section, copyright data, or links to related documents.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/footer\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"header\": {\n \"tag\": \"header\",\n \"description\": \"Represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/header\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"h1\": {\n \"tag\": \"h1\",\n \"description\": \"Represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"hgroup\": {\n \"tag\": \"hgroup\",\n \"description\": \"Represents a heading grouped with any secondary content, such as subheadings, an alternative title, or a tagline.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/hgroup\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"main\": {\n \"tag\": \"main\",\n \"description\": \"Represents the dominant content of the body of a document. The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/main\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"nav\": {\n \"tag\": \"nav\",\n \"description\": \"Represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nav\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"section\": {\n \"tag\": \"section\",\n \"description\": \"Represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/section\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"search\": {\n \"tag\": \"search\",\n \"description\": \"Represents a part that contains a set of form controls or other content related to performing a search or filtering operation.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/search\",\n \"category\": \"Content sectioning\",\n \"isVoid\": false\n },\n \"blockquote\": {\n \"tag\": \"blockquote\",\n \"description\": \"Indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation. A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"dd\": {\n \"tag\": \"dd\",\n \"description\": \"Provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dd\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"div\": {\n \"tag\": \"div\",\n \"description\": \"The generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g., styling is directly applied to it, or some kind of layout model like flexbox is applied to its parent element).\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/div\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"dl\": {\n \"tag\": \"dl\",\n \"description\": \"Represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dl\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"dt\": {\n \"tag\": \"dt\",\n \"description\": \"Specifies a term in a description or definition list, and as such must be used inside a <dl> element. It is usually followed by a <dd> element; however, multiple <dt> elements in a row indicate several terms that are all defined by the immediate next <dd> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dt\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"figcaption\": {\n \"tag\": \"figcaption\",\n \"description\": \"Represents a caption or legend describing the rest of the contents of its parent <figure> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/figcaption\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"figure\": {\n \"tag\": \"figure\",\n \"description\": \"Represents self-contained content, potentially with an optional caption, which is specified using the <figcaption> element. The figure, its caption, and its contents are referenced as a single unit.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/figure\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"hr\": {\n \"tag\": \"hr\",\n \"description\": \"Represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/hr\",\n \"category\": \"Text content\",\n \"isVoid\": true\n },\n \"li\": {\n \"tag\": \"li\",\n \"description\": \"Represents an item in a list. It must be contained in a parent element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/li\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"menu\": {\n \"tag\": \"menu\",\n \"description\": \"A semantic alternative to <ul>, but treated by browsers (and exposed through the accessibility tree) as no different than <ul>. It represents an unordered list of items (which are represented by <li> elements).\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/menu\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"ol\": {\n \"tag\": \"ol\",\n \"description\": \"Represents an ordered list of items — typically rendered as a numbered list.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ol\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"p\": {\n \"tag\": \"p\",\n \"description\": \"Represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/p\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"pre\": {\n \"tag\": \"pre\",\n \"description\": \"Represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or monospaced, font. Whitespace inside this element is displayed as written.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/pre\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"ul\": {\n \"tag\": \"ul\",\n \"description\": \"Represents an unordered list of items, typically rendered as a bulleted list.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ul\",\n \"category\": \"Text content\",\n \"isVoid\": false\n },\n \"a\": {\n \"tag\": \"a\",\n \"description\": \"Together with its href attribute, creates a hyperlink to web pages, files, email addresses, locations within the current page, or anything else a URL can address.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/a\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"abbr\": {\n \"tag\": \"abbr\",\n \"description\": \"Represents an abbreviation or acronym.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/abbr\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"b\": {\n \"tag\": \"b\",\n \"description\": \"Used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the <strong> element.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/b\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"bdi\": {\n \"tag\": \"bdi\",\n \"description\": \"Tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/bdi\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"bdo\": {\n \"tag\": \"bdo\",\n \"description\": \"Overrides the current directionality of text, so that the text within is rendered in a different direction.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/bdo\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"br\": {\n \"tag\": \"br\",\n \"description\": \"Produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/br\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": true\n },\n \"cite\": {\n \"tag\": \"cite\",\n \"description\": \"Used to mark up the title of a creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/cite\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"code\": {\n \"tag\": \"code\",\n \"description\": \"Displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/code\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"data\": {\n \"tag\": \"data\",\n \"description\": \"Links a given piece of content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/data\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"dfn\": {\n \"tag\": \"dfn\",\n \"description\": \"Used to indicate the term being defined within the context of a definition phrase or sentence. The ancestor <p> element, the <dt>/<dd> pairing, or the nearest section ancestor of the <dfn> element, is considered to be the definition of the term.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dfn\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"em\": {\n \"tag\": \"em\",\n \"description\": \"Marks text that has stress emphasis. The <em> element can be nested, with each nesting level indicating a greater degree of emphasis.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/em\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"i\": {\n \"tag\": \"i\",\n \"description\": \"Represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, and taxonomical designations, among others. Historically, these have been presented using italicized type, which is the original source of the <i> naming of this element.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/i\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"kbd\": {\n \"tag\": \"kbd\",\n \"description\": \"Represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device. By convention, the user agent defaults to rendering the contents of a <kbd> element using its default monospace font, although this is not mandated by the HTML standard.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/kbd\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"mark\": {\n \"tag\": \"mark\",\n \"description\": \"Represents text which is marked or highlighted for reference or notation purposes due to the marked passage's relevance in the enclosing context.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/mark\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"q\": {\n \"tag\": \"q\",\n \"description\": \"Indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks. This element is intended for short quotations that don't require paragraph breaks; for long quotations use the <blockquote> element.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/q\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"rp\": {\n \"tag\": \"rp\",\n \"description\": \"Used to provide fall-back parentheses for browsers that do not support the display of ruby annotations using the <ruby> element. One <rp> element should enclose each of the opening and closing parentheses that wrap the <rt> element that contains the annotation's text.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rp\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"rt\": {\n \"tag\": \"rt\",\n \"description\": \"Specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt> element must always be contained within a <ruby> element.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rt\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"ruby\": {\n \"tag\": \"ruby\",\n \"description\": \"Represents small annotations that are rendered above, below, or next to base text, usually used for showing the pronunciation of East Asian characters. It can also be used for annotating other kinds of text, but this usage is less common.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ruby\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"s\": {\n \"tag\": \"s\",\n \"description\": \"Renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the <del> and <ins> elements, as appropriate.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/s\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"samp\": {\n \"tag\": \"samp\",\n \"description\": \"Used to enclose inline text which represents sample (or quoted) output from a computer program. Its contents are typically rendered using the browser's default monospaced font (such as Courier or Lucida Console).\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/samp\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"small\": {\n \"tag\": \"small\",\n \"description\": \"Represents side-comments and small print, like copyright and legal text, independent of its styled presentation. By default, it renders text within it one font size smaller, such as from small to x-small.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/small\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"span\": {\n \"tag\": \"span\",\n \"description\": \"A generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a div element, but div is a block-level element whereas a <span> is an inline-level element.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/span\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"strong\": {\n \"tag\": \"strong\",\n \"description\": \"Indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/strong\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"sub\": {\n \"tag\": \"sub\",\n \"description\": \"Specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered baseline using smaller text.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sub\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"sup\": {\n \"tag\": \"sup\",\n \"description\": \"Specifies inline text which is to be displayed as superscript for solely typographical reasons. Superscripts are usually rendered with a raised baseline using smaller text.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sup\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"time\": {\n \"tag\": \"time\",\n \"description\": \"Represents a specific period in time. It may include the datetime attribute to translate dates into machine-readable format, allowing for better search engine results or custom features such as reminders.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/time\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"u\": {\n \"tag\": \"u\",\n \"description\": \"Represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a single solid underline but may be altered using CSS.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/u\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"var\": {\n \"tag\": \"var\",\n \"description\": \"Represents the name of a variable in a mathematical expression or a programming context. It's typically presented using an italicized version of the current typeface, although that behavior is browser-dependent.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/var\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": false\n },\n \"wbr\": {\n \"tag\": \"wbr\",\n \"description\": \"Represents a word break opportunity—a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.\",\n \"type\": \"inline\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/wbr\",\n \"category\": \"Inline text semantics\",\n \"isVoid\": true\n },\n \"area\": {\n \"tag\": \"area\",\n \"description\": \"Defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with hyperlink.\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/area\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": true\n },\n \"audio\": {\n \"tag\": \"audio\",\n \"description\": \"Used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/audio\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": false\n },\n \"img\": {\n \"tag\": \"img\",\n \"description\": \"Embeds an image into the document.\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": true\n },\n \"map\": {\n \"tag\": \"map\",\n \"description\": \"Used with <area> elements to define an image map (a clickable link area).\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/map\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": false\n },\n \"track\": {\n \"tag\": \"track\",\n \"description\": \"Used as a child of the media elements, audio and video. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files)—Web Video Text Tracks.\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/track\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": true\n },\n \"video\": {\n \"tag\": \"video\",\n \"description\": \"Embeds a media player which supports video playback into the document. You can also use <video> for audio content, but the audio element may provide a more appropriate user experience.\",\n \"type\": \"multimedia\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/video\",\n \"category\": \"Image and multimedia\",\n \"isVoid\": false\n },\n \"embed\": {\n \"tag\": \"embed\",\n \"description\": \"Embeds external content at the specified point in the document. This content is provided by an external application or other source of interactive content such as a browser plug-in.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/embed\",\n \"category\": \"Embedded content\",\n \"isVoid\": true\n },\n \"fencedframe\": {\n \"tag\": \"fencedframe\",\n \"description\": \"Represents a nested browsing context, like <iframe> but with more native privacy features built in.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/fencedframe\",\n \"category\": \"Embedded content\",\n \"isVoid\": false\n },\n \"iframe\": {\n \"tag\": \"iframe\",\n \"description\": \"Represents a nested browsing context, embedding another HTML page into the current one.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/iframe\",\n \"category\": \"Embedded content\",\n \"isVoid\": false\n },\n \"object\": {\n \"tag\": \"object\",\n \"description\": \"Represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/object\",\n \"category\": \"Embedded content\",\n \"isVoid\": false\n },\n \"picture\": {\n \"tag\": \"picture\",\n \"description\": \"Contains zero or more <source> elements and one <img> element to offer alternative versions of an image for different display/device scenarios.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/picture\",\n \"category\": \"Embedded content\",\n \"isVoid\": false\n },\n \"source\": {\n \"tag\": \"source\",\n \"description\": \"Specifies multiple media resources for the picture, the audio element, or the video element. It is a void element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for image file formats and media file formats.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/source\",\n \"category\": \"Embedded content\",\n \"isVoid\": true\n },\n \"canvas\": {\n \"tag\": \"canvas\",\n \"description\": \"Container element to use with either the canvas scripting API or the WebGL API to draw graphics and animations.\",\n \"type\": \"script\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/canvas\",\n \"category\": \"Scripting\",\n \"isVoid\": false\n },\n \"noscript\": {\n \"tag\": \"noscript\",\n \"description\": \"Defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.\",\n \"type\": \"script\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noscript\",\n \"category\": \"Scripting\",\n \"isVoid\": false\n },\n \"script\": {\n \"tag\": \"script\",\n \"description\": \"Used to embed executable code or data; this is typically used to embed or refer to JavaScript code. The <script> element can also be used with other languages, such as WebGL's GLSL shader programming language and JSON.\",\n \"type\": \"script\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script\",\n \"category\": \"Scripting\",\n \"isVoid\": false\n },\n \"del\": {\n \"tag\": \"del\",\n \"description\": \"Represents a range of text that has been deleted from a document. This can be used when rendering \\\"track changes\\\" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del\",\n \"category\": \"Demarcating edits\",\n \"isVoid\": false\n },\n \"ins\": {\n \"tag\": \"ins\",\n \"description\": \"Represents a range of text that has been added to a document. You can use the <del> element to similarly represent a range of text that has been deleted from the document.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ins\",\n \"category\": \"Demarcating edits\",\n \"isVoid\": false\n },\n \"caption\": {\n \"tag\": \"caption\",\n \"description\": \"Specifies the caption (or title) of a table.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/caption\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"col\": {\n \"tag\": \"col\",\n \"description\": \"Defines one or more columns in a column group represented by its implicit or explicit parent <colgroup> element. The <col> element is only valid as a child of a <colgroup> element that has no span attribute defined.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/col\",\n \"category\": \"Table content\",\n \"isVoid\": true\n },\n \"colgroup\": {\n \"tag\": \"colgroup\",\n \"description\": \"Defines a group of columns within a table.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/colgroup\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"table\": {\n \"tag\": \"table\",\n \"description\": \"Represents tabular data—that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/table\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"tbody\": {\n \"tag\": \"tbody\",\n \"description\": \"Encapsulates a set of table rows (<tr> elements), indicating that they comprise the body of a table's (main) data.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tbody\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"td\": {\n \"tag\": \"td\",\n \"description\": \"A child of the <tr> element, it defines a cell of a table that contains data.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/td\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"tfoot\": {\n \"tag\": \"tfoot\",\n \"description\": \"Encapsulates a set of table rows (<tr> elements), indicating that they comprise the foot of a table with information about the table's columns. This is usually a summary of the columns, e.g., a sum of the given numbers in a column.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tfoot\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"th\": {\n \"tag\": \"th\",\n \"description\": \"A child of the <tr> element, it defines a cell as the header of a group of table cells. The nature of this group can be explicitly defined by the scope and headers attributes.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/th\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"thead\": {\n \"tag\": \"thead\",\n \"description\": \"Encapsulates a set of table rows (<tr> elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers (<th> elements).\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/thead\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"tr\": {\n \"tag\": \"tr\",\n \"description\": \"Defines a row of cells in a table. The row's cells can then be established using a mix of <td> (data cell) and <th> (header cell) elements.\",\n \"type\": \"table\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tr\",\n \"category\": \"Table content\",\n \"isVoid\": false\n },\n \"button\": {\n \"tag\": \"button\",\n \"description\": \"An interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology. Once activated, it performs an action, such as submitting a form or opening a dialog.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/button\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"datalist\": {\n \"tag\": \"datalist\",\n \"description\": \"Contains a set of <option> elements that represent the permissible or recommended options available to choose from within other controls.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/datalist\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"fieldset\": {\n \"tag\": \"fieldset\",\n \"description\": \"Used to group several controls as well as labels (<label>) within a web form.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/fieldset\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"form\": {\n \"tag\": \"form\",\n \"description\": \"Represents a document section containing interactive controls for submitting information.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/form\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"input\": {\n \"tag\": \"input\",\n \"description\": \"Used to create interactive controls for web-based forms to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The <input> element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input\",\n \"category\": \"Forms\",\n \"isVoid\": true\n },\n \"label\": {\n \"tag\": \"label\",\n \"description\": \"Represents a caption for an item in a user interface.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/label\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"legend\": {\n \"tag\": \"legend\",\n \"description\": \"Represents a caption for the content of its parent <fieldset>.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/legend\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"meter\": {\n \"tag\": \"meter\",\n \"description\": \"Represents either a scalar value within a known range or a fractional value.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meter\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"optgroup\": {\n \"tag\": \"optgroup\",\n \"description\": \"Creates a grouping of options within a <select> element.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/optgroup\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"option\": {\n \"tag\": \"option\",\n \"description\": \"Used to define an item contained in a <select>, an <optgroup>, or a <datalist> element. As such, <option> can represent menu items in popups and other lists of items in an HTML document.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/option\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"output\": {\n \"tag\": \"output\",\n \"description\": \"Container element into which a site or app can inject the results of a calculation or the outcome of a user action.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/output\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"progress\": {\n \"tag\": \"progress\",\n \"description\": \"Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/progress\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"select\": {\n \"tag\": \"select\",\n \"description\": \"Represents a control that provides a menu of options.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"selectedcontent\": {\n \"tag\": \"selectedcontent\",\n \"description\": \"Displays the content of the currently selected <option> inside a closed <select> element.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/selectedcontent\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"textarea\": {\n \"tag\": \"textarea\",\n \"description\": \"Represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example, a comment on a review or feedback form.\",\n \"type\": \"form\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/textarea\",\n \"category\": \"Forms\",\n \"isVoid\": false\n },\n \"details\": {\n \"tag\": \"details\",\n \"description\": \"Creates a disclosure widget in which information is visible only when the widget is toggled into an \\\"open\\\" state. A summary or label must be provided using the <summary> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details\",\n \"category\": \"Interactive elements\",\n \"isVoid\": false\n },\n \"dialog\": {\n \"tag\": \"dialog\",\n \"description\": \"Represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog\",\n \"category\": \"Interactive elements\",\n \"isVoid\": false\n },\n \"summary\": {\n \"tag\": \"summary\",\n \"description\": \"Specifies a summary, caption, or legend for a details element's disclosure box. Clicking the <summary> element toggles the state of the parent <details> element open and closed.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/summary\",\n \"category\": \"Interactive elements\",\n \"isVoid\": false\n },\n \"slot\": {\n \"tag\": \"slot\",\n \"description\": \"Part of the Web Components technology suite, this element is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/slot\",\n \"category\": \"Web Components\",\n \"isVoid\": false\n },\n \"template\": {\n \"tag\": \"template\",\n \"description\": \"A mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/template\",\n \"category\": \"Web Components\",\n \"isVoid\": false\n },\n \"acronym\": {\n \"tag\": \"acronym\",\n \"description\": \"Allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/acronym\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"big\": {\n \"tag\": \"big\",\n \"description\": \"Renders the enclosed text at a font size one level larger than the surrounding text (medium becomes large, for example). The size is capped at the browser's maximum permitted font size.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/big\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"center\": {\n \"tag\": \"center\",\n \"description\": \"Displays its block-level or inline contents centered horizontally within its containing element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/center\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"dir\": {\n \"tag\": \"dir\",\n \"description\": \"Container for a directory of files and/or folders, potentially with styles and icons applied by the user agent. Do not use this obsolete element; instead, you should use the <ul> element for lists, including lists of files.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dir\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"font\": {\n \"tag\": \"font\",\n \"description\": \"Defines the font size, color and face for its content.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/font\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"frame\": {\n \"tag\": \"frame\",\n \"description\": \"Defines a particular area in which another HTML document can be displayed. A frame should be used within a <frameset>.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/frame\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"frameset\": {\n \"tag\": \"frameset\",\n \"description\": \"Used to contain <frame> elements.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/frameset\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"marquee\": {\n \"tag\": \"marquee\",\n \"description\": \"Used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/marquee\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"nobr\": {\n \"tag\": \"nobr\",\n \"description\": \"Prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nobr\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"noembed\": {\n \"tag\": \"noembed\",\n \"description\": \"An obsolete, non-standard way to provide alternative, or \\\"fallback\\\", content for browsers that do not support the embed element or do not support the type of embedded content an author wishes to use. This element was deprecated in HTML 4.01 and above in favor of placing fallback content between the opening and closing tags of an <object> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noembed\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"noframes\": {\n \"tag\": \"noframes\",\n \"description\": \"Provides content to be presented in browsers that don't support (or have disabled support for) the <frame> element. Although most commonly-used browsers support frames, there are exceptions, including certain special-use browsers including some mobile browsers, as well as text-mode browsers.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noframes\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"param\": {\n \"tag\": \"param\",\n \"description\": \"Defines parameters for an <object> element.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/param\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": true\n },\n \"plaintext\": {\n \"tag\": \"plaintext\",\n \"description\": \"Renders everything following the start tag as raw text, ignoring any following HTML. There is no closing tag, since everything after it is considered raw text.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/plaintext\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"rb\": {\n \"tag\": \"rb\",\n \"description\": \"Used to delimit the base text component of a ruby annotation, i.e., the text that is being annotated. One <rb> element should wrap each separate atomic segment of the base text.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rb\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"rtc\": {\n \"tag\": \"rtc\",\n \"description\": \"Embraces semantic annotations of characters presented in a ruby of <rb> elements used inside of <ruby> element. <rb> elements can have both pronunciation (<rt>) and semantic (<rtc>) annotations.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rtc\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"strike\": {\n \"tag\": \"strike\",\n \"description\": \"Places a strikethrough (horizontal line) over text.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/strike\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"tt\": {\n \"tag\": \"tt\",\n \"description\": \"Creates inline text which is presented using the user agent default monospace font face. This element was created for the purpose of rendering text as it would be displayed on a fixed-width display such as a teletype, text-only screen, or line printer.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tt\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n },\n \"xmp\": {\n \"tag\": \"xmp\",\n \"description\": \"Renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML2 specification recommended that it should be rendered wide enough to allow 80 characters per line.\",\n \"type\": \"block\",\n \"url\": \"https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/xmp\",\n \"category\": \"Obsolete and deprecated elements\",\n \"isVoid\": false\n }\n}","import elementsJson from './data/elements.json';\nimport type { ElementSummary, ElementType, ElementsRecord } from './types';\n\n// Cast JSON to proper type\nconst elementsMap = elementsJson as unknown as ElementsRecord;\n\n// Helper to create immutable copy of an element\nfunction cloneElement(element: ElementSummary): ElementSummary {\n return { ...element };\n}\n\n// ============================================================================\n// Element Lookup\n// ============================================================================\n\n/**\n * Get an element by its tag name.\n * @param tagName - The HTML tag name (case-insensitive)\n * @returns A copy of the element summary or null if not found\n */\nexport function getElement(tagName: string): ElementSummary | null {\n const element = elementsMap[tagName.toLowerCase()];\n return element ? cloneElement(element) : null;\n}\n\n// ============================================================================\n// Type Checkers\n// ============================================================================\n\n/**\n * Check if an element is of a specific type.\n * @param tag - The HTML tag name\n * @param type - The element type to check\n * @returns True if the element matches the type\n */\nexport function isElementType(tag: string, type: ElementType): boolean {\n return getElement(tag)?.type === type;\n}\n\n/**\n * Check if an element is a block-level element.\n * @param tag - The HTML tag name\n * @returns True if the element is block-level\n */\nexport function isBlock(tag: string): boolean {\n return getElement(tag)?.type === 'block';\n}\n\n/**\n * Check if an element is an inline element.\n * @param tag - The HTML tag name\n * @returns True if the element is inline\n */\nexport function isInline(tag: string): boolean {\n return getElement(tag)?.type === 'inline';\n}\n\n/**\n * Check if an element is a metadata element.\n * @param tag - The HTML tag name\n * @returns True if the element is metadata\n */\nexport function isMeta(tag: string): boolean {\n return getElement(tag)?.type === 'meta';\n}\n\n/**\n * Check if an element is a table-related element.\n * @param tag - The HTML tag name\n * @returns True if the element is table-related\n */\nexport function isTable(tag: string): boolean {\n return getElement(tag)?.type === 'table';\n}\n\n/**\n * Check if an element is a form-related element.\n * @param tag - The HTML tag name\n * @returns True if the element is form-related\n */\nexport function isForm(tag: string): boolean {\n return getElement(tag)?.type === 'form';\n}\n\n/**\n * Check if an element is a multimedia element.\n * @param tag - The HTML tag name\n * @returns True if the element is multimedia\n */\nexport function isMultimedia(tag: string): boolean {\n return getElement(tag)?.type === 'multimedia';\n}\n\n/**\n * Check if an element is a script-related element.\n * @param tag - The HTML tag name\n * @returns True if the element is script-related\n */\nexport function isScript(tag: string): boolean {\n return getElement(tag)?.type === 'script';\n}\n\n// ============================================================================\n// Void Tag Checker\n// ============================================================================\n\n/**\n * Check if an element is a void element (self-closing, no closing tag).\n * @param tag - The HTML tag name\n * @returns True if the element is void\n */\nexport function isVoid(tag: string): boolean {\n return getElement(tag)?.isVoid ?? false;\n}\n\n// ============================================================================\n// Category Filters\n// ============================================================================\n\n/**\n * Get all elements in a specific category.\n * @param category - The category name (case-insensitive)\n * @returns Array of element copies in that category\n */\nexport function getElementsByCategory(category: string): ElementSummary[] {\n const lowerCategory = category.toLowerCase();\n const results: ElementSummary[] = [];\n for (const element of Object.values(elementsMap)) {\n if (element.category.toLowerCase() === lowerCategory) {\n results.push(cloneElement(element));\n }\n }\n return results;\n}\n\n/**\n * Get all elements of a specific type.\n * @param type - The element type\n * @returns Array of element copies of that type\n */\nexport function getElementsByType(type: ElementType): ElementSummary[] {\n const results: ElementSummary[] = [];\n for (const element of Object.values(elementsMap)) {\n if (element.type === type) {\n results.push(cloneElement(element));\n }\n }\n return results;\n}\n\n/**\n * Get all void elements.\n * @returns Array of void element copies\n */\nexport function getVoidElements(): ElementSummary[] {\n const results: ElementSummary[] = [];\n for (const element of Object.values(elementsMap)) {\n if (element.isVoid) {\n results.push(cloneElement(element));\n }\n }\n return results;\n}\n\n/**\n * Get all categories.\n * @returns Array of unique category names\n */\nexport function getAllCategories(): string[] {\n const categories = new Set<string>();\n for (const element of Object.values(elementsMap)) {\n categories.add(element.category);\n }\n return Array.from(categories).sort();\n}\n\n/**\n * Get all element types.\n * @returns Array of unique element types\n */\nexport function getAllTypes(): ElementType[] {\n const types = new Set<ElementType>();\n for (const element of Object.values(elementsMap)) {\n types.add(element.type);\n }\n return Array.from(types).sort();\n}\n\n// ============================================================================\n// Re-export types\n// ============================================================================\n\nexport type { ElementSummary, ElementType } from './types';\n"],"mappings":"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","names":[]}
package/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "html-element-registry",
3
+ "version": "1.0.0",
4
+ "description": "A lightweight, type-safe npm library containing a scraped database of all standard HTML elements.",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "type": "module",
9
+ "exports": {
10
+ ".": {
11
+ "import": {
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./dist/index.d.cts",
17
+ "default": "./dist/index.cjs"
18
+ }
19
+ }
20
+ },
21
+ "files": [
22
+ "dist",
23
+ "README.md",
24
+ "LICENSE"
25
+ ],
26
+ "sideEffects": false,
27
+ "keywords": [
28
+ "html",
29
+ "html-elements",
30
+ "block-elements",
31
+ "inline-elements",
32
+ "void-elements",
33
+ "element-registry"
34
+ ],
35
+ "author": {
36
+ "name": "html-element-registry contributors"
37
+ },
38
+ "license": "MIT",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/naveen-ithappu/html-element-registry.git"
42
+ },
43
+ "bugs": {
44
+ "url": "https://github.com/naveen-ithappu/html-element-registry/issues"
45
+ },
46
+ "homepage": "https://github.com/naveen-ithappu/html-element-registry#readme",
47
+ "engines": {
48
+ "node": ">=18.0.0"
49
+ },
50
+ "peerDependencies": {},
51
+ "dependencies": {}
52
+ }