Skip to content

Commit

Permalink
Add template materials; move explainer into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwasserman authored Sep 27, 2024
1 parent 59a8c4b commit f34f6f1
Show file tree
Hide file tree
Showing 8 changed files with 594 additions and 366 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
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/*"]
17 changes: 17 additions & 0 deletions .github/workflows/auto-publish.yml
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
157 changes: 157 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

372 changes: 371 additions & 1 deletion README.md

Large diffs are not rendered by default.

365 changes: 0 additions & 365 deletions awc-explainer.md

This file was deleted.

1 change: 1 addition & 0 deletions gitignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.html
28 changes: 28 additions & 0 deletions index.bs
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.
8 changes: 8 additions & 0 deletions pr-preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
}
}

0 comments on commit f34f6f1

Please sign in to comment.