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

推荐订阅源

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 url:main

Report a validation error for IPv4 addresses from non-ASCII input Close more gaps between URL writing and parser sections Define valid IPv6-address string inline Valid domain needs to account for ending with a number Make relative-URL-with-fragment string account for opaque-path base URLs · whatwg/url@24deb59 Path segments can be empty · whatwg/url@1505976 Simplify ends in a number checker · whatwg/url@12c0c5c Close gap between URL writing and parser sections Rename domain to ASCII to domain parser · whatwg/url@3c83874 Add Unicode ToASCII fallback for ASCII domains Meta: remove duplicate Alexis Hunt from acknowledgments · whatwg/url@9fe73be Meta: remove extra space in query definition · whatwg/url@afc0820 Editorial: add missing article before "hexadecimal number" · whatwg/url@91c807f Correct a couple minor issues Document invariants of percent-encode sets better · whatwg/url@dc66b3b Meta: update repository files · whatwg/url@8f0372b Meta: add pywhatwgurl to list of implementations · whatwg/url@b8936db Review Draft Publication: February 2026 Define the "extract an origin" operation · whatwg/url@b6b3251
Editorial: fix minor markup and grammar inconsistencies · whatwg/url@6d83609
Mohammad-Fai · 2026-06-04 · via Recent Commits to url:main
Original file line numberDiff line numberDiff line change

@@ -2161,7 +2161,7 @@ different document encoding. Using the <a>UTF-8</a> encoding everywhere solves t

21612161
21622162

<p class=note>How user input in the web browser's address bar is converted to a

21632163

<a for=/>URL record</a> is out-of-scope of this standard. This standard does include

2164-

<a href="#url-rendering">URL rendering requirements</a> as they pertain trust decisions.

2164+

<a href="#url-rendering">URL rendering requirements</a> as they pertain to trust decisions.

21652165
21662166

<ol>

21672167

<li><p>Let <var>url</var> be the result of running the <a>basic URL parser</a> on <var>input</var>

@@ -3004,7 +3004,7 @@ and then runs these steps:

30043004

<li><p>Set <var>buffer</var> to the empty string.

30053005
30063006

<li><p>If <a>c</a> is U+0023 (#), then set <var>url</var>'s <a for=url>fragment</a> to

3007-

the empty string and state to <a>fragment state</a>.

3007+

the empty string and <var>state</var> to <a>fragment state</a>.

30083008

</ol>

30093009
30103010

<li>

@@ -3753,7 +3753,7 @@ one might have assumed the setter to always "reset" both.

37533753

return.

37543754
37553755

<li><p>If the given value is the empty string, then set <a>this</a>'s <a for=URL>URL</a>'s

3756-

<a for=url>port</a> to null.</p></li>

3756+

<a for=url>port</a> to null.

37573757
37583758

<li><p>Otherwise, <a lt="basic URL parser">basic URL parse</a> the given value with

37593759

<a>this</a>'s <a for=URL>URL</a> as <a for="basic URL parser"><i>url</i></a> and