Skip to content

Commit

Permalink
Limit Findings and Draft Findings to the TAG. (#2998)
Browse files Browse the repository at this point in the history
Other W3C groups should use Notes, which are defined in the Process.
Non-W3C groups can use Dream or an appropriate status from their org.
  • Loading branch information
jyasskin authored Jan 10, 2025
1 parent ae6c690 commit 91ab8a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 2 additions & 4 deletions bikeshed/spec-data/readonly/boilerplate/doctypes.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ status "LS-COMMIT" "Commit Snapshot"
status "LS-BRANCH" "Branch Snapshot"
status "LS-PR" "PR Preview"
status "LD" "Living Document"
status "DRAFT-FINDING" "Draft Finding"
status "FINDING" "Finding"

org "whatwg" {
group "whatwg" priv-sec=false
Expand Down Expand Up @@ -263,11 +261,11 @@ org "w3c" {
}
status "DRAFT-FINDING" "Draft Finding" {
requires "ED"
group-types "wg" "tag"
group-types "tag"
}
status "FINDING" "Finding" {
requires "TR"
group-types "wg" "tag"
group-types "tag"
}
}

Expand Down
5 changes: 3 additions & 2 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,6 @@ Several keys are required information, and will cause the processor to flag an e
* LS-COMMIT: "Commit Snapshot"
* LS-BRANCH: "Branch Snapshot"
* LD: "Living Document"
* FINDING: "Finding"
</details>
<details>
<summary>Statuses usable by W3C groups</summary>
Expand All @@ -1091,6 +1090,8 @@ Several keys are required information, and will cause the processor to flag an e
* UD: "Unofficial Proposal Draft"
* CG-DRAFT: "Draft Community Group Report"
* CG-FINAL: "Final Community Group Report"
* DRAFT-FINDING: "Draft Finding" (Only usable by the TAG)
* FINDING: "Finding" (Only usable by the TAG)

Bikeshed has a listing of what Groups are associated with the W3C.
If your Group isn't on that list,
Expand Down Expand Up @@ -4690,4 +4691,4 @@ as it might be important.
(For example, in the anchor format, multiple urlPrefix values are concatenated together, to help specify urls in multipage specs.)

Additional semicolons are silently ignored;
in other words, empty entries get dropped, so you can put a final semicolon at the end of the line or not, as you prefer.
in other words, empty entries get dropped, so you can put a final semicolon at the end of the line or not, as you prefer.
2 changes: 1 addition & 1 deletion tests/github/WICG/keyboard-lock/index.console.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WARNING: You used Status CG-DRAFT, but your Group (WEBPLATFORM) is limited to the statuses CR, CRD, CRY, CRYD, DRAFT-FINDING, DRY, ED, FINDING, FPWD, LCWD, LS, MO, NOTE, NOTE-ED, NOTE-FPWD, NOTE-WD, PER, PR, REC, RY, UD, WD, or WG-NOTE.
WARNING: You used Status CG-DRAFT, but your Group (WEBPLATFORM) is limited to the statuses CR, CRD, CRY, CRYD, DRY, ED, FPWD, LCWD, LS, MO, NOTE, NOTE-ED, NOTE-FPWD, NOTE-WD, PER, PR, REC, RY, UD, WD, or WG-NOTE.
LINT: Your document appears to use tabs to indent, but line 40 starts with spaces.
LINT: Your document appears to use tabs to indent, but line 41 starts with spaces.
LINT: Your document appears to use tabs to indent, but line 54 starts with spaces.
Expand Down
2 changes: 1 addition & 1 deletion tests/github/jfbastien/papers/source/N4455.bs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<pre class='metadata'>
Title: No Sane Compiler Would Optimize Atomics
Shortname: N4455
Status: FINDING
Status: P
Group: WG21
URL: http://wg21.link/n4455
Editor: JF Bastien, Google, [email protected]
Expand Down
2 changes: 1 addition & 1 deletion tests/github/jfbastien/papers/source/N4455.html
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">N4455RNone<br>No Sane Compiler Would Optimize Atomics</h1>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Finding of the WG21, <time class="dt-updated" datetime="1970-01-01">1970-01-01</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Published Proposal, <time class="dt-updated" datetime="1970-01-01">1970-01-01</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down

0 comments on commit 91ab8a9

Please sign in to comment.