We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae251bf commit a046aa7Copy full SHA for a046aa7
packages/runtime-core/src/renderer.ts
@@ -83,9 +83,6 @@ export interface HydrationRenderer extends Renderer<Element | ShadowRoot> {
83
hydrate: RootHydrateFunction
84
}
85
86
-/**
87
- * `boolean` is kept for backwards compatibility with the old `isSVG` attribute.
88
- */
89
export type ElementNamespace = 'svg' | 'mathml' | undefined
90
91
export type RootRenderFunction<HostElement = RendererElement> = (
packages/vue/__tests__/mathmlNamespace.spec.ts
@@ -1,4 +1,4 @@
1
-// SVG logic is technically dom-specific, but the logic is placed in core
+// MathML logic is technically dom-specific, but the logic is placed in core
2
// because splitting it out of core would lead to unnecessary complexity in both
3
// the renderer and compiler implementations.
4
// Related files:
0 commit comments