From e362e77033f1c2ef1be9ae34d79bac98e042c59c Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Mon, 9 Oct 2023 16:50:48 -0400 Subject: [PATCH] Add empty specification --- .github/workflows/build.yml | 19 + .pr-preview.json | 4 + spec.bs | 139 +++++++ spec.html | 701 ++++++++++++++++++++++++++++++++++++ 4 files changed, 863 insertions(+) create mode 100644 .github/workflows/build.yml create mode 100644 .pr-preview.json create mode 100644 spec.bs create mode 100644 spec.html 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/.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..6f2aa75 --- /dev/null +++ b/spec.bs @@ -0,0 +1,139 @@ +
+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) diff --git a/spec.html b/spec.html new file mode 100644 index 0000000..88765a7 --- /dev/null +++ b/spec.html @@ -0,0 +1,701 @@ + + + + Observable + + + + + + + + + + + + + + +
+

+

Observable

+

Draft Community Group Report,

+
+
+
This version: +
https://wicg.github.io/observable/ +
Editor: +
Dominic Farolino (Google) +
Participate: +
GitHub WICG/observable (new issue, open issues) +
Commits: +
GitHub spec.bs commits +
+
+
+ +
+
+
+

Abstract

+

The Observable API provides a composable, ergonomic way of handling an asynchronous stream of events

+
+
+

Status of this document

+
+

This specification was published by the Web Platform Incubator Community Group. + It is not a W3C Standard nor is it on the W3C Standards Track. + + Please note that under the W3C Community Contributor License Agreement (CLA) there is a limited opt-out and other conditions apply. + + Learn more about W3C Community and Business Groups.

+

+
+
+ +
+ +

1. Introduction

+

This section is non-normative.

+

2. Security & Privacy Considerations

+

This material is being upstreamed from our explainer into this specification, and in the meantime +you can consult the following resources:

+ +
+ \ No newline at end of file