-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 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 |
---|---|---|
|
@@ -6,12 +6,13 @@ Status: w3c/UD | |
Repository: explainers-by-googlers/todo-your-repo-name | ||
URL: https://explainers-by-googlers.github.io/todo-your-repo-name | ||
Editor: TODO: Your Name, Google https://google.com, [email protected] | ||
!Tests: <a href=https://github.com/w3c/web-platform-tests/tree/master/todo-api-label>web-platform-tests todo-api-label/</a> (<a href=https://github.com/w3c/web-platform-tests/labels/todo-api-label>ongoing work</a>) | ||
Abstract: TODO: A short description of your spec, one or two sentences. | ||
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> | ||
|
@@ -21,4 +22,19 @@ Introduction {#intro} | |
|
||
For now, see the [explainer]([REPOSITORYURL]). | ||
|
||
See [https://speced.github.io/bikeshed/](https://speced.github.io/bikeshed/) to get started on your specificaton. | ||
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. | ||
|
||
<wpt rest></wpt> | ||
|
||
<div class="issue"> | ||
Associate web platform tests with the part of the spec they cover by adding blocks like | ||
```html | ||
<wpt> | ||
first-test.html | ||
second-test.html | ||
</wpt> | ||
``` | ||
</div> |