@@ -1292,7 +1292,7 @@
The InteractionOutput interface
1292
1292
p >
1293
1293
< figure id ="scripting-read ">
1294
1294
< img src ="images/scripting-read-data.png "
1295
- width =" 100% "
1295
+ style =" width: 100%; "
1296
1296
title ="Reading data "/>
1297
1297
< figcaption > Data structures used when reading datafigcaption >
1298
1298
figure >
@@ -1308,7 +1308,7 @@
The InteractionOutput interface
1308
1308
1309
1309
< figure id ="scripting-write ">
1310
1310
< img src ="images/scripting-write-data.png "
1311
- width =" 100% "
1311
+ style =" width: 100%; "
1312
1312
title ="Writing data "/>
1313
1313
< figcaption > Data structures used when writing datafigcaption >
1314
1314
figure >
@@ -1324,7 +1324,7 @@
The InteractionOutput interface
1324
1324
1325
1325
< figure id ="scripting-action ">
1326
1326
< img src ="images/scripting-action-data.png "
1327
- width =" 100% "
1327
+ style =" width: 100%; "
1328
1328
title ="Invoking action "/>
1329
1329
< figcaption > Data structures used when invoking an Actionfigcaption >
1330
1330
figure >
@@ -1352,7 +1352,7 @@
The InteractionOutput interface
1352
1352
p >
1353
1353
< figure id ="scripting-error-handling ">
1354
1354
< img src ="images/scripting-error-handling.png "
1355
- width =" 100% "
1355
+ style =" width: 100%; "
1356
1356
title ="Error handling "/>
1357
1357
< figcaption > Error handling in WoT interactionsfigcaption >
1358
1358
figure >
@@ -2340,14 +2340,14 @@
The stop() method
2340
2340
p >
2341
2341
section >
2342
2342
< 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 >
2343
2348
To < dfn > find a matching unsubscribe formdfn > given |subscribeForm|
2344
2349
in the context of a {{Subscription}} object, run the following steps:
2345
2350
< 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 >
2351
2351
< li >
2352
2352
Let |results| be an empty array.
2353
2353
li >
0 commit comments