@@ -430,7 +430,6 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
430
430
<a for=notification>icon resource</a> to the decoded resource. (Otherwise
431
431
<var> notification</var> has no <a for=notification>icon resource</a> .)
432
432
</ol>
433
- </li>
434
433
435
434
<li>
436
435
<p> If the notification platform supports badges, <a for=/>fetch</a> <var> notification</var> 's
@@ -452,7 +451,6 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
452
451
<a for=notification>badge resource</a> to the decoded resource. (Otherwise
453
452
<var> notification</var> has no <a for=notification>badge resource</a> .)
454
453
</ol>
455
- </li>
456
454
457
455
<li>
458
456
<p> If the notification platform supports actions and action icons, then for each <var> action</var>
@@ -476,7 +474,6 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
476
474
<a for="notification action">icon resource</a> to the decoded resource. (Otherwise
477
475
<var> action</var> 's <a for="notification action">icon resource</a> remains null.)
478
476
</ol>
479
- </li>
480
477
</ol>
481
478
</div>
482
479
@@ -506,13 +503,13 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
506
503
otherwise.
507
504
508
505
<li>
509
- <p> If <var> oldNotification</var> is non-null, then :
506
+ <p> If <var> oldNotification</var> is non-null:
510
507
511
508
<ol>
512
509
<li><p> <a>Handle close events</a> with <var> oldNotification</var> .
513
510
514
511
<li>
515
- <p> If the notification platform supports replacement, then :
512
+ <p> If the notification platform supports replacement:
516
513
517
514
<ol>
518
515
<li><p> <a for=list>Replace</a> <var> oldNotification</var> with <var> notification</var> , in the
@@ -529,7 +526,7 @@ interpreted as a language tag. Validity or well-formedness are not enforced. [[!
529
526
</ol>
530
527
531
528
<li>
532
- <p> If <var> shown</var> is false, then :
529
+ <p> If <var> shown</var> is false:
533
530
534
531
<ol>
535
532
<li><p> <a for=list>Append</a> <var> notification</var> to the <a>list of notifications</a> .
@@ -594,7 +591,7 @@ platform supports activation, the user agent must (unless otherwise specified) r
594
591
</ol>
595
592
596
593
<li>
597
- <p> If <var> notification</var> is a <a>persistent notification</a> , then :
594
+ <p> If <var> notification</var> is a <a>persistent notification</a> :
598
595
599
596
<ol>
600
597
<li><p> Let <var> actionName</var> be the empty string.
@@ -1204,7 +1201,7 @@ method steps are:
1204
1201
1205
1202
<li>
1206
1203
<p> <a>Queue a global task</a> on the <a>DOM manipulation task source</a> given <var> global</var>
1207
- to run these steps:</p>
1204
+ to run these steps:
1208
1205
1209
1206
<ol>
1210
1207
<li><p> Let <var> objects</var> be a <a for=/>list</a> .
0 commit comments