Skip to content

Commit e0b3267

Browse files
authored
Merge pull request #478 from danielpeintner/2023-05-fix-html
Fix HTML issues
2 parents 83e7dc1 + 02a5fbc commit e0b3267

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@

The InteractionOutput interface

12921292
p>
12931293
<figure id="scripting-read">
12941294
<img src="images/scripting-read-data.png"
1295-
width="100%"
1295+
style="width:100%;"
12961296
title="Reading data"/>
12971297
<figcaption>Data structures used when reading datafigcaption>
12981298
figure>
@@ -1308,7 +1308,7 @@

The InteractionOutput interface

13081308

13091309
<figure id="scripting-write">
13101310
<img src="images/scripting-write-data.png"
1311-
width="100%"
1311+
style="width:100%;"
13121312
title="Writing data"/>
13131313
<figcaption>Data structures used when writing datafigcaption>
13141314
figure>
@@ -1324,7 +1324,7 @@

The InteractionOutput interface

13241324

13251325
<figure id="scripting-action">
13261326
<img src="images/scripting-action-data.png"
1327-
width="100%"
1327+
style="width:100%;"
13281328
title="Invoking action"/>
13291329
<figcaption>Data structures used when invoking an Actionfigcaption>
13301330
figure>
@@ -1352,7 +1352,7 @@

The InteractionOutput interface

13521352
p>
13531353
<figure id="scripting-error-handling">
13541354
<img src="images/scripting-error-handling.png"
1355-
width="100%"
1355+
style="width:100%;"
13561356
title="Error handling"/>
13571357
<figcaption>Error handling in WoT interactionsfigcaption>
13581358
figure>
@@ -2340,14 +2340,14 @@

The stop() method

23402340
p>
23412341
section>
23422342
<section><h4>Finding an unsubscribe <a>Forma>h4>
2343+
<p class="note">
2344+
This algorithm is under development and is <em>non-normativeem>.
2345+
Implementations MAY choose another algorithm to find a matching
2346+
`unsubscribe` <a>Forma> to a given `subscribe` <a>Forma>.
2347+
p>
23432348
To <dfn>find a matching unsubscribe formdfn> given |subscribeForm|
23442349
in the context of a {{Subscription}} object, run the following steps:
23452350
<ol>
2346-
<p class="note">
2347-
This algorithm is under development and is <em>non-normativeem>.
2348-
Implementations MAY choose another algorithm to find a matching
2349-
`unsubscribe` <a>Forma> to a given `subscribe` <a>Forma>.
2350-
p>
23512351
<li>
23522352
Let |results| be an empty array.
23532353
li>

0 commit comments

Comments
 (0)