@arcmantle/lit-jsx / shared/mathml-tags
shared/mathml-tags
Variables
mathmlTags
constmathmlTags:Set<string>
Defined in: shared/mathml-tags.ts:7
A comprehensive set of all MathML tag names. This includes current and deprecated MathML elements from the MathML specification.
Functions
isMathmlTag()
isMathmlTag(
tagName):boolean
Defined in: shared/mathml-tags.ts:235
Check if a given tag name is a MathML tag.
Parameters
tagName
string
The tag name to check
Returns
boolean
true if the tag is a MathML tag, false otherwise