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

推荐订阅源

cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
雷峰网
雷峰网
Recent Announcements
Recent Announcements
月光博客
月光博客
G
Google Developers Blog
腾讯CDC
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
云风的 BLOG
云风的 BLOG
W
WeLiveSecurity
博客园 - 【当耐特】
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园 - 聂微东
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
P
Privacy International News Feed
MyScale Blog
MyScale Blog
K
Kaspersky official blog
T
The Blog of Author Tim Ferriss
Attack and Defense Labs
Attack and Defense Labs
Spread Privacy
Spread Privacy
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
aimingoo的专栏
aimingoo的专栏
I
Intezer
Vercel News
Vercel News
小众软件
小众软件
Simon Willison's Weblog
Simon Willison's Weblog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
Latest news
Latest news
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tor Project blog
S
Security Affairs
P
Proofpoint News Feed
博客园 - 三生石上(FineUI控件)
博客园 - Franky
C
Cyber Attacks, Cyber Crime and Cyber Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
美团技术团队
Recent Commits to openclaw:main
Recent Commits to openclaw:main
S
Security @ Cisco Blogs
L
LINUX DO - 热门话题
Know Your Adversary
Know Your Adversary
Project Zero
Project Zero
D
Docker
L
Lohrmann on Cybersecurity
F
Full Disclosure

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 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 Editorial: fix minor markup and grammar inconsistencies · whatwg/url@6d83609 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
Make relative-URL-with-fragment string account for opaque-path base URLs · whatwg/url@24deb59
annevk · 2026-07-01 · via Recent Commits to url:main
Original file line numberDiff line numberDiff line change

@@ -2033,8 +2033,14 @@ followed by zero or more of <a>ASCII alphanumeric</a>, U+002B (+), U+002D (-), a

20332033

[[RFC7595]]

20342034
20352035

<p>A <dfn export oldids=syntax-url-relative-with-fragment>relative-URL-with-fragment string</dfn>

2036-

must be a <a>relative-URL string</a>, optionally followed by U+0023 (#) and a

2037-

<a>URL-fragment string</a>.

2036+

must be:

2037+
2038+

<ul class=brief>

2039+

<li><p>the empty string, if <a>base URL</a> has an <a for=url>opaque path</a>;

2040+

<li><p>otherwise, a <a>relative-URL string</a>,

2041+

</ul>

2042+
2043+

<p>optionally followed by U+0023 (#) and a <a>URL-fragment string</a>.

20382044
20392045

<p>A <dfn export oldids=syntax-url-relative>relative-URL string</dfn> must be one of the following,

20402046

switching on <a>base URL</a>'s <a for=url>scheme</a>:

@@ -2060,7 +2066,7 @@ switching on <a>base URL</a>'s <a for=url>scheme</a>:

20602066

<p>any optionally followed by U+003F (?) and a <a>URL-query string</a>.

20612067
20622068

<p class=note>A non-null <a>base URL</a> is necessary when <a lt="URL parser">parsing</a> a

2063-

<a>relative-URL string</a>.

2069+

<a>relative-URL-with-fragment string</a>.

20642070
20652071

<p>A <dfn export>scheme-relative-special-URL string</dfn> must be "<code>//</code>", followed by a

20662072

<a>valid host string</a>, optionally followed by U+003A (:) and a <a>URL-port string</a>, optionally