A Formalization of Safely Composable Web Components

 

Title: A Formalization of Safely Composable Web Components
Authors: Achim D. Brucker and Michael Herzberg
Submission date: 2020-09-28
Abstract: While the (safely composable) DOM with shadow trees provide the technical basis for defining web components, it does neither defines the concept of web components nor specifies the safety properties that web components should guarantee. Consequently, the standard also does not discuss how or even if the methods for modifying the DOM respect component boundaries. In AFP entry, we present a formally verified model of safely composable web components and define safety properties which ensure that different web components can only interact with each other using well-defined interfaces. Moreover, our verification of the application programming interface (API) of the DOM revealed numerous invariants that implementations of the DOM API need to preserve to ensure the integrity of components. In comparison to the strict standard compliance formalization of Web Components in the AFP entry "DOM_Components", the notion of components in this entry (based on "SC_DOM" and "Shadow_SC_DOM") provides much stronger safety guarantees.
BibTeX:
@article{SC_DOM_Components-AFP,
  author  = {Achim D. Brucker and Michael Herzberg},
  title   = {A Formalization of Safely Composable Web Components},
  journal = {Archive of Formal Proofs},
  month   = sep,
  year    = 2020,
  note    = {\url{https://isa-afp.org/entries/SC_DOM_Components.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Depends on: Shadow_SC_DOM
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.