Skip to content

embeddable mode

Daniel Hardman edited this page Feb 20, 2022 · 2 revisions

Definition

A mode of ken transformation that intends to produce output suitable for embedding in a containing website. To make the content consistent with container styling, style information is suppressed. To prevent cross-site scripting (XSS) and scriptless attacks, the output HTML is sanitized by removing various constructions (CSS, <style>, <script>, many HTML tag attributes...). Contrast standalone mode. See also natural mode.

Clone this wiki locally