惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hacker News - Newest:
Hacker News - Newest: "LLM"
Webroot Blog
Webroot Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
N
News and Events Feed by Topic
H
Hacker News: Front Page
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
SecWiki News
SecWiki News
N
News | PayPal Newsroom
T
Tor Project blog
W
WeLiveSecurity
A
Arctic Wolf
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
月光博客
月光博客
AWS News Blog
AWS News Blog
D
Docker
C
CERT Recently Published Vulnerability Notes
MyScale Blog
MyScale Blog
Google Online Security Blog
Google Online Security Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
I
InfoQ
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Recorded Future
Recorded Future
罗磊的独立博客
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
The Exploit Database - CXSecurity.com
D
DataBreaches.Net
S
Security Affairs
WordPress大学
WordPress大学
T
Threatpost
Microsoft Security Blog
Microsoft Security Blog
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
B
Blog RSS Feed
Project Zero
Project Zero
P
Proofpoint News Feed

Recent Commits to notifications:main

Meta: update repository files Review Draft Publication: January 2026 · whatwg/notifications@cfd5c87 Meta: link to Korean translations Editorial: add "has showNotification() been successfully invoked" Editorial: modernize language Allow notifications and actions to specify a navigable URL Review Draft Publication: January 2025 Editorial: rename action to notification action and export it Meta: export notification's service worker registration · whatwg/notifications@c032675 Meta: link new Simplified Chinese translation Editorial: export notification show steps Editorial: improve notification member types Mark persistent notifications as a tracking vector Editorial: prepare create a notification for Declarative Web Push Update use of Web IDL "invoke a callback function" Editorially: generally refer to user as end user Editorial: modernize the language around actions Editorial: add a missing comma Meta: update repository files
Editorial: correct some concept types · whatwg/notifications@96a2c28
annevk · 2024-07-09 · via Recent Commits to notifications:main
Original file line numberDiff line numberDiff line change

@@ -46,21 +46,21 @@ representation of something that happened, such as the delivery of a message.

4646

<dfn for=notification id=service-worker-registration>service worker registration</dfn>.

4747
4848

<p>A <a>notification</a> has an associated

49-

<dfn for=notification id=concept-title>title</dfn> which is a DOMString.

49+

<dfn for=notification id=concept-title>title</dfn> which is a string.

5050
5151

<p>A <a>notification</a> has an associated

52-

<dfn for=notification id=body>body</dfn> which is a DOMString.

52+

<dfn for=notification id=body>body</dfn> which is a string.

5353
5454

<p>A <a>notification</a> has an associated

55-

<dfn for=notification id=concept-direction>direction</dfn> which is one of

56-

<i>auto</i>, <i>ltr</i>, and <i>rtl</i>.

55+

<dfn for=notification id=concept-direction>direction</dfn> which is "<code>auto</code>",

56+

"<code>ltr</code>", or "<code>rtl</code>".

5757
5858

<p>A <a>notification</a> has an associated

59-

<dfn for=notification id=concept-language>language</dfn> which is a DOMString

59+

<dfn for=notification id=concept-language>language</dfn> which is a string

6060

representing either a valid BCP 47 language tag or the empty string.

6161
6262

<p>A <a>notification</a> has an associated

63-

<dfn for=notification id=tag>tag</dfn> which is a DOMString.

63+

<dfn for=notification id=tag>tag</dfn> which is a string.

6464
6565

<p>A <a>notification</a> has an associated

6666

<dfn for=notification id=data>data</dfn>.