File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2414,10 +2414,10 @@ <h3><dfn>Writing content</dfn></h3>
2414
2414
</ p >
2415
2415
</ li >
2416
2416
< li >
2417
- Set `this`.[[\WriteOptions]] to |options|.
2417
+ Set `this`.< a > [[\WriteOptions]]</ a > to |options|.
2418
2418
</ li >
2419
2419
< li >
2420
- Set `this`.[[\WriteMessage]] to |output|.
2420
+ Set `this`.< a > [[\WriteMessage]]</ a > to |output|.
2421
2421
</ li >
2422
2422
< li >
2423
2423
Set < a > pending write tuple</ a > to (`this`, |p|).
@@ -2447,7 +2447,7 @@ <h3><dfn>Writing content</dfn></h3>
2447
2447
Let |writer| be the < a > pending write tuple</ a > 's writer.
2448
2448
</ li >
2449
2449
< li >
2450
- Let |options:NDEFWriteOptions| be |writer|.[[\WriteOptions]].
2450
+ Let |options:NDEFWriteOptions| be |writer|.< a > [[\WriteOptions]]</ a > .
2451
2451
</ li >
2452
2452
< li >
2453
2453
If the < a > NFC tag</ a > in proximity range does not expose
@@ -2468,7 +2468,7 @@ <h3><dfn>Writing content</dfn></h3>
2468
2468
{{"NotAllowedError"}} {{DOMException}} and return |p|.
2469
2469
</ li >
2470
2470
< li >
2471
- Let |output:NDEFMessage| be |writer|.[[\WriteMessage]].
2471
+ Let |output:NDEFMessage| be |writer|.< a > [[\WriteMessage]]</ a > .
2472
2472
</ li >
2473
2473
< li >
2474
2474
Initiate data transfer to |device| using
You can’t perform that action at this time.
0 commit comments