Skip to content

Commit 37c0aa9

Browse files
committedMar 24, 2020
add errata
1 parent 989c4dc commit 37c0aa9

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed
 

‎errata.html

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<!--
4+
The data-githubrepo attribute provides the owner/repo name on github. For W3C repositories most of those are of the
5+
form 'w3c/XXX', although there are groups that have their own owner for their repository.
6+
-->
7+
<head data-githubrepo="w3c/wot-architecture">
8+
<meta charset="UTF-8">
9+
<title>Open Errata for the Web of Things (WoT) Architecture Specification</title>
10+
<link rel="stylesheet" type="text/css" href="https://w3c.github.io/display_errata/assets/errata.css"/>
11+
<script src="https://www.w3.org/scripts/jquery/1.11/jquery.min.js"></script>
12+
<script src="https://w3c.github.io/display_errata/assets/moment.min.js" type="text/javascript"></script>
13+
<script src="https://w3c.github.io/display_errata/assets/errata.js" type="text/javascript"></script>
14+
<script src="https://www.w3.org/scripts/underscore/1.8/underscore-min.js" type="text/javascript"></script>
15+
<script src="https://w3c.github.io/display_errata/assets/toc.js" type="text/javascript"></script>
16+
17+
<style type="text/css">
18+
.todo {
19+
background-color: yellow
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<header>
25+
<p class="banner"><a accesskey="W" href="/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a> </p>
26+
<br />
27+
<h1 class="title">Open Errata for the Web of Things (WoT) Thing Description Specification</h1>
28+
<dl>
29+
<dt>Latest errata update:</dt>
30+
<dd><span id="date"></span></dd>
31+
<dt>Number of recorded errata:</dt>
32+
<dd><span id="number"></span></dd>
33+
<dt>Link to all errata:</dt>
34+
<dd><span id="errata_link"></span></dd>
35+
</dl>
36+
37+
<section data-notoc>
38+
<h1>How to Submit an Erratum?</h1>
39+
<p>Errata are introduced and stored in the <a href="https://github.com/w3c/wot-architecture/issues/">issue list for the WoT Architecture GitHub repository</a>. The workflow to add a new erratum is as follows:</p>
40+
<ul>
41+
<li>An issue is raised for a possible erratum. The label of the issue SHOULD be set to “<code>ErratumRaised</code>”. It is o.k. for an erratum to have several labels. In some, exceptional, cases, i.e., when the erratum is very general, it is also acceptable not to have a reference to a document.</li>
42+
<li>Issues labeled as “<code>Editorial</code>” are displayed separately, to make it easier to differentiate editorial errata from substantive ones.</li>
43+
<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>
44+
<li>If the community rejects the issue as an erratum, the issue should be closed.</li>
45+
<li>Each errata may be labelled as “<code>Editorial</code>”; editorial errata are listed separately from the substantive ones.</li>
46+
<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>
47+
</ul>
48+
49+
<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>
50+
51+
<p>If you have problems following this process, but you want nevertheless to report an error, you can also contact the staff contact of the Web of Things Working Group, <a href="mailto:ashimura@w3.org">Kaz Ashimura</a>.</p>
52+
</section>
53+
</header>
54+
55+
<div class="toc" id="toc"></div>
56+
57+
<main>
58+
<!-- The data-erratalabel should include one label that filters the errata -->
59+
<section data-nolabel>
60+
<h1>Open Errata on the "WoT Architecture" Recommendation</h1>
61+
<dl>
62+
<dt>Latest Published Version:</dt>
63+
<dd><a href="https://www.w3.org/TR/wot-architecture/">https://www.w3.org/TR/wot-architecture/</a></dd>
64+
<dt>Editor’s draft:</dt>
65+
<dd><a href="https://w3c.github.io/wot-architecture/">https://w3c.github.io/wot-architecture/</a></dd>
66+
<dt>Latest Publication Date:</dt>
67+
<dd>2 April 2020</dd>
68+
</dl>
69+
<section id="first">
70+
<h2>Substantive Issues</h2>
71+
</section>
72+
<section id="last">
73+
<h2>Editorial Issues</h2>
74+
</section>
75+
</section>
76+
</main>
77+
78+
<footer>
79+
<address><a href="mailto:ashimura@w3.org" class=''>Kaz Ashimura</a>, &lt;ashimura@w3.org&gt;, (W3C)</address>
80+
<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>
81+
</footer>
82+
</body>
83+
</html>

0 commit comments

Comments
 (0)