Skip to content
Snippets Groups Projects

"Rework normalisation logic to handle new seal templates"

Compare and Show latest version
11 files
+ 46
70
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -13,7 +13,7 @@ export declare const ATTRIBUTES_TO_KEEP: {
@@ -13,7 +13,7 @@ export declare const ATTRIBUTES_TO_KEEP: {
href: boolean;
href: boolean;
value: boolean;
value: boolean;
};
};
export declare const normalizeDocumentCommon: (body: HTMLElement) => void;
export declare const normalizeDocumentCommon: (body: HTMLElement, sealContainerId?: string) => void;
/**
/**
* Decides whether node should be removed
* Decides whether node should be removed
* @param element
* @param element
Loading