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

推荐订阅源

G
GRAHAM CLULEY
S
Security @ Cisco Blogs
P
Proofpoint News Feed
Cisco Talos Blog
Cisco Talos Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
WordPress大学
WordPress大学
Project Zero
Project Zero
S
Schneier on Security
P
Proofpoint News Feed
小众软件
小众软件
P
Privacy International News Feed
美团技术团队
L
LangChain Blog
Know Your Adversary
Know Your Adversary
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
Engineering at Meta
Engineering at Meta
I
InfoQ
量子位
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
Spread Privacy
Spread Privacy
D
DataBreaches.Net
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
U
Unit 42
P
Privacy & Cybersecurity Law Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
Latest news
Latest news
K
Kaspersky official blog
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
Simon Willison's Weblog
Simon Willison's Weblog
云风的 BLOG
云风的 BLOG
S
Securelist
AWS News Blog
AWS News Blog
F
Fortinet All Blogs
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Scott Helme
Scott Helme
Help Net Security
Help Net Security
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Tenable 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