Skip to content

Commit e68c39a

Browse files
committed
fix: update comments
1 parent 5913d93 commit e68c39a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ export interface HydrationRenderer extends Renderer<Element | ShadowRoot> {
8282
hydrate: RootHydrateFunction
8383
}
8484

85-
/**
86-
* `boolean` is kept for backwards compatibility with the old `isSVG` attribute.
87-
*/
8885
export type ElementNamespace = 'svg' | 'mathml' | undefined
8986

9087
export type RootRenderFunction<HostElement = RendererElement> = (

packages/vue/__tests__/mathmlNamespace.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
// because splitting it out of core would lead to unnecessary complexity in both
33
// the renderer and compiler implementations.
44
// Related files:

0 commit comments

Comments
 (0)