EPA-WG (Embeddable Progressive Applications Working Group)
The <embed-page/> is a proof of concept for Embeddable Progressive Application
- a microapplication container implemented as WebComponent acting as
Seamless IFRAME.
Its content is embedded into page DOM, but insulated on JS, DOM, CSS and browsing context level( A links and
FORM get/post ).
Unlike IFRAME it is embedded inline into parent page DOM and automatically resizing parent node.
HTML include.
With plain html and JS/css injection into page content.
Where to use?
<embed-page/> covers 2 extreme cases.
Super-simple development with library of pre-made microapplications and plain html codebase.
It assumes no web component knowledge and development.
Super-complex apps where on same page need to mix UX made with different frameworks and their
incompatible otherwise revisions.
The JS Context insulation of embed-page provides "evolutionary architecture" support to web page.