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

About... joint deliverables #182

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions process/joint-deliverables.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<title>Joint deliverables between Groups</title>
<link rel="stylesheet" href="/StyleSheets/generic-base-1.css"
type="text/css">
<link rel="stylesheet" type="text/css" href="../assets/main.css">
<link rel="shortcut icon" href="/Icons/WWW/Literature.gif">
<link rel="start" href="../" >
<style>
.IssueLabel-big {
font-weight: 600;
padding: 4px 8px;
border-radius: 3px;
line-height: 1.5;
box-sizing: border-box;
text-decoration: none;
}
</style>
</head>
<body>

<div id="header">
<span class="logo"><a href="/"><img src="/Icons/WWW/w3c_home_nb"
alt="W3C" height="48" width="72"></a></span>
<div class="breadcrumb"><a href="/Guide/">The Art of
Consensus</a> &#x2192;
<h1>Joint deliverables<hh1>
</div>
<p class="baseline">This <strong>Guidebook</strong> is the collected
wisdom of the W3C Group Chairs and other collaborators.</p>
</div>

<div class="toolbox box">
<h4>Nearby</h4>
<ul>
<li>
<a href="/Consortium/Process/#WGCharter">W3C Process Document</a>
</li>
<li>
<a href="charter.html#creation">Charter Creation</a>
</li>
</ul>
</div>

<div id="Content">

<p>This document provides details about joint deliverables between W3C Groups.</p>

<h2 id="between-wgs">Joint deliverables between W3C Working Groups</h2>
<p>As a general principle, each Working Group must follow its charter, including in the case of joint deliverables.</p>

<ol>
<li id="dropping">
<p>
If one of the Working Groups decides to drop a joint deliverable from its charter,
only the charters of the remaining Working Groups involved in that joint deliverable are applicable.
</p>
</li>
<li id="scope">
<p>
A Working Group cannot publish features on the W3C standard track that are outside of its scope.
The scope of the narrower Working Group prevails in joint deliverables.
As such, any feature which is out of scope for one of the Working Groups involved cannot appear in the joint deliverable.
</p>
</li>
<li id="success-criteria">
<p>
Each Working Group is obligated to follow its Success criteria requirements.
So the success criteria of the joint deliverable is the combination of the success criteria of all of the Working Groups involved.<br>
<em>Any conflict between the success criteria sections ought to be resolved before the charters are approved.</em>
</p>
</li>
<li id="decision-policy">
<p>
Each Working Group must follow its decision policy.
If conflicting decisions are recorded, the Working Groups need to resolved their differences.
</p>
<p class='example'>
For example, all of the Working Groups must agree to publish a new revision of the joint deliverable in order for the publication
of the joint deliverable to happen.
</p>
</li>
<li id="patent-policy">
<p>
Each Working Group must follow its patent policy.<br>
<em>Any conflict between the patent policy sections ought to be resolved before the charters are approved.</em>
</p>
<p class='example'>
As of 2023, all Working Groups are following the same version of the Patent Policy so no conflict can appear.
</p>
</li>
<li id="licensing">
<p>
Each Working Group must follow its licensing requirements.<br>
<em>Any conflict between the licensing sections ought to be resolved before the charters are approved.</em>
</p>
</li>
</ol>

<h3>Revision History</h3>
<ul>
<li>2023-09-14: Document created from <a href="https://github.com/w3c/w3process/issues/754#issuecomment-1719014704">#754</a>.</li>
</ul>

</div>
<hr >

<address><a href="https://www.w3.org/People/LeHegaret/">Philippe Le Hégaret</a>, guidebook editor<br>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="https://github.com/w3c/Guide">Yep, it's on GitHub</a>.
</address>
</body>
</html>