Skip to content

Commit a046aa7

Browse files
sto3pslyyx990803
authored andcommitted
fix: update comments
1 parent ae251bf commit a046aa7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/runtime-core/src/renderer.ts

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export interface HydrationRenderer extends Renderer<Element | ShadowRoot> {
8383
hydrate: RootHydrateFunction
8484
}
8585

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

9188
export type RootRenderFunction<HostElement = RendererElement> = (

packages/vue/__tests__/mathmlNamespace.spec.ts

+1-1
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)