MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getTagNamespace

Function getTagNamespace

static/vuejs/vue.esm.js:4322–4331  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4320};
4321
4322function getTagNamespace (tag) {
4323 if (isSVG(tag)) {
4324 return 'svg'
4325 }
4326 // basic support for MathML
4327 // note it doesn't support other MathML elements being component roots
4328 if (tag === 'math') {
4329 return 'math'
4330 }
4331}
4332
4333var unknownElementCache = Object.create(null);
4334function isUnknownElement (tag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected