Skip to content

Commit 3e5d134

Browse files
committed
Fix the release NFC steps
Signed-off-by: Zoltan Kis <[email protected]>
1 parent 59b4268 commit 3e5d134

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,7 +2241,10 @@ <h2>The <dfn>record type</dfn> string</h2>
22412241
Reject |tuple|'s promise with an {{"InvalidStateError"}} {{DOMException}}.
22422242
</li>
22432243
<li>
2244-
Clear the <a>pending read tuple</a> and abort these steps.
2244+
Stop the <a>dispatch NFC content</a> steps.
2245+
</li>
2246+
<li>
2247+
Clear the <a>pending read tuple</a>.
22452248
</li>
22462249
</ol>
22472250
</div>
@@ -2260,14 +2263,10 @@ <h2>The <dfn>record type</dfn> string</h2>
22602263
Attempt to <a>abort a pending write operation</a>.
22612264
</li>
22622265
<li>
2263-
Stop the <a>dispatch NFC content</a> steps.
2264-
</li>
2265-
<li>
2266-
Clear the <a>pending read tuple</a>.
2266+
Attempt to <a>abort a pending scan operation</a>.
22672267
</li>
22682268
<li>
2269-
Release the NFC resources associated with |nfc| on the
2270-
underlying platform.
2269+
Release the NFC resources on the underlying platform.
22712270
</li>
22722271
</ol>
22732272
<p>

0 commit comments

Comments
 (0)