diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:31:29 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-08-04 01:30:29 +0800 |
commit | d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (patch) | |
tree | f8ea6bd0389fecc2c53d179b28dbd848a1dc421f /files/zh-cn/web/api/notification | |
parent | 9ea776df4726b50ce1b83e7ef8da6b20aeeece73 (diff) | |
download | translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.gz translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.bz2 translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.zip |
remove link 'title' attributes that's just the 'href' (zh-cn, part 6)
Diffstat (limited to 'files/zh-cn/web/api/notification')
-rw-r--r-- | files/zh-cn/web/api/notification/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/notification/index.html b/files/zh-cn/web/api/notification/index.html index f92c528b16..72b28708f2 100644 --- a/files/zh-cn/web/api/notification/index.html +++ b/files/zh-cn/web/api/notification/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/Notification <dd>一个被允许用来设置通知的对象。它包含以下属性: <ul> <li><code>dir</code> : 文字的方向;它的值可以是 <code>auto(自动)</code>, <code>ltr(从左到右)</code>, or <code>rtl</code>(从右到左)</li> - <li><code>lang</code>: 指定通知中所使用的语言。这个字符串必须在 <a href="http://tools.ietf.org/html/bcp47" title="http://tools.ietf.org/html/bcp47">BCP 47 language tag</a> 文档中是有效的。</li> + <li><code>lang</code>: 指定通知中所使用的语言。这个字符串必须在 <a href="http://tools.ietf.org/html/bcp47">BCP 47 language tag</a> 文档中是有效的。</li> <li><code>body</code>: 通知中额外显示的字符串</li> <li><code>tag</code>: 赋予通知一个ID,以便在必要的时候对通知进行刷新、替换或移除。</li> <li><code>icon</code>: 一个图片的URL,将被用于显示通知的图标。</li> @@ -240,7 +240,7 @@ translation_of: Web/API/Notification <h3 id="Chrome_备忘">Chrome 备忘</h3> <ul> - <li>在 Chrome 22 版本之前,如果要使用通知需要 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification" title="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">旧的带前缀版本的规范</a> ,并且使用{{domxref("window.navigator.webkitNotifications","navigator.webkitNotifications")}} 对象创建一个新的通知实例。</li> + <li>在 Chrome 22 版本之前,如果要使用通知需要 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">旧的带前缀版本的规范</a> ,并且使用{{domxref("window.navigator.webkitNotifications","navigator.webkitNotifications")}} 对象创建一个新的通知实例。</li> <li>在 Chrome 32 版本之前,不支持 {{domxref("Notification.permission")}} 属性。</li> </ul> |