Skip to content

Commit

Permalink
No echidna rec and clarifies document contact (#597)
Browse files Browse the repository at this point in the history
* Disable echidna for REC

* Clarifies document contact
  • Loading branch information
plehegar authored Apr 6, 2024
1 parent d30cb11 commit ce59b15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions details.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,17 @@ <h2 id="roles">Roles</h2>

<dt id="DocContact">Document Contact</dt>
<dd>The <em>Document Contact</em> is
either the Team Contact of the group requesting publication, or the
document editor. Consult the <a href="mailto:[email protected]">W3C
either the Team Contact, the Chair, or the
document editor of the Working Group or Interest Group requesting publication. If there is no Working Group nor Interest Group,
the <a href="#MaintainerContact">Maintainer Contact</a> becomes the <em>Document Contact</em>. Consult the <a href="mailto:[email protected]">W3C
Project Management Lead</a> if you're not sure who is the relevant
Document Contact.</dd>

<dt id="MaintainerContact">Maintainer Contact</dt>
<dd>The <em>Maintainer
Contact</em> is a designated individual tasked with requesting
Team's approval in order to publish a
Recommendation withtout a Working Group. Consult the <a href="mailto:[email protected]">W3C
Recommendation without a Working Group. Consult the <a href="mailto:[email protected]">W3C
Project Management Lead</a> if you're not sure who is the relevant
Maintainer Contact. (Note: as of January 2018, the maintainer
contact is <a href="mailto:[email protected]">plh</a>)</dd>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ <h4>Tools</h4>
</optgroup>
</select>
</p>
<ul id='echidna-selection' style="margin-left: 3em" data-profile="WD|WG-NOTE|IG-NOTE|CR|REC" data-cr="draft|snapshot" data-rec="editorial|candidate-corrections|candidate-additions">
<!-- Disabled publication of REC with echidna for now -->
<ul id='echidna-selection' style="margin-left: 3em" data-profile="WD|WG-NOTE|IG-NOTE|CR" data-cr="draft|snapshot" data-rec="editorial|candidate-corrections|candidate-additions">
<li style="list-style: none">
<input type="checkbox" id="echidna-checkbox" name="echidna-checkbox" />
<label for="echidna-checkbox">With the <a href="https://github.com/w3c/echidna/wiki">W3C automatic publishing
Expand Down

0 comments on commit ce59b15

Please sign in to comment.