From 01aad4e9d467a4b4a5b237f888b6c8fda3b07815 Mon Sep 17 00:00:00 2001 From: meowmeowmeowcat Date: Sun, 8 Aug 2021 04:22:47 +0800 Subject: replace link with macro Web/API/Notifications_API/Using_the_Notifications_API, zh-CN (#1943) * Fix broken live samples and the table of Browser compatibility * Fix the table of Browser compatibility * Use macro for the table of Browser compatibility --- .../api/notifications_api/using_the_notifications_api/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/zh-cn') 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 () {

当你接收到一个“close”事件时,并不能保证这个通知是被用户关闭的。这是符合规范的,其中指出:“当一个通知被关闭时,通知的关闭动作都必须执行,不论是底层通知平台导致,还是用户导致。”

-

简单的例子

+

简单的例子

假定有如下的 HTML:

@@ -186,7 +186,7 @@ n.onshow = function () {

因此,需要为新建的通知添加一个标记。如果有一条通知也具有一个相同的标记,并且还没有被显示,那么这条新通知将会替换上一条通知。如果有一条通知具有一个相同的标记,并且已经显示出来了,那么上一条通知将会被关闭,新通知将会被显示出来。

-

使用标记的例子

+

使用标记的例子

假定有如下 HTML:

@@ -250,7 +250,7 @@ n.onshow = function () {

实际效果如下:

-

{{ EmbedLiveSample('.E5.A4.84.E7.90.86.E9.87.8D.E5.A4.8D.E7.9A.84.E9.80.9A.E7.9F.A5', '100%', 30) }}

+

{{ EmbedLiveSample('Tag_example', '100%', 30) }}

接收点击应用通知的通知

@@ -284,7 +284,7 @@ n.onshow = function () {

浏览器兼容性

-

{{page("/zh-CN/Web/API/Notification",".E6.B5.8F.E8.A7.88.E5.99.A8.E5.85.BC.E5.AE.B9.E6.80.A7")}}

+{{Compat("api.Notification")}}

参考

-- cgit v1.2.3-54-g00ecf