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

Function getTagNamespace

static/vuejs/vue.common.js:4324–4333  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected