Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial stab at living CR/REC #151

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
134 changes: 134 additions & 0 deletions process/living-cr-rec.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Candidate Recommendation Snapshots and Recommendations</title>
<link rel="stylesheet" type="text/css" href="../assets/main.css">
<style type="text/css" media="screen">
.toc li:hover {background: #EEC}
th, td {
border-bottom: 1px solid #999;}
td.command {width:35%;
border:none;
border-bottom: 1px solid #999;
background: white;}
td.help {
border:none;
border-bottom: 1px solid #999;
background: #efefef;
padding-left: 1em;}
dl.time,span.time {
border: 2px solid #C99;
background: #EE9; }
dl.time {
padding: 1em }
dl.time > dt:before {
content: "Time: "}
dl.tip {
padding: 1em }
dl.tip,span.tip {
border: 2px solid #9C9;
background: #BEB; }
dl.tip > dt:before {
content: "Tips: "}
</style>
</head>
<body>
<div id="header"> <span class="logo"><a href="https://www.w3.org/"><img src="/Icons/WWW/w3c_home_nb"
alt="W3C" height="48" width="72"/></a></span>
<div class="breadcrumb"> <a href="https://www.w3.org/Guide/">The Art of
Consensus</a> →
<h1>Candidate Recommendation Snapshots and Recommendations</h1>
</div>
<p class="baseline">This <strong>Guidebook</strong> is the collected
wisdom of the W3C Group Chairs and other collaborators.</p>
</div>
<!-- <div class="toc">
<h4>Also On This Page → </h4>
<ul>
<li><a href="#prep">Preparatory Work</a> •</li>
<li><a href="#wg-startup">Starting the Group</a> •</li>
<li><a href="#fpwd">First Public Working Draft</a> •</li>
<li><a href="#test">Test suites</a> •</li>
<li><a href="#getting-to-lc">Getting to Candidate Recommendation</a> •</li>
<li><a href="#processing-lc">Processing Candidate Recommendation</a> •</li>
<li><a href="#transition-cr">Transition to CR</a> •</li>
<li><a href="#leaving-cr">Leaving CR</a> •</li>
<li><a href="#pr">Proposed Recommendation</a> •</li>
plehegar marked this conversation as resolved.
Show resolved Hide resolved
<li><a href="#rec">Recommendation</a> •</li>
</ul>
</div> -->
<div class="main">
<h2 id="intro">Introduction</h2>

<p>
This document is intended to help Working Groups in deciding whether to
maintain a document using revised Candidate Recommendations or revised Recommendations.
</p>
<h2 id="process">W3C Process</h3>
<p>The W3C Process offers two ways to maintain a document on the Recommendation track:</p>
<dl>
<dt><a href="https://www.w3.org/Consortium/Process/#revising-cr">Revising a Candidate Recommendation</a></dt>
<dd>
Candidate Recommendation Snapshots get similar patent commitments to W3C Recommendations but do not get
endorsed by W3C as standards for the Web. The document can be revised rapidly by publishing Candidate
Recommendation Drafts on a daily basis.
</dd>
<dt><a href="https://www.w3.org/Consortium/Process/#revising-rec">Recommendations</a></dt>
<dd>
Recommendations are endorsed by W3C as standards for the Web. The document can be revised rapidly by publishing candidate
corrections/additions on a daily basis.
</dd>
</dl>

<h2 id="cr">When should a Group keep a document as a Candidate Recommendation?</h2>

<p>
A document remains in Candidate Recommendation if one or more of the conditions apply:
plehegar marked this conversation as resolved.
Show resolved Hide resolved
plehegar marked this conversation as resolved.
Show resolved Hide resolved
</p>
<ol>
<li>Unresolved issues that prevent any meaningful/core subset of the document to move forward</li>
plehegar marked this conversation as resolved.
Show resolved Hide resolved
<li>Insufficient test coverage to demonstrate adequate implementation experience</li>
<li>Insufficient adequate implementation experience</li>
plehegar marked this conversation as resolved.
Show resolved Hide resolved
</ol>

<p>If unresolved technical issues remain for long period of time due to the impossibility of finding technical
plehegar marked this conversation as resolved.
Show resolved Hide resolved
solutions, the Working Group should consider moving the document on the Note track.</p>
plehegar marked this conversation as resolved.
Show resolved Hide resolved

<h2 id="cr">When should a Group move to Recommendation?</h2>
<p>
Unless one or more of the 3 conditions to remain in Candidate Recommendation are valid, a Working Group is strongly
plehegar marked this conversation as resolved.
Show resolved Hide resolved
encouraged to move forward to Recommendation.
</p>
<p>
Getting to Recommendation is the only way to receive the full endorsement from the W3C for a technical specification.
<strong>Candidate Recommendations are not endorsed by W3C.</strong>
</p>

<h2 id="rec">When should a Group keep a document as a Recommendation?</h2>
plehegar marked this conversation as resolved.
Show resolved Hide resolved

<p>
A document remains in Recommendation if one or more of the conditions apply:
</p>
<ol>
<li>A meaningful/core subset of the document can be normative and received adequate implementation experience</li>
<li>Future corrections and improvements can be dealt through a revision of the Recommendation, including for new features</li>
</ol>
<p>Note: A Working Group should not move to Proposed Recommendations without considering how to maintain/revise the future Recommendation.</p>
plehegar marked this conversation as resolved.
Show resolved Hide resolved

<h3 id="rec_cons">Ensuring the future of your Recommendation</h3>
<p>
Here are considerations to allow a Recommendation to be revised:
</p>
<ul>
<li>Editorial updates can be made at any time on a Recommendation, without further review</li>
<li>Candidate corrections to make substantive changes can be made at any time on a Recommendation, without further review. Those candidate corrections are not considered normative.</li>
<li>Proposed corrections to make substantive changes can be made at any time on a Recommendation, but do trigger reviews. Those proposed corrections are not considered normative.</li>
<li>Similarly, if allowed by the Proposed Recommendation, candidate and proposed additions to add new features can be made at any time on a Recommendation</li>
<li>Once proper reviews are done, proposed corrections and proposed additions can be made normative.</li>
</ul>

<hr class="signed"/>
<address>[email protected]</address>
</body>
</html>