Skip to content

Commit

Permalink
Take Tab's suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Nov 28, 2023
1 parent 3d984a5 commit 76373e7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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, TODO@google.com
!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>
Expand All @@ -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>

0 comments on commit 76373e7

Please sign in to comment.