From 827bdce1e2943ae5e1b5f6530c220d245a89099e Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Mon, 9 Oct 2023 16:58:45 -0400 Subject: [PATCH] Add empty specification (#77) --- .github/workflows/build.yml | 19 +++++ .gitignore | 1 + .pr-preview.json | 4 ++ spec.bs | 137 ++++++++++++++++++++++++++++++++++++ 4 files changed, 161 insertions(+) create mode 100644 .github/workflows/build.yml create mode 100644 .gitignore create mode 100644 .pr-preview.json create mode 100644 spec.bs diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..b6242a5 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,19 @@ +name: Build +on: + pull_request: {} + push: + branches: + - master +jobs: + build: + name: Build + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 + - uses: w3c/spec-prod@v2 + with: + TOOLCHAIN: bikeshed + SOURCE: spec.bs + DESTINATION: index.html + GH_PAGES_BRANCH: gh-pages + BUILD_FAIL_ON: warning diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14890ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +spec.html diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..54feea3 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,4 @@ +{ + "src_file": "spec.bs", + "type": "bikeshed" +} diff --git a/spec.bs b/spec.bs new file mode 100644 index 0000000..3a11224 --- /dev/null +++ b/spec.bs @@ -0,0 +1,137 @@ +
+Title: Observable
+Shortname: observable
+Repository: WICG/observable
+Inline Github Issues: true
+Group: WICG
+Status: CG-DRAFT
+Level: 1
+URL: https://wicg.github.io/observable/
+Boilerplate: omit conformance, omit feedback-header
+Editor: Dominic Farolino, Google https://www.google.com/, domfarolino@gmail.com, https://domfarolino.com
+Abstract: The Observable API provides a composable, ergonomic way of handling an asynchronous stream of events
+!Participate: GitHub WICG/observable (new issue, open issues)
+!Commits: GitHub spec.bs commits
+Complain About: accidental-2119 yes, missing-example-ids yes
+Indent: 2
+Default Biblio Status: current
+Markup Shorthands: markdown yes
+Assume Explicit For: yes
+WPT Display: open
+
+ + +
+
+ + + + + +

Introduction

+ +*This section is non-normative.* + +

Security & Privacy Considerations

+ +This material is being upstreamed from our explainer into this specification, and in the meantime +you can consult the following resources: + + * [TAG Security/Privacy Questionnaire](https://github.com/WICG/observable/blob/master/security-privacy-questionnaire.md)