diff --git a/.github/workflows/spec-prod.yml b/.github/workflows/spec-prod.yml index eae96b67..d7e48856 100644 --- a/.github/workflows/spec-prod.yml +++ b/.github/workflows/spec-prod.yml @@ -7,11 +7,17 @@ jobs: main: name: Build, Validate and Deploy runs-on: ubuntu-latest + strategy: + max-parallel: 1 + matrix: + include: + - source: loading.bs + - source: subresource-loading.bs steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2 with: GH_PAGES_BRANCH: gh-pages TOOLCHAIN: bikeshed - SOURCE: loading.bs + SOURCE: ${{ matrix.source }} BUILD_FAIL_ON: warning diff --git a/.gitignore b/.gitignore index 07c7009e..e43230ed 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ pulls.json draft-yasskin-dispatch-web-packaging.xml /lib loading.html +subresource-loading.html diff --git a/subresource-loading.bs b/subresource-loading.bs new file mode 100644 index 00000000..eb9fbfb4 --- /dev/null +++ b/subresource-loading.bs @@ -0,0 +1,37 @@ +
+Title: Subresource Loading with WebBundles +Shortname: web-package-subresource-loading +Level: none +Status: CG-DRAFT +Group: WICG +Repository: WICG/webpackage +URL: https://wicg.github.io/webpackage/subresource-loading.html +Editor: Hayato Ito, Google Inc. https://google.com/, hayato@google.com +Abstract: How UAs load subresources from Web Bundles. + +Complain About: accidental-2119 yes, missing-example-ids yes +Markup Shorthands: markdown yes, css no +Assume Explicit For: yes ++
+spec:fetch; type:dfn; for:/; text:response +spec:html; type:element; text:link ++ +
+ This specification is under construct. See + #708. +