File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ export interface HydrationRenderer extends Renderer<Element | ShadowRoot> {
83
83
hydrate : RootHydrateFunction
84
84
}
85
85
86
- /**
87
- * `boolean` is kept for backwards compatibility with the old `isSVG` attribute.
88
- */
89
86
export type ElementNamespace = 'svg' | 'mathml' | undefined
90
87
91
88
export type RootRenderFunction < HostElement = RendererElement > = (
Original file line number Diff line number Diff line change 1
- // SVG logic is technically dom-specific, but the logic is placed in core
1
+ // MathML logic is technically dom-specific, but the logic is placed in core
2
2
// because splitting it out of core would lead to unnecessary complexity in both
3
3
// the renderer and compiler implementations.
4
4
// Related files:
You can’t perform that action at this time.
0 commit comments