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

推荐订阅源

量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
AWS News Blog
AWS News Blog
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
Tailwind CSS Blog
PCI Perspectives
PCI Perspectives
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 叶小钗
IT之家
IT之家
V2EX - 技术
V2EX - 技术
Cloudbric
Cloudbric
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
宝玉的分享
宝玉的分享
Know Your Adversary
Know Your Adversary
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Schneier on Security
博客园 - 【当耐特】
G
Google Developers Blog
S
Security @ Cisco Blogs
N
Netflix TechBlog - Medium
T
Tenable Blog
C
Check Point Blog
The Cloudflare Blog
J
Java Code Geeks
The Register - Security
The Register - Security
Google Online Security Blog
Google Online Security Blog
Security Latest
Security Latest
T
Tor Project blog
T
The Blog of Author Tim Ferriss
S
Security Affairs
S
Securelist
P
Privacy & Cybersecurity Law Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
P
Privacy International News Feed
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
G
GRAHAM CLULEY
Jina AI
Jina AI
Spread Privacy
Spread Privacy

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>.