Skip to content

Commit e2cc8b0

Browse files
committed
Update index.html
1 parent 5491a0e commit e2cc8b0

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
};
5757
</script>
5858
</head>
59-
<body data-cite="service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT NOTIFICATIONS">
59+
<body data-cite=
60+
"service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT NOTIFICATIONS">
6061
<section id="abstract">
6162
<p>
6263
The <cite>Push API</cite> enables sending of a <a>push message</a> to a web application via
@@ -343,7 +344,7 @@ <h3>
343344
</p>
344345
</li>
345346
<li>
346-
<p>
347+
<p data-cite="INFRA">
347348
If <var>message</var> is not a [=/map=], then return failure.
348349
</p>
349350
</li>
@@ -369,7 +370,7 @@ <h3>
369370
</p>
370371
</li>
371372
<li>
372-
<p>
373+
<p data-cite="INFRA">
373374
If <var>notificationInput</var> is not a [=/map=], then return failure.
374375
</p>
375376
</li>
@@ -460,15 +461,17 @@ <h3>
460461
</li>
461462
<li>
462463
<p>
463-
Let <var>notification</var> be the result of <a>creating a notification</a> given
464+
Let <var>notification</var> be the result of <a data-lt=
465+
"create a notification">creating a notification</a> given
464466
<var>notificationTitle</var>, <var>notificationOptions</var>, <var>origin</var>,
465467
<var>baseURL</var>, and <var>fallbackTimestamp</var>. If this throws an exception,
466468
then return failure.
467469
</p>
468470
</li>
469471
<li>
470472
<p>
471-
If <var>notification</var>'s [=notification/URL=] is null, then return failure.
473+
If <var>notification</var>'s [=notification/navigation URL=] is null, then return
474+
failure.
472475
</p>
473476
</li>
474477
<li>
@@ -1572,8 +1575,9 @@ <h2>
15721575
</li>
15731576
<li>
15741577
<p>
1575-
If a notification has been shown through {{showNotification()}} at this
1576-
point, then abort these steps.
1578+
If a notification has been shown through
1579+
{{ServiceWorkerRegistration/showNotification()}} at this point, then
1580+
abort these steps.
15771581
</p>
15781582
</li>
15791583
</ol>

0 commit comments

Comments
 (0)