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

Function getTagNamespace

static/vuejs/vue.js:4318–4327  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected