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

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

Recent Commits to infra:main

Explain literal syntax in terms of code points List's remove now indicates success and list gains has duplicates Add list slice Add list reverse · whatwg/infra@7f8c8ee Meta: update repository files Review Draft Publication: January 2026 Editorial: "for each" is paired with "of" & link asserts Define singleton types Meta: link to Korean translations Review Draft Publication: July 2025 Meta: link Simplified Chinese translation Get a map value with a default Add set extend operation · whatwg/infra@8c74b2a Editorial: remove "then" before substeps Review Draft Publication: January 2025 Define equality for sets · whatwg/infra@2c3dbce Define an algorithm to create a set from a list Define difference for sets Editorial: use the 16-bit unsigned integer definition in string
Warn about other notions of ASCII whitespace · whatwg/infra@2e8f05a
jyasskin · 2024-11-25 · via Recent Commits to infra:main
Original file line numberDiff line numberDiff line change

@@ -933,6 +933,20 @@ SPACE.

933933
934934

<p class=note>"Whitespace" is a mass noun.

935935
936+

<div class=note>

937+

<p>The XML, JSON, and parts of the HTTP specifications exclude U+000C FF in their definition of

938+

whitespace:

939+
940+

<ul class=brief>

941+

<li>[[xml10#NT-S|XML's S production]]

942+

<li>[[JSON#section-2|JSON's ws production]]

943+

<li>[=HTTP whitespace=]

944+

</ul>

945+
946+

<p>Prefer using Infra's [=ASCII whitespace=] definition for new features, unless your specification

947+

deals exclusively with XML/JSON/HTTP.

948+

</div>

949+
936950

<p>A <dfn export>C0 control</dfn> is a <a>code point</a> in the range U+0000 NULL to

937951

U+001F INFORMATION SEPARATOR ONE, inclusive.

938952