File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 575
575
< ul >
576
576
< li >
577
577
A single mandatory < a > URI record</ a > that refers to the
578
- < a > smart poster</ a > content.
578
+ < a > smart poster</ a > content. A < a > smart poster</ a > overrides any
579
+ other < a > URI records</ a > in an < a > NDEF message</ a > .
579
580
</ li >
580
581
< li >
581
582
Zero or more < a > Text records</ a > that act as a < dfn > title record</ dfn >
@@ -3705,6 +3706,14 @@ <h3>Parsing content</h3>
3705
3706
< a > type record</ a > , < a > size record</ a > or < a > action record</ a > ,
3706
3707
throw {{TypeError}} and abort these steps.
3707
3708
</ li >
3709
+ < li >
3710
+ If |context| is `"smart-poster"` and |records| contain
3711
+ [=absolute-URL records=], remove them rom |records|.
3712
+ </ li >
3713
+ < li >
3714
+ If any record in |records| is a < a > smart poster</ a > , then remove
3715
+ all < a > URI records</ a > and [=absolute-URL records=] from |records|.
3716
+ </ li >
3708
3717
< li >
3709
3718
Otherwise return `true`.
3710
3719
</ li >
You can’t perform that action at this time.
0 commit comments