-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template materials; move explainer into README.md
- Loading branch information
1 parent
59a8c4b
commit f34f6f1
Showing
8 changed files
with
594 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# See the documentation at | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
version: 2 | ||
updates: | ||
# Update actions used by .github/workflows in this repository. | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
actions-org: # Groups all Github-authored actions into a single PR. | ||
patterns: ["actions/*"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: CI | ||
on: | ||
pull_request: {} | ||
push: | ||
branches: [main] | ||
jobs: | ||
main: | ||
name: Build, Validate and Deploy | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: w3c/spec-prod@v2 | ||
with: | ||
GH_PAGES_BRANCH: gh-pages | ||
BUILD_FAIL_ON: warning |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<pre class='metadata'> | ||
Title: The Additional Windowing Controls API | ||
Shortname: Additional Windowing Controls | ||
Level: None | ||
Status: w3c/UD | ||
Repository: explainers-by-googlers/additional-windowing-controls | ||
URL: https://explainers-by-googlers.github.io/additional-windowing-controls | ||
Editor: Mike Wasserman, Google https://google.com, msw@google.com | ||
Abstract: Additional APIs for web applications to introspect and control their windows | ||
Markup Shorthands: markdown yes, css no | ||
Complain About: accidental-2119 yes, missing-example-ids yes | ||
Assume Explicit For: yes | ||
Die On: warning | ||
WPT Path Prefix: TODO-API-LABEL | ||
WPT Display: closed | ||
Include MDN Panels: if possible | ||
Include Can I Use Panels: yes | ||
</pre> | ||
|
||
Introduction {#intro} | ||
===================== | ||
|
||
For now, see the [explainer]([README.md]). | ||
|
||
See [https://garykac.github.io/procspec/](https://garykac.github.io/procspec/), | ||
[https://dlaliberte.github.io/bikeshed-intro/index.html](https://dlaliberte.github.io/bikeshed-intro/index.html), | ||
and [https://speced.github.io/bikeshed/](https://speced.github.io/bikeshed/) to get started on your | ||
specificaton. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"src_file": "index.bs", | ||
"type": "bikeshed", | ||
"params": { | ||
"force": 1 | ||
} | ||
} | ||
|