Skip to content

Commit 02a5fbc

Browse files
fix HTML error element div not allowed as child of element ol
move note before ol
1 parent ee0e14a commit 02a5fbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)