We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8d655 commit 7dcdf9fCopy full SHA for 7dcdf9f
index.html
@@ -2628,9 +2628,9 @@ <h3><dfn>Writing content</dfn></h3>
2628
If |record|'s <a>recordType</a> starts with a colon `U+003A` (`:`):
2629
<ul>
2630
<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.
+ If |context| is `""` (i.e. |record| is not a payload to another
+ <a>NDEF record</a>), reject |promise| with a {{TypeError}} and
+ abort these steps.
2634
</li>
2635
2636
If running the <a>validate local type</a> steps on |record|'s
0 commit comments