Skip to content
Snippets Groups Projects

"Rework normalisation logic to handle new seal templates"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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