aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html b/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
index 36f12c0ed4..49d914d0c5 100644
--- a/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
+++ b/files/zh-cn/web/api/notifications_api/using_the_notifications_api/index.html
@@ -120,7 +120,7 @@ n.onshow = function () {
<p>当你接收到一个“close”事件时,并不能保证这个通知是被用户关闭的。这是符合规范的,其中指出:“当一个通知被关闭时,通知的关闭动作都必须执行,不论是底层通知平台导致,还是用户导致。”</p>
</div>
-<h3 id="简单的例子">简单的例子</h3>
+<h3 id="Simple_example">简单的例子</h3>
<p>假定有如下的 HTML:</p>
@@ -186,7 +186,7 @@ n.onshow = function () {
<p>因此,需要为新建的通知添加一个标记。如果有一条通知也具有一个相同的标记,并且还没有被显示,那么这条新通知将会替换上一条通知。如果有一条通知具有一个相同的标记,并且已经显示出来了,那么上一条通知将会被关闭,新通知将会被显示出来。</p>
-<h3 id="使用标记的例子">使用标记的例子</h3>
+<h3 id="Tag_example">使用标记的例子</h3>
<p>假定有如下 HTML:</p>
@@ -250,7 +250,7 @@ n.onshow = function () {
<p>实际效果如下:</p>
-<p>{{ EmbedLiveSample('.E5.A4.84.E7.90.86.E9.87.8D.E5.A4.8D.E7.9A.84.E9.80.9A.E7.9F.A5', '100%', 30) }}</p>
+<p>{{ EmbedLiveSample('Tag_example', '100%', 30) }}</p>
<h2 id="接收点击应用通知的通知">接收点击应用通知的通知</h2>
@@ -284,7 +284,7 @@ n.onshow = function () {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p>{{page("/zh-CN/Web/API/Notification",".E6.B5.8F.E8.A7.88.E5.99.A8.E5.85.BC.E5.AE.B9.E6.80.A7")}}</p>
+{{Compat("api.Notification")}}
<h2 id="参考">参考</h2>