|
55 | 55 | "ecmascript", "streams",
|
56 | 56 | "wot-architecture11", "wot-thing-description11", "wot-binding-templates"],
|
57 | 57 | 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 |
| - }, |
64 | 58 | "WOT-SECURITY" : {
|
65 | 59 | href: "https://www.w3.org/TR/2019/NOTE-wot-security-20191106/",
|
66 | 60 | title: "Web of Things (WoT) Security and Privacy Guidelines",
|
@@ -556,7 +550,7 @@ <h2>The <dfn>WOT</dfn> namespace</dfn></h2>
|
556 | 550 | Let |thing:ConsumedThing| be a new {{ConsumedThing}} object constructed from |td|.
|
557 | 551 | </li>
|
558 | 552 | <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>. |
560 | 554 | <p class="ednote">
|
561 | 555 | Implementations encapsulate the complexity of how to use the
|
562 | 556 | <a>Protocol Bindings</a> for implementing <a>WoT interactions</a>.
|
@@ -776,7 +770,7 @@ <h3>Validating an ExposedThingInit</h3>
|
776 | 770 | <p class="note">
|
777 | 771 | This is a placeholder for more details in the discovery algorithm.
|
778 | 772 | Implementations should follow the procedures described in the
|
779 |
| - [[wot-discovery]] and [WOT-PROTOCOL-BINDINGS] specifications. |
| 773 | + [[wot-discovery]] and [wot-binding-templates] specifications. |
780 | 774 | Some normative steps are indicated below.
|
781 | 775 | </p>
|
782 | 776 | <ol>
|
@@ -3084,7 +3078,7 @@ <h3>The <dfn>PropertyReadHandler</dfn> callback</h3>
|
3084 | 3078 | <li>
|
3085 | 3079 | Request the underlying platform to create a |reply| from |data| and |options| according to the <a>Protocol Bindings</a>.
|
3086 | 3080 | <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]]. |
3088 | 3082 | </p>
|
3089 | 3083 | </li>
|
3090 | 3084 | <li>
|
@@ -3588,7 +3582,7 @@ <h3>The <dfn>EventSubscriptionHandler</dfn> callback</h3>
|
3588 | 3582 | </li>
|
3589 | 3583 | <li>
|
3590 | 3584 | 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]]. |
3592 | 3586 | Make a request to the underlying platform to initialize the
|
3593 | 3587 | <a>Protocol Bindings</a> and then start serving external requests
|
3594 | 3588 | for <a>WoT Interactions</a> (read, write and observe <a>Properties</a>,
|
|
0 commit comments