Skip to content

Commit 7bfa2ea

Browse files
committed
chore: use latest Binding Templates instead of custom reference
1 parent 7f1122a commit 7bfa2ea

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@
5555
"ecmascript", "streams",
5656
"wot-architecture11", "wot-thing-description11", "wot-binding-templates"],
5757
localBiblio: {
58-
"WOT-PROTOCOL-BINDINGS" : {
59-
href: "https://www.w3.org/TR/2020/NOTE-wot-binding-templates-20200130/",
60-
title: "Web of Things (WoT) Binding Templates",
61-
publisher: "W3C",
62-
date: "30 January 2020"
63-
},
6458
"WOT-SECURITY" : {
6559
href: "https://www.w3.org/TR/2019/NOTE-wot-security-20191106/",
6660
title: "Web of Things (WoT) Security and Privacy Guidelines",
@@ -556,7 +550,7 @@ <h2>The <dfn>WOT</dfn> namespace</dfn></h2>
556550
Let |thing:ConsumedThing| be a new {{ConsumedThing}} object constructed from |td|.
557551
</li>
558552
<li>
559-
Set up the <a>WoT Interactions</a> based on introspecting <a>td</a> as explained in [[!wot-thing-description11]] and [[!WOT-PROTOCOL-BINDINGS]]. Make a request to the underlying platform to initialize the <a>Protocol Bindings</a>.
553+
Set up the <a>WoT Interactions</a> based on introspecting <a>td</a> as explained in [[!wot-thing-description11]] and [[!wot-binding-templates]]. Make a request to the underlying platform to initialize the <a>Protocol Bindings</a>.
560554
<p class="ednote">
561555
Implementations encapsulate the complexity of how to use the
562556
<a>Protocol Bindings</a> for implementing <a>WoT interactions</a>.
@@ -776,7 +770,7 @@ <h3>Validating an ExposedThingInit</h3>
776770
<p class="note">
777771
This is a placeholder for more details in the discovery algorithm.
778772
Implementations should follow the procedures described in the
779-
[[wot-discovery]] and [WOT-PROTOCOL-BINDINGS] specifications.
773+
[[wot-discovery]] and [wot-binding-templates] specifications.
780774
Some normative steps are indicated below.
781775
</p>
782776
<ol>
@@ -3084,7 +3078,7 @@ <h3>The <dfn>PropertyReadHandler</dfn> callback</h3>
30843078
<li>
30853079
Request the underlying platform to create a |reply| from |data| and |options| according to the <a>Protocol Bindings</a>.
30863080
<p class="ednote">
3087-
This clause needs expanding and/or refer to an algorithm in [[WOT-PROTOCOL-BINDINGS]].
3081+
This clause needs expanding and/or refer to an algorithm in [[wot-binding-templates]].
30883082
</p>
30893083
</li>
30903084
<li>
@@ -3588,7 +3582,7 @@ <h3>The <dfn>EventSubscriptionHandler</dfn> callback</h3>
35883582
</li>
35893583
<li>
35903584
Set up the <a>WoT Interactions</a> based on introspecting {{ExposedThing/[[td]]}}
3591-
as explained in [[!wot-thing-description11]] and [[!WOT-PROTOCOL-BINDINGS]].
3585+
as explained in [[!wot-thing-description11]] and [[!wot-binding-templates]].
35923586
Make a request to the underlying platform to initialize the
35933587
<a>Protocol Bindings</a> and then start serving external requests
35943588
for <a>WoT Interactions</a> (read, write and observe <a>Properties</a>,

0 commit comments

Comments
 (0)