diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..9a2eda8 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,19 @@ +name: Build +on: + pull_request: {} + push: + branches: + - main +jobs: + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: w3c/spec-prod@v2 + with: + TOOLCHAIN: bikeshed + SOURCE: isolated-contexts.bs + DESTINATION: isolated-contexts.html + GH_PAGES_BRANCH: gh-pages + BUILD_FAIL_ON: warning diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ab549c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/isolated-contexts.html diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..62a1f31 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,7 @@ +{ + "src_file": "index.bs", + "type": "bikeshed", + "params": { + "force": 1 + } +} diff --git a/isolated-contexts.bs b/isolated-contexts.bs new file mode 100644 index 0000000..8a9a9f9 --- /dev/null +++ b/isolated-contexts.bs @@ -0,0 +1,24 @@ +
+Title: Isolated Contexts
+Shortname: isolated-contexts
+Level: 1
+Group: wicg
+Status: w3c/CG-DRAFT
+ED: https://wicg.github.io/isolated-web-apps/isolated-contexts
+Repository: https://github.com/WICG/isolated-web-apps
+
+Editor: Robbie McElrath 139758, Google LLC https://google.com, rmcelrath@google.com
+
+Abstract:
+  This specification defines "isolated contexts", which allows user agent
+  implementers and specification authors to enable certain features only when
+  minimum standards of isolation and integrity are met.
+
+Markup Shorthands: markdown yes
+
+ +Introduction {#intro} +===================== + +This specification is currently being drafted. In the meantime, please see the +[Isolated Web Apps Explainer](https://github.com/WICG/isolated-web-apps).