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 @@ -2532,7 +2532,7 @@ <h3><dfn>Writing content</dfn></h3>
2532
2532
Let |records| be the list « |textRecord| ».
2533
2533
</ li >
2534
2534
< li >
2535
- Set |source|'s < a > records</ a > to |records|.
2535
+ Set |source|'s records to |records|.
2536
2536
</ li >
2537
2537
</ ul >
2538
2538
< dt > {{BufferSource}}</ dt >
@@ -2546,13 +2546,13 @@ <h3><dfn>Writing content</dfn></h3>
2546
2546
Let |records| be the list « |mimeRecord| ».
2547
2547
</ li >
2548
2548
< li >
2549
- Set |source|'s < a > records</ a > to |records|.
2549
+ Set |source|'s records to |records|.
2550
2550
</ li >
2551
2551
</ ul >
2552
2552
< dt > {{NDEFMessageInit}}</ dt >
2553
2553
< ul >
2554
2554
< li >
2555
- If |source|'s < a > records</ a > [= list/is empty =], [= exception/throw =]
2555
+ If |source|'s records [= list/is empty =], [= exception/throw =]
2556
2556
a {{TypeError}} and abort these steps.
2557
2557
</ li >
2558
2558
</ ul >
@@ -2570,7 +2570,7 @@ <h3><dfn>Writing content</dfn></h3>
2570
2570
</ li >
2571
2571
< li >
2572
2572
[= list/For each =] |record:NDEFRecordInit| in the < a > list</ a >
2573
- |source|'s < a > records</ a > , run the following steps:
2573
+ |source|'s records, run the following steps:
2574
2574
< ol >
2575
2575
< li >
2576
2576
Let |ndef| be the result of running < a > create NDEF record</ a >
You can’t perform that action at this time.
0 commit comments