-
Notifications
You must be signed in to change notification settings - Fork 0
embeddable mode
Daniel Hardman edited this page Feb 20, 2022
·
2 revisions
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.