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

Function getTagNamespace

static/vuejs/vue.runtime.js:4314–4323  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

4312};
4313
4314function getTagNamespace (tag) {
4315 if (isSVG(tag)) {
4316 return 'svg'
4317 }
4318 // basic support for MathML
4319 // note it doesn't support other MathML elements being component roots
4320 if (tag === 'math') {
4321 return 'math'
4322 }
4323}
4324
4325var unknownElementCache = Object.create(null);
4326function isUnknownElement (tag) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected