8000 Add IDs for Stages and self-links · whatwg/sg@223c7eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 223c7eb

Browse files
authored
Add IDs for Stages and self-links
1 parent ab9abf9 commit 223c7eb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Stages.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ These checkpoints are modeled loosely on the [TC39 process](https://tc39.es/proc
4646
<th>Specification quality at entrance
4747
</thead>
4848
<tbody>
49-
<tr>
50-
<td>Stage 0<br>(Proposal)
49+
<tr id="stage0">
50+
<td>Stage 0<a class="self-link" href="#stage0"></a><br>(Proposal)
5151
<td>—
5252
<td>
5353
<ul>
@@ -57,8 +57,8 @@ These checkpoints are modeled loosely on the [TC39 process](https://tc39.es/proc
5757
<ul>
5858
<li>An explainer describing the problem to be solved, including sketching use cases and scenarios. This explainer can exist anywhere, including in a GitHub issue or a personal repository.
5959
</ul>
60-
<tr>
61-
<td>Stage 1<br>(Incubation)
60+
<tr id="stage1">
61+
<td>Stage 1<a class="self-link" href="#stage1"></a><br>(Incubation)
6262
<td>
6363
<ul>
6464
<li>A comprehensive explainer for the <a href="./IPR%20Policy.md#21-contribution">Contribution</a>, in a standards organization-approved incubation venue such as a <a href="https://www.w3.org/community/groups/">W3C CG</a> or a branch of an existing WHATWG Standard.
@@ -77,8 +77,8 @@ These checkpoints are modeled loosely on the [TC39 process](https://tc39.es/proc
7777
<ul>
7878
<li>The explainer follows the guidelines at <a href="https://tag.w3.org/explainers/">https://tag.w3.org/explainers/</a>.
7979
</ul>
80-
<tr>
81-
<td>Stage 2<br>(Iteration)
80+
<tr id="stage2">
81+
<td>Stage 2<a class="self-link" href="#stage2"></a><br>(Iteration)
8282
<td>
8383
<ul>
8484
<li>A draft specification for the <a href="./IPR%20Policy.md#21-contribution">Contribution</a>, in a standards organization-approved incubation venue (see stage 1).
@@ -93,8 +93,8 @@ These checkpoints are modeled loosely on the [TC39 process](https://tc39.es/proc
9393
<ul>
9494
<li>The draft specification uses Web IDL to define any new JavaScript APIs, roughly matches the style of the standard it's expected to merge into, and has a processing model, including full algorithms. However, there may be rough edges or TODOs in the processing model.
9595
</ul>
96-
<tr>
97-
<td>Stage 3<br>(Committed)
96+
<tr id="stage3">
97+
<td>Stage 3<a class="self-link" href="#stage3"></a><br>(Committed)
9898
<td>
9999
<ul>
100100
<li>Complete specification text.
@@ -112,8 +112,8 @@ These checkpoints are modeled loosely on the [TC39 process](https://tc39.es/proc
112112
<li>Specification is complete: all data structures, processing model, and API are fully described. (It may still have small issues that will be identified by editor review during this stage.)
113113
<li>Full specification and comprehensive tests are completed; pull request template is filled out with all checkboxes checked.
114114
</ul>
115-
<tr>
116-
<td>Stage 4 (Standard)
115+
<tr id="stage4">
116+
<td>Stage 4<a class="self-link" href="#stage4"></a><br>(Standard)
117117
<td>
118118
<ul>
119119
<li>Editor’s comments on the pull request have all been resolved, and the pull request for the <a href="./IPR%20Policy.md#21-contribution">Contribution</a> has been merged by the Editor.

0 commit comments

Comments
 (0)
0