aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/parse5/dist/common/foreign-content.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/parse5/dist/common/foreign-content.d.ts')
-rw-r--r--vanilla/node_modules/parse5/dist/common/foreign-content.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/vanilla/node_modules/parse5/dist/common/foreign-content.d.ts b/vanilla/node_modules/parse5/dist/common/foreign-content.d.ts
new file mode 100644
index 0000000..d08d02b
--- /dev/null
+++ b/vanilla/node_modules/parse5/dist/common/foreign-content.d.ts
@@ -0,0 +1,9 @@
+import { TAG_ID as $, NS } from './html.js';
+import type { TagToken, Attribute } from './token.js';
+export declare const SVG_TAG_NAMES_ADJUSTMENT_MAP: Map<string, string>;
+export declare function causesExit(startTagToken: TagToken): boolean;
+export declare function adjustTokenMathMLAttrs(token: TagToken): void;
+export declare function adjustTokenSVGAttrs(token: TagToken): void;
+export declare function adjustTokenXMLAttrs(token: TagToken): void;
+export declare function adjustTokenSVGTagName(token: TagToken): void;
+export declare function isIntegrationPoint(tn: $, ns: NS, attrs: Attribute[], foreignNS?: NS): boolean;