From aaaf9457e758eeb3e756361bfc3747c7dedcf474 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Mon, 15 May 2023 17:48:11 +0200 Subject: [PATCH 1/2] fix HTML error 100% width Bad value 100% for attribute width on element img: Expected a digit but saw % instead. --- releases/note2/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releases/note2/index.html b/releases/note2/index.html index f7f7f36b..b77cdd43 100644 --- a/releases/note2/index.html +++ b/releases/note2/index.html @@ -1514,7 +1514,7 @@

Web of Things (WoT) Scripting API

implementation.

- +
Figure 1 Data structures used when reading data

@@ -1528,7 +1528,7 @@

Web of Things (WoT) Scripting API

- +
Figure 2 Data structures used when writing data

@@ -1542,7 +1542,7 @@

Web of Things (WoT) Scripting API

- +
Figure 3 Data structures used when invoking an Action

@@ -1568,7 +1568,7 @@

Web of Things (WoT) Scripting API

encapsulated by the Protocol Bindings.

- +
Figure 4 Error handling in WoT interactions
Editor's note

From adc0aa95db7feb27c27fa253974b3eb44e8025f5 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Mon, 15 May 2023 17:55:43 +0200 Subject: [PATCH 2/2] fix HTML error element div not allowed as child of element ol move note before ol --- releases/note2/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releases/note2/index.html b/releases/note2/index.html index b77cdd43..245a86f6 100644 --- a/releases/note2/index.html +++ b/releases/note2/index.html @@ -2553,14 +2553,14 @@

Web of Things (WoT) Scripting API

8.17.3 Finding an unsubscribe Form

+
Note

+ This algorithm is under development and is non-normative. + Implementations MAY choose another algorithm to find a matching + unsubscribe Form to a given subscribe Form. +

To find a matching unsubscribe form given subscribeForm in the context of a Subscription object, run the following steps:
    -
    Note

    - This algorithm is under development and is non-normative. - Implementations MAY choose another algorithm to find a matching - unsubscribe Form to a given subscribe Form. -

  1. Let results be an empty array.