https://github.com/logicalhacking/dom_components
Local mirror of the Archive of Formal Proof (AFP) entry "Core_SC_DOM".
https://github.com/logicalhacking/dom_components
Last synced: 3 months ago
JSON representation
Local mirror of the Archive of Formal Proof (AFP) entry "Core_SC_DOM".
- Host: GitHub
- URL: https://github.com/logicalhacking/dom_components
- Owner: logicalhacking
- License: other
- Created: 2020-12-19T11:07:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T11:52:17.000Z (over 4 years ago)
- Last Synced: 2025-01-17T03:12:08.325Z (5 months ago)
- Language: Isabelle
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
# A Formalization of Web Components (DOM_Components)
This git repository contains a local mirror of the [Archive of Formal Proofs (AFP)](https://www.isa-afp.org)
entry [*A Formalization of Web Components*](https://www.isa-afp.org/entries/DOM_Components.shtml).The official AFP releases are tagged. Additionally, this repository may contain extensions (i.e., a
development version) that may be submitted at a later point in time.## How to build
```console
achim@logicalhacking:~$ isabelle build -D DOM_Components
```## Authors
* [Achim D. Brucker](http://www.brucker.ch/)
* [Michael Herzberg](http://www.dcs.shef.ac.uk/cgi-bin/makeperson?M.Herzberg)## License
This project is licensed under a 3-clause BSD-style license.
SPDX-License-Identifier: BSD-3-Clause
## Master Repository
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
.## Publications
* Achim D. Brucker and Michael Herzberg. A Formally Verified Model of
Web Components. In Formal Aspects of Component Software (FACS).
Lecture Notes in Computer Science (12018), Springer-Verlag, 2020,
[doi:10.1007/978-3-030-40914-2_3](https://doi.org/10.1007/978-3-030-40914-2_3).