HTMLMarkup
HTMLMarkup is a proposed or hypothetical markup layer designed to annotate HTML documents with machine-readable semantic information and metadata without changing their rendering in browsers. It is intended to improve accessibility, searchability, and tooling.
Core concepts include that HTMLMarkup sits atop HTML and defines a minimal set of semantic elements and
Syntax and transformation involve tooling that maps HTMLMarkup annotations to standard HTML output for rendering, or
Use cases for HTMLMarkup include content catalogs, accessibility pipelines, CMS integrations, and documentation generation. Tools can
Status and standards: As of now, HTMLMarkup is not an official standard. It exists mainly in experimental
See also: semantic HTML, ARIA, structured data, microdata, JSON-LD.