-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2008 from w3c/ege-errata-fixes
Errata fixes
- Loading branch information
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ <h1 class="title">Open Errata for the Web of Things (WoT) Thing Description 1.1 | |
<dt>Latest errata update:</dt> | ||
<dd><span id="date"></span></dd> | ||
<dt>Number of recorded errata:</dt> | ||
<dd><span id="number"></span></dd> | ||
<dd><span id="number"></span>2</dd> | ||
<dt>Link to all errata:</dt> | ||
<dd><span id="errata_link"></span></dd> | ||
</dl> | ||
|
@@ -43,7 +43,7 @@ <h1>How to Submit an Erratum?</h1> | |
<li>The community discusses the issue. If it is accepted as a genuine erratum, the label “<code>Errata</code>” is added to the entry and the “<code>ErratumRaised</code>” label should be removed. Additionally, a new comment on the issue MAY be added, beginning with the word "Summary:" (if such a summary is useful based on the discussion).</li> | ||
<li>If the community rejects the issue as an erratum, the issue should be closed.</li> | ||
<li>Each errata may be labelled as “<code>Editorial</code>”; editorial errata are listed separately from the substantive ones.</li> | ||
<li>ALL substantive errata are generally expected to have corresponding test(s) (such as a pull request in <a href='https://github.com/web-platform-tests/wpt'>web-platform-tests</a>), either in the form of new tests or modifications to existing tests, or must include the rationale for why test updates are not required for the erratum.</li> | ||
<li>ALL substantive errata are generally expected to have corresponding test(s), either in the form of new tests or modifications to existing tests, or must include the rationale for why test updates are not required for the erratum.</li> | ||
</ul> | ||
|
||
<p>This report contains a reference to all open issues with the label <code>Errata</code>, displayed in the sections below. Each section collects the issues for a specific document, with a separate section for the issues not assigned to any.</p> | ||
|
@@ -60,12 +60,11 @@ <h1>How to Submit an Erratum?</h1> | |
<h1>Open Errata on the "WoT Thing Description 1.1" Recommendation</h1> | ||
<dl> | ||
<dt>Latest Published Version:</dt> | ||
<dd><a href="https://www.w3.org/TR/wot-thing-description/">https://www.w3.org/TR/wot-thing-description/</a></dd> | ||
<dd><a href="https://www.w3.org/TR/wot-thing-description11/">https://www.w3.org/TR/wot-thing-description/</a></dd> | ||
<dt>Editor’s draft:</dt> | ||
<dd><a href="https://w3c.github.io/wot-thing-description/">https://w3c.github.io/wot-thing-description/</a></dd> | ||
<dt>Latest Publication Date:</dt> | ||
<dd>2 April 2020</dd> | ||
<!-- TODO: Fix the date --> | ||
<dd>05 December 2023</dd> | ||
</dl> | ||
<section id="first"> | ||
<h2>Substantive Issues</h2> | ||
|
@@ -88,7 +87,14 @@ <h2>Editorial Issues</h2> | |
|
||
<footer> | ||
<address><a href="mailto:[email protected]" class=''>Kaz Ashimura</a>, <[email protected]>, (W3C)</address> | ||
<p class="copyright"><a href="/Consortium/Legal/ipr-notice#Copyright" rel="Copyright">Copyright</a> © 2020 <a href="/"><abbr title="World Wide Web Consortium">W3C</abbr></a> <sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.</p> | ||
<div class="footer-copyright text-center "> | ||
Copyright © {{ 'now' | date: "%Y" }} <a href="https://www.w3.org/">World Wide Web Consortium</a>.<br /> <abbr | ||
title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a | ||
href="https://www.w3.org/policies/#disclaimers">liability</a>, <a | ||
href="https://www.w3.org/policies/#trademarks">trademark</a> and <a rel="license" | ||
href="https://www.w3.org/copyright/document-license/" title="W3C Document License">permissive license</a> rules | ||
apply. | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |