Skip to content

Commit 82abae8

Browse files
committed
CR version URL for TD (again)
1 parent 2123e5d commit 82abae8

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

releases/wd4/Overview.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@
989989
"id": "wot-architecture"
990990
},
991991
"WOT-TD": {
992-
"href": "https://w3c.github.io/wot-thing-description/",
992+
"href": "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/",
993993
"title": "WoT Thing Description ",
994994
"publisher": "W3C",
995995
"date": "16 May 2019",
@@ -1179,7 +1179,7 @@ <h2>Abstract</h2>
11791179
data-link-type="dfn">WoT Interactions</a> specified by a
11801180
script.</p>
11811181
<p>The specification deliberately follows the <a href=
1182-
"https://w3c.github.io/wot-thing-description">WoT Thing
1182+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/">WoT Thing
11831183
Description specification</a> closely. It is possible to
11841184
implement simpler APIs on top of this API, or implementing
11851185
directly the WoT network facing interface (i.e. the <a href=
@@ -2249,7 +2249,7 @@ <h2 id="x4-the-thingdescription-type"><bdi class=
22492249
"biblio">WOT-TD</a></cite>]. It is expected to be a <a href=
22502250
"https://infra.spec.whatwg.org/#parse-json-from-bytes">parsed
22512251
JSON object</a> that is validated using <a href=
2252-
"https://w3c.github.io/wot-thing-description/#json-schema-4-validation">
2252+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#json-schema-4-validation">
22532253
JSON schema validation</a>.</p>
22542254
<section id="fetching-a-thing-description">
22552255
<h3 id="x4-1-fetching-a-thing-description"><bdi class=
@@ -2299,7 +2299,7 @@ <h3 id="x4-2-expanding-a-thing-description"><bdi class=
22992299
"biblio">WOT-TD</a></cite>] allows using a shortened <a href=
23002300
"#dfn-thing-descriptions" class="internalDFN" data-link-type=
23012301
"dfn">Thing Description</a> by the means of <a href=
2302-
"https://w3c.github.io/wot-thing-description/#sec-default-values">
2302+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values">
23032303
defaults</a> and requiring clients to expand them with
23042304
default values specified in [<cite><a class="bibref" href=
23052305
"#bib-wot-td" title="WoT Thing Description " data-link-type=
@@ -2312,7 +2312,7 @@ <h3 id="x4-2-expanding-a-thing-description"><bdi class=
23122312
steps:</p>
23132313
<ol>
23142314
<li>For each item in the <a href=
2315-
"https://w3c.github.io/wot-thing-description/#sec-default-values">
2315+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values">
23162316
TD default values</a> table from [<cite><a class=
23172317
"bibref" href="#bib-wot-td" title=
23182318
"WoT Thing Description " data-link-type=
@@ -2354,15 +2354,15 @@ <h3 id="x4-3-validating-a-thing-description"><bdi class=
23542354
[<cite><a class="bibref" href="#bib-wot-td" title=
23552355
"WoT Thing Description " data-link-type=
23562356
"biblio">WOT-TD</a></cite>] for <a href=
2357-
"https://w3c.github.io/wot-thing-description/#thing">Thing</a>
2357+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#thing">Thing</a>
23582358
that don't have <a href=
2359-
"https://w3c.github.io/wot-thing-description/#sec-default-values">
2359+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values">
23602360
default definitions</a> are missing from <var>td</var>,
23612361
throw <code>"TypeError"</code> and terminate these
23622362
steps.
23632363
</li>
23642364
<li>If <a href=
2365-
"https://w3c.github.io/wot-thing-description/#json-schema-4-validation">
2365+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#json-schema-4-validation">
23662366
JSON schema validation</a> fails on <var>td</var>,
23672367
throw <code>"TypeError"</code> and terminate these
23682368
steps.
@@ -3067,7 +3067,7 @@ <h3 id="x6-5-the-readproperty-method"><bdi class=
30673067
value</dfn> sub-steps on <var>value</var>:
30683068
<ol>
30693069
<li>Based on the <a href=
3070-
"https://w3c.github.io/wot-thing-description/#dataschema">
3070+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#dataschema">
30713071
DataSchema definition</a>, <var>value</var>
30723072
<em class="rfc2119" title="MUST">MUST</em> be a
30733073
JSON value and comply to the data schema defined
@@ -6112,7 +6112,7 @@ <h3 id="a-6-polymorphic-functions"><bdi class=
61126112
generic polymorphic <code>read()</code> function is that the
61136113
current names map exactly to the <code>"op"</code> vocabulary
61146114
from the <a href=
6115-
"https://w3c.github.io/wot-thing-description/#form">Form</a>
6115+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#form">Form</a>
61166116
definition in [<cite><a class="bibref" href="#bib-wot-td"
61176117
title="WoT Thing Description " data-link-type=
61186118
"biblio">WOT-TD</a></cite>].</p>
@@ -6945,10 +6945,10 @@ <h3 id="f-1-normative-references"><bdi class=
69456945
<dt id="bib-wot-td">[WOT-TD]</dt>
69466946
<dd>
69476947
<a href=
6948-
"https://w3c.github.io/wot-thing-description/"><cite>WoT
6948+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/"><cite>WoT
69496949
Thing Description</cite></a> . W3C. 16 May 2019. URL:
69506950
<a href=
6951-
"https://w3c.github.io/wot-thing-description/">https://w3c.github.io/wot-thing-description/</a>
6951+
"https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/">https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/</a>
69526952
</dd>
69536953
</dl>
69546954
</section>

releases/wd4/diff.html

+19-19
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@
10161016
"id": "wot-architecture"
10171017
},
10181018
"WOT-TD": {
1019-
"href": "https://w3c.github.io/wot-thing-description/",
1019+
"href": "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/",
10201020
"title": "WoT Thing Description ",
10211021
"publisher": "W3C",
10221022
"date": "16 May 2019",
@@ -1580,7 +1580,7 @@ <h2>
15801580
deliberately
15811581
follows
15821582
the
1583-
</ins><a href= "https://w3c.github.io/wot-thing-description"><ins class="diff-new">
1583+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/"><ins class="diff-new">
15841584
WoT
15851585
Thing
15861586
Description
@@ -1609,7 +1609,7 @@ <h2>
16091609
interface
16101610
(i.e.
16111611
the
1612-
</ins><a href="#dfn-wot-interface" class= "internalDFN" data-link-type="dfn"><ins class="diff-new">
1612+
</ins><a href= "#dfn-wot-interface" class="internalDFN" data-link-type="dfn"><ins class="diff-new">
16131613
WoT
16141614
Interface
16151615
</ins></a><ins class="diff-new">
@@ -5675,7 +5675,7 @@ <h2 id="x4-the-thingdescription-type">
56755675
</del>
56765676
<ins class="diff-chg">validated
56775677
using
5678-
</ins><a href= "https://w3c.github.io/wot-thing-description/#json-schema-4-validation"><ins class="diff-chg">
5678+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#json-schema-4-validation"><ins class="diff-chg">
56795679
JSON
56805680
schema
56815681
validation
@@ -5862,7 +5862,7 @@ <h3 id="x4-2-expanding-a-thing-description">
58625862
the
58635863
means
58645864
of
5865-
</ins><a href= "https://w3c.github.io/wot-thing-description/#sec-default-values"><ins class="diff-chg">
5865+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values"><ins class="diff-chg">
58665866
defaults
58675867
</ins></a><ins class="diff-chg">
58685868
and
@@ -5877,7 +5877,7 @@ <h3 id="x4-2-expanding-a-thing-description">
58775877
specified
58785878
in
58795879
[
5880-
</ins><cite><a class="bibref" href="#bib-wot-td" title= "WoT Thing Description " data-link-type="biblio"><ins class="diff-chg">
5880+
</ins><cite><a class="bibref" href="#bib-wot-td" title="WoT Thing Description " data-link-type= "biblio"><ins class="diff-chg">
58815881
WOT-TD
58825882
</ins></a></cite><ins class="diff-chg">
58835883
]
@@ -5892,7 +5892,7 @@ <h3 id="x4-2-expanding-a-thing-description">
58925892
in
58935893
a
58945894
given
5895-
</ins><a href="#dfn-td" class="internalDFN" data-link-type= "dfn"><ins class="diff-chg">
5895+
</ins><a href="#dfn-td" class="internalDFN" data-link-type="dfn"><ins class="diff-chg">
58965896
TD
58975897
</ins></a>.
58985898
</p>
@@ -5929,7 +5929,7 @@ <h3 id="x4-2-expanding-a-thing-description">
59295929
item
59305930
in
59315931
the
5932-
</ins><a href= "https://w3c.github.io/wot-thing-description/#sec-default-values"><ins class="diff-chg">
5932+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values"><ins class="diff-chg">
59335933
TD
59345934
default
59355935
values
@@ -6166,13 +6166,13 @@ <h3 id="x4-3-validating-a-thing-description">
61666166
</ins></a></cite><ins class="diff-chg">
61676167
]
61686168
for
6169-
</ins><a href= "https://w3c.github.io/wot-thing-description/#thing"><ins class="diff-chg">
6169+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#thing"><ins class="diff-chg">
61706170
Thing
61716171
</ins></a><ins class="diff-chg">
61726172
that
61736173
don't
61746174
have
6175-
</ins><a href= "https://w3c.github.io/wot-thing-description/#sec-default-values"><ins class="diff-chg">
6175+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#sec-default-values"><ins class="diff-chg">
61766176
default
61776177
definitions
61786178
</ins></a><ins class="diff-chg">
@@ -6223,7 +6223,7 @@ <h3 id="x4-3-validating-a-thing-description">
62236223
third
62246224
argument
62256225
</del>
6226-
<a href= "https://w3c.github.io/wot-thing-description/#json-schema-4-validation">
6226+
<a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#json-schema-4-validation">
62276227
<ins class="diff-chg">JSON
62286228
schema
62296229
validation
@@ -8933,14 +8933,14 @@ <h3 id="x6-4-the-propertymap-type">
89338933
Based
89348934
on
89358935
the
8936-
</ins><a href= "https://w3c.github.io/wot-thing-description/#dataschema"><ins class="diff-chg">
8936+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#dataschema"><ins class="diff-chg">
89378937
DataSchema
89388938
definition
89398939
</ins></a>,<var><ins class="diff-chg">
89408940
value
89418941
</ins>
89428942
</var>
8943-
<em class="rfc2119" title= "MUST">
8943+
<em class="rfc2119" title="MUST">
89448944
<ins class="diff-new">MUST
89458945
</ins></em><ins class="diff-new">
89468946
be
@@ -8956,7 +8956,7 @@ <h3 id="x6-4-the-propertymap-type">
89568956
defined
89578957
for
89588958
the
8959-
</ins><a href="#dfn-properties" class="internalDFN" data-link-type="dfn"><ins class="diff-new">
8959+
</ins><a href="#dfn-properties" class= "internalDFN" data-link-type="dfn"><ins class="diff-new">
89608960
Property
89618961
</ins></a><ins class="diff-new">
89628962
that
@@ -25399,13 +25399,13 @@ <h3 id="a-5-using-events">
2539925399
vocabulary
2540025400
from
2540125401
the
25402-
</ins><a href= "https://w3c.github.io/wot-thing-description/#form"><ins class="diff-chg">
25402+
</ins><a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/#form"><ins class="diff-chg">
2540325403
Form
2540425404
</ins></a><ins class="diff-chg">
2540525405
definition
2540625406
in
2540725407
[
25408-
</ins><cite><a class="bibref" href="#bib-wot-td" title= "WoT Thing Description " data-link-type= "biblio"><ins class="diff-chg">
25408+
</ins><cite><a class="bibref" href="#bib-wot-td" title="WoT Thing Description " data-link-type= "biblio"><ins class="diff-chg">
2540925409
WOT-TD
2541025410
</ins></a></cite><ins class="diff-chg">
2541125411
].
@@ -26863,7 +26863,7 @@ <h3 id="f-1-normative-references">
2686326863
[WOT-TD]
2686426864
</dt>
2686526865
<dd>
26866-
<a href= "https://w3c.github.io/wot-thing-description/">
26866+
<a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/">
2686726867
<cite>
2686826868
WoT
2686926869
Thing
@@ -26906,8 +26906,8 @@ <h3 id="f-1-normative-references">
2690626906
URL:
2690726907
<del class="diff-old">https://html.spec.whatwg.org/multipage/
2690826908
</del>
26909-
<a href= "https://w3c.github.io/wot-thing-description/">
26910-
<ins class="diff-chg">https://w3c.github.io/wot-thing-description/
26909+
<a href= "https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/">
26910+
<ins class="diff-chg">https://www.w3.org/TR/2019/CR-wot-thing-description-20190516/
2691126911
</ins>
2691226912
</a>
2691326913
</dd>

0 commit comments

Comments
 (0)