@@ -1006,8 +1006,8 @@ <h4>
1006
1006
1007
1007
< section > < h3 > Handle scanning errors</ h3 >
1008
1008
< p >
1009
- This example shows what happens when [= NDEFReader/scan=] promise rejects and
1010
- [= NDEFReader/onerror=] is fired.
1009
+ This example shows what happens when {{ NDEFReader/scan}} promise rejects and
1010
+ {{ NDEFReader/onerror}} is fired.
1011
1011
</ p >
1012
1012
< pre class ="example ">
1013
1013
const reader = new NDEFReader();
@@ -1162,7 +1162,7 @@ <h4>
1162
1162
< section > < h3 > Write data and print out existing data</ h3 >
1163
1163
< p >
1164
1164
Writing data requires tapping an < a > NFC tag</ a > . If data should be
1165
- read during the same tap, we need to set the [= NDEFWriteOptions/ignoreRead=]
1165
+ read during the same tap, we need to set the {{ NDEFWriteOptions/ignoreRead}}
1166
1166
property to `false`.
1167
1167
</ p >
1168
1168
< pre class ="example ">
@@ -1189,7 +1189,7 @@ <h4>
1189
1189
1190
1190
< section > < h3 > Stop listening to NDEF messages</ h3 >
1191
1191
< p >
1192
- Read NDEF messages for 3 seconds by using [= NDEFScanOptions/signal=] .
1192
+ Read NDEF messages for 3 seconds by using {{ NDEFScanOptions/signal}} .
1193
1193
</ p >
1194
1194
< pre class ="example ">
1195
1195
const reader = new NDEFReader();
@@ -1647,9 +1647,9 @@ <h2>The <dfn>record type</dfn> string</h2>
1647
1647
</ p >
1648
1648
< table class ="simple " data-link-for ="NDEFRecordInit ">
1649
1649
< tr >
1650
- < th > [= recordType=] </ th >
1651
- < th > [= mediaType=] </ th >
1652
- < th > [= data=] </ th >
1650
+ < th > {{ recordType}} </ th >
1651
+ < th > {{ mediaType}} </ th >
1652
+ < th > {{ data}} </ th >
1653
1653
< th nowrap > < a href ="#ndef-record-types "> record type</ a > </ th >
1654
1654
< th nowrap > [=TNF field=]</ th >
1655
1655
< th nowrap > [=TYPE field=]</ th >
@@ -1749,8 +1749,8 @@ <h2>The <dfn>record type</dfn> string</h2>
1749
1749
< th > < a href ="#ndef-record-types "> record type</ a > </ th >
1750
1750
< th nowrap > [=TNF field=]< br > </ th >
1751
1751
< th nowrap > [=TYPE field=]</ th >
1752
- < th > [= recordType=] </ th >
1753
- < th > [= mediaType=] </ th >
1752
+ < th > {{ recordType}} </ th >
1753
+ < th > {{ mediaType}} </ th >
1754
1754
</ tr >
1755
1755
< tr >
1756
1756
< td > [=Empty record=]</ td >
@@ -1860,7 +1860,7 @@ <h2>The <dfn>record type</dfn> string</h2>
1860
1860
</ pre >
1861
1861
< p >
1862
1862
The < dfn > NDEFMessageSource</ dfn > is a union type representing argument types
1863
- accepted by the [= NDEFWriter/write()=] method.
1863
+ accepted by the {{ NDEFWriter/write()}} method.
1864
1864
</ p >
1865
1865
< p data-dfn-for ="NDEFReadingEvent ">
1866
1866
The < dfn > NDEFReadingEvent</ dfn > is the event being dispatched on new NFC readings.
@@ -2203,7 +2203,7 @@ <h3>The <dfn>NDEFWriteOptions</dfn> dictionary</h3>
2203
2203
</ p >
2204
2204
< p >
2205
2205
The < dfn > signal</ dfn > property allows to abort
2206
- the [= NDEFWriter/write()=] operation.
2206
+ the {{ NDEFWriter/write()}} operation.
2207
2207
</ p >
2208
2208
</ section >
2209
2209
@@ -2223,7 +2223,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
2223
2223
</ pre >
2224
2224
< p >
2225
2225
The < dfn > signal</ dfn > property allows to abort the
2226
- [= NDEFReader/scan()=] operation.
2226
+ {{ NDEFReader/scan()}} operation.
2227
2227
</ p >
2228
2228
< p >
2229
2229
The < dfn > id</ dfn > property
@@ -2246,7 +2246,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
2246
2246
< p >
2247
2247
The < dfn > mediaType</ dfn > property
2248
2248
denotes the < a > match pattern</ a > which is used for matching the
2249
- [= NDEFRecord/mediaType=] property of each
2249
+ {{ NDEFRecord/mediaType}} property of each
2250
2250
< a > NDEFRecord</ a > object in an < a > NDEF message</ a > .
2251
2251
</ p >
2252
2252
< pre
@@ -3535,7 +3535,7 @@ <h3><dfn>Writing content</dfn></h3>
3535
3535
< p class ="note ">
3536
3536
The UA SHOULD represent an unformatted < a > NFC tag</ a > as an
3537
3537
< a > NDEF message</ a > containing no < a > NDEF record</ a > s, i.e. an empty
3538
- array for its [= NDEFMessage/records=] property.
3538
+ array for its {{ NDEFMessage/records}} property.
3539
3539
</ p >
3540
3540
</ li >
3541
3541
< li >
0 commit comments