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

Function getTagNamespace

static/vuejs/vue.runtime.common.js:4320–4329  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected