File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2298,18 +2298,18 @@ <h3><dfn>Writing content</dfn></h3>
2298
2298
If there is no underlying < a > NFC Adapter</ a > , or if a connection
2299
2299
cannot be established, then reject |p| with a
2300
2300
{{"NotSupportedError"}} {{DOMException}}
2301
- and return |p| .
2301
+ and abort these steps .
2302
2302
</ li >
2303
2303
< li >
2304
2304
If the UA is not allowed to access the underlying < a > NFC Adapter</ a >
2305
2305
(e.g. a user preference), then reject |p| with a
2306
2306
{{"NotReadableError"}} {{DOMException}}
2307
- and return |p| .
2307
+ and abort these steps .
2308
2308
</ li >
2309
2309
< li >
2310
2310
If pushing data is not supported by the underlying
2311
2311
< a > NFC Adapter</ a > , then reject |p| with a {{"NotSupportedError"}}
2312
- {{DOMException}} and return |p| .
2312
+ {{DOMException}} and abort these steps .
2313
2313
</ li >
2314
2314
< li >
2315
2315
An implementation MAY reject |p| with
@@ -3346,13 +3346,13 @@ <h3><dfn>Writing content</dfn></h3>
3346
3346
If there is no underlying < a > NFC Adapter</ a > , or if a connection
3347
3347
cannot be established, then reject |p| with a
3348
3348
{{"NotSupportedError"}} {{DOMException}}
3349
- and return |p| .
3349
+ and abort these steps .
3350
3350
</ li >
3351
3351
< li >
3352
3352
If the UA is not allowed to access the underlying < a > NFC Adapter</ a >
3353
3353
(e.g. a user preference), then reject |p| with a
3354
3354
{{"NotReadableError"}} {{DOMException}}
3355
- and return |p| .
3355
+ and abort these steps .
3356
3356
</ li >
3357
3357
< li >
3358
3358
Add |reader| to the < a > activated reader objects</ a > .
You can’t perform that action at this time.
0 commit comments