Skip to content

Commit 9f15d9a

Browse files
Fix [= dictionary member/not present =] (#554)
1 parent edbad50 commit 9f15d9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,8 +1852,7 @@ <h2>The <dfn>record type</dfn> string</h2>
18521852
<p data-dfn-for="NDEFReadingEventInit">
18531853
<dfn>NDEFReadingEventInit</dfn> is used to initialize a new event with a serial number
18541854
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`,
18571856
empty string will be used to init the event.
18581857
</p>
18591858
<p class="note">
@@ -2212,7 +2211,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
22122211
denotes the string value which is used for matching the
22132212
<a>record identifier</a> of each
22142213
<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,
22162215
then it will be ignored by the
22172216
<a href="#steps-listen">NFC listen algorithm</a>.
22182217
</p>
@@ -2221,7 +2220,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
22212220
denotes the string value which is used for matching the
22222221
<a>record type</a> of each
22232222
<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,
22252224
then it will be ignored by the
22262225
<a href="#steps-listen">NFC listen algorithm</a>.
22272226
</p>

0 commit comments

Comments
 (0)