Skip to content

Commit

Permalink
Add horizontal-review restrictions on transition (#569)
Browse files Browse the repository at this point in the history
* Add horizontal-review restrictions on transition

* Update index.html

Co-authored-by: Philippe Le Hegaret <plh@w3.org>

* Incorporate @plehegar's comments

---------

Co-authored-by: Philippe Le Hegaret <plh@w3.org>
  • Loading branch information
aphillips and plehegar committed Sep 26, 2023
1 parent 21c95aa commit dcdf174
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -539,9 +539,15 @@ <h2 id="steps">Steps for
<span data-profile="CR" data-cr="new">The Group <span class="rfc2119">MUST</span> show that the
specification has received
wide review in order to move to Candidate Recommendation.</span>
<span data-profile="CR" data-cr="new">The Group <span class="rfc2119">MUST</span> show that
all horizontal <code>*-needs-resolution</code> issues have been closed by the relevant
horizontal group in the <a href='https://www.w3.org/PM/horizontal/'>horizontal group's tracker</a>
in order to publish the <span class="status-name">STATUS</span>.</span>
<span data-profile="CR" data-cr="snapshot">The Group <span class="rfc2119">MUST</span> show that any
horizontal <code>*-needs-resolution</code> issues have been acknowledged in order to publish
the <span class="status-name">STATUS</span>.</span>
<span data-profile="CR" data-cr="snapshot">The Group <span class="rfc2119">MUST</span> show that the changes
have received
wide review in order to publish the <span class="status-name">STATUS</span>.</span>
have received wide review in order to publish the <span class="status-name">STATUS</span>.</span>
See the <a href="https://www.w3.org/Guide/documentreview">considerations, guidelines and best practices</a>
that groups should follow to get early and wide review of a document.
</li>
Expand Down Expand Up @@ -1869,6 +1875,10 @@ <h3><a name="sample-agenda" id="sample-agenda">Sample agenda</a></h3>
<dt>Review of the <a href="#transreq">transition request</a></dt>
<dd>In particular, review those items highlighted as
requiring the Team's attention.</dd>

<dt>Review of the horizontal <a rel="nofollow" class="external text" href="https://w3c.github.io/horizontal-issue-tracker/index">tracker boards</a></dt>
<dd>Ensure that all horizontal <code>*-needs-resolution</code> issues are closed
by the relevant horizontal review group.</dd>

<dt>Decision</dt>

Expand Down Expand Up @@ -1923,6 +1933,11 @@ <h3>Some reasons for declining a transition request</h3>
<li class="extra-criteria-not-met" data-profile="PR|REC|PR-OBSL|PR-RSCND" data-rec="editorial">The Team
believes that special
entrance criteria have not been satisfied.</li>

<li data-profile="CR|PR|REC" data-cr="new|substantive|snapshot">
There are horizontal <code>*-needs-resolution</code> issues open in one or more
of the horizontal <a rel="nofollow" class="external text" href="https://w3c.github.io/horizontal-issue-tracker/index">tracker boards</a>.
</li>
</ul>

<p data-profile="PR-OBSL|PR-RSCND|REC" data-rec="new">Per <a
Expand Down

0 comments on commit dcdf174

Please sign in to comment.