MCPcopy
hub / github.com/webpack/webpack / mathmlTextIntegrationPoint

Function mathmlTextIntegrationPoint

lib/html/syntax.js:5221–5222  ·  view source on GitHub ↗
(/** @type {HtmlElement} */ el)

Source from the content-addressed store, hash-verified

5219 };
5220
5221 const mathmlTextIntegrationPoint = (/** @type {HtmlElement} */ el) =>
5222 el.namespace === NS_MATHML && MATHML_TEXT_INTEGRATION.has(el.tagName);
5223 const htmlIntegrationPoint = (/** @type {HtmlElement} */ el) => {
5224 if (el.namespace === NS_MATHML && el.tagName === "annotation-xml") {
5225 const enc = findAttr(el.attributes, "encoding");

Callers 2

shouldUseForeignRulesFunction · 0.85
foreignContentFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected