@@ -1852,8 +1852,7 @@ <h2>The <dfn>record type</dfn> string</h2>
1852
1852
< p data-dfn-for ="NDEFReadingEventInit ">
1853
1853
< dfn > NDEFReadingEventInit</ dfn > is used to initialize a new event with a serial number
1854
1854
and the < a > NDEFMessageInit</ a > data via the < dfn > message</ dfn > member.
1855
- If < dfn > serialNumber</ dfn > is
1856
- [= dictionary member/not present =] or is `null`,
1855
+ If < dfn > serialNumber</ dfn > is not present or is `null`,
1857
1856
empty string will be used to init the event.
1858
1857
</ p >
1859
1858
< p class ="note ">
@@ -2212,7 +2211,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
2212
2211
denotes the string value which is used for matching the
2213
2212
< a > record identifier</ a > of each
2214
2213
< a > NDEFRecord</ a > object in an < a > NDEF message</ a > .
2215
- If the dictionary member is [= dictionary member/ not present =] ,
2214
+ If the dictionary member is not present,
2216
2215
then it will be ignored by the
2217
2216
< a href ="#steps-listen "> NFC listen algorithm</ a > .
2218
2217
</ p >
@@ -2221,7 +2220,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
2221
2220
denotes the string value which is used for matching the
2222
2221
< a > record type</ a > of each
2223
2222
< a > NDEFRecord</ a > object in an < a > NDEF message</ a > .
2224
- If the dictionary member is [= dictionary member/ not present =] ,
2223
+ If the dictionary member is not present,
2225
2224
then it will be ignored by the
2226
2225
< a href ="#steps-listen "> NFC listen algorithm</ a > .
2227
2226
</ p >
0 commit comments