Skip to content

Commit 7f69d75

Browse files
sidvishnoikenchris
authored andcommitted
chore: fix ReSpec linking errors
1 parent f6c451f commit 7f69d75

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,8 @@ <h4>
10061006

10071007
<section> <h3>Handle scanning errors</h3>
10081008
<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.
10111011
</p>
10121012
<pre class="example">
10131013
const reader = new NDEFReader();
@@ -1162,7 +1162,7 @@ <h4>
11621162
<section> <h3>Write data and print out existing data</h3>
11631163
<p>
11641164
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}}
11661166
property to `false`.
11671167
</p>
11681168
<pre class="example">
@@ -1189,7 +1189,7 @@ <h4>
11891189

11901190
<section> <h3>Stop listening to NDEF messages</h3>
11911191
<p>
1192-
Read NDEF messages for 3 seconds by using [=NDEFScanOptions/signal=].
1192+
Read NDEF messages for 3 seconds by using {{NDEFScanOptions/signal}}.
11931193
</p>
11941194
<pre class="example">
11951195
const reader = new NDEFReader();
@@ -1647,9 +1647,9 @@ <h2>The <dfn>record type</dfn> string</h2>
16471647
</p>
16481648
<table class="simple" data-link-for="NDEFRecordInit">
16491649
<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>
16531653
<th nowrap><a href="#ndef-record-types">record type</a></th>
16541654
<th nowrap>[=TNF field=]</th>
16551655
<th nowrap>[=TYPE field=]</th>
@@ -1749,8 +1749,8 @@ <h2>The <dfn>record type</dfn> string</h2>
17491749
<th><a href="#ndef-record-types">record type</a></th>
17501750
<th nowrap>[=TNF field=]<br></th>
17511751
<th nowrap>[=TYPE field=]</th>
1752-
<th>[=recordType=]</th>
1753-
<th>[=mediaType=]</th>
1752+
<th>{{recordType}}</th>
1753+
<th>{{mediaType}}</th>
17541754
</tr>
17551755
<tr>
17561756
<td>[=Empty record=]</td>
@@ -1860,7 +1860,7 @@ <h2>The <dfn>record type</dfn> string</h2>
18601860
</pre>
18611861
<p>
18621862
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.
18641864
</p>
18651865
<p data-dfn-for="NDEFReadingEvent">
18661866
The <dfn>NDEFReadingEvent</dfn> is the event being dispatched on new NFC readings.
@@ -2203,7 +2203,7 @@ <h3>The <dfn>NDEFWriteOptions</dfn> dictionary</h3>
22032203
</p>
22042204
<p>
22052205
The <dfn>signal</dfn> property allows to abort
2206-
the [=NDEFWriter/write()=] operation.
2206+
the {{NDEFWriter/write()}} operation.
22072207
</p>
22082208
</section>
22092209

@@ -2223,7 +2223,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
22232223
</pre>
22242224
<p>
22252225
The <dfn>signal</dfn> property allows to abort the
2226-
[=NDEFReader/scan()=] operation.
2226+
{{NDEFReader/scan()}} operation.
22272227
</p>
22282228
<p>
22292229
The <dfn>id</dfn> property
@@ -2246,7 +2246,7 @@ <h3>The <dfn>NDEFScanOptions</dfn> dictionary</h3>
22462246
<p>
22472247
The <dfn>mediaType</dfn> property
22482248
denotes the <a>match pattern</a> which is used for matching the
2249-
[=NDEFRecord/mediaType=] property of each
2249+
{{NDEFRecord/mediaType}} property of each
22502250
<a>NDEFRecord</a> object in an <a>NDEF message</a>.
22512251
</p>
22522252
<pre
@@ -3535,7 +3535,7 @@ <h3><dfn>Writing content</dfn></h3>
35353535
<p class="note">
35363536
The UA SHOULD represent an unformatted <a>NFC tag</a> as an
35373537
<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.
35393539
</p>
35403540
</li>
35413541
<li>

0 commit comments

Comments
 (0)