chromium/third_party/blink/renderer/core/mathml/mathml_attribute_names.json5

{
  metadata: {
    namespace: "MathML",
    namespaceURI: "http://www.w3.org/1998/Math/MathML",
    attrsNullNamespace: true,
    export: "CORE_EXPORT",
  },

  data: [
    "accent",
    "accentunder",
    "columnspan",
    "definitionURL",
    "depth",
    "display",
    "displaystyle",
    "encoding",
    "form",
    "height",
    "largeop",
    "linethickness",
    "lspace",
    "mathbackground",
    "mathcolor",
    "mathsize",
    "mathvariant",
    "maxsize",
    "minsize",
    "movablelimits",
    "rowspan",
    "rspace",
    "scriptlevel",
    "stretchy",
    "symmetric",
    "voffset",
    "width",
  ],
}