Skip to content

Commit 7dcdf9f

Browse files
committed
Improve formulation for 'not a payload to another NDEF record'
1 parent ff8d655 commit 7dcdf9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,9 +2628,9 @@ <h3><dfn>Writing content</dfn></h3>
26282628
If |record|'s <a>recordType</a> starts with a colon `U+003A` (`:`):
26292629
<ul>
26302630
<li>
2631-
If |record| is not a payload to another <a>NDEF record</a>
2632-
and if |context| is not `"smart-poster"`,
2633-
reject |promise| with a {{TypeError}} and abort these steps.
2631+
If |context| is `""` (i.e. |record| is not a payload to another
2632+
<a>NDEF record</a>), reject |promise| with a {{TypeError}} and
2633+
abort these steps.
26342634
</li>
26352635
<li>
26362636
If running the <a>validate local type</a> steps on |record|'s

0 commit comments

Comments
 (0)