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

推荐订阅源

WordPress大学
WordPress大学
Security Latest
Security Latest
C
Cisco Blogs
P
Palo Alto Networks Blog
Know Your Adversary
Know Your Adversary
Project Zero
Project Zero
C
Cyber Attacks, Cyber Crime and Cyber Security
NISL@THU
NISL@THU
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
P
Privacy International News Feed
V
Vulnerabilities – Threatpost
D
Docker
Google Online Security Blog
Google Online Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Recent Announcements
Recent Announcements
T
The Exploit Database - CXSecurity.com
G
Google Developers Blog
Schneier on Security
Schneier on Security
小众软件
小众软件
爱范儿
爱范儿
GbyAI
GbyAI
J
Java Code Geeks
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
The Hacker News
The Hacker News
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
TaoSecurity Blog
TaoSecurity Blog
MyScale Blog
MyScale Blog
B
Blog RSS Feed
Cyberwarzone
Cyberwarzone
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Securelist
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Y
Y Combinator Blog
S
Schneier on Security
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
F
Fortinet All Blogs
M
MIT News - Artificial intelligence
PCI Perspectives
PCI Perspectives
V
V2EX
V2EX - 技术
V2EX - 技术
O
OpenAI News
W
WeLiveSecurity

Recent Commits to html:main

Mark <base> as Unsafe for sanitization · whatwg/html@c38efee Refactor fragment parsing algorithm to match implementations · whatwg/html@4c4c813 Serialize processing instructions with "?>" at the end Editorial: merge the text track concept into TextTrack Editorial: modernize TextTrack members Remove categories of select/optgroup/option element inner content ele… Editorial: reword 3 grammatically ambiguous sentences · whatwg/html@e481423 Editorial: modernize various dimension getters Editorial: modernize srcObject getter & setter · whatwg/html@e5749bd Fix URL comparison when processing internal resource links · whatwg/html@d86584e Editorial: update PropertyDescriptor [[Get]]/[[Set]] to [[Getter]]/[[… · whatwg/html@6441ae6 Meta: remove Twitter link · whatwg/html@5a226a2 Fix backwards test of element's dirty value flag · whatwg/html@4adc122 Support processing instructions in HTML · whatwg/html@320c05f Define option and optgroup rendering better · whatwg/html@ab99fc3 Meta: improve PR Preview, part 2 · whatwg/html@8d80ce1 Meta: export Sanitizer/configure · whatwg/html@acc064b Meta: improve PR Preview · whatwg/html@3057476 Clarify step 4.3 of adoption agency algorithm · whatwg/html@9f50934 Editorial: spell roundtrip without hyphen · whatwg/html@c560a56 Meta: remove bogus files · whatwg/html@126aea6
Expose redirectCount for TAO opted-in navigation redirect chains · whatwg/html@b94ff88
yoavweiss · 2026-06-25 · via Recent Commits to html:main
Original file line numberDiff line numberDiff line change

@@ -2375,6 +2375,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

23752375

<li><dfn data-x-href="https://infra.spec.whatwg.org/#xlink-namespace">XLink namespace</dfn></li>

23762376

<li><dfn data-x-href="https://infra.spec.whatwg.org/#xml-namespace">XML namespace</dfn></li>

23772377

<li><dfn data-x-href="https://infra.spec.whatwg.org/#xmlns-namespace">XMLNS namespace</dfn></li>

2378+

<li><dfn data-x-href="https://infra.spec.whatwg.org/#success">success</dfn></li>

23782379

</ul>

23792380

</dd>

23802381

@@ -2695,6 +2696,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

26952696

<li><dfn data-x-href="https://fetch.spec.whatwg.org/#reserve-deferred-fetch-quota">reserve deferred fetch quota</dfn></li>

26962697

<li><dfn data-x-href="https://fetch.spec.whatwg.org/#potentially-free-deferred-fetch-quota">potentially free deferred fetch quota</dfn></li>

26972698

<li><dfn data-x-href="https://fetch.spec.whatwg.org/#is-offline">is offline</dfn></li>

2699+

<li><dfn data-x-href="https://fetch.spec.whatwg.org/#navigation-tao-check">navigation TAO check</dfn></li>

26982700

<li>

26992701

<dfn data-x="concept-response"

27002702

data-x-href="https://fetch.spec.whatwg.org/#concept-response">response</dfn> and its

@@ -113108,12 +113110,32 @@ location.href = '#foo';</code></pre>

113108113110

info">extracting the full timing info</span> from <var>navigationParams</var>'s <span

113109113111

data-x="navigation-params-fetch-controller">fetch controller</span>.</p></li>

113110113112
113111-

<li><p>Let <var>redirectCount</var> be 0 if <var>navigationParams</var>'s <span

113112-

data-x="navigation-params-response">response</span>'s <span

113113-

data-x="concept-response-has-cross-origin-redirects">has cross-origin redirects</span> is

113114-

true; otherwise <var>navigationParams</var>'s <span

113115-

data-x="navigation-params-request">request</span>'s <span

113116-

data-x="concept-request-redirect-count">redirect count</span>.</p></li>

113113+

<li><p>Let <var>redirectCount</var> be 0.</p></li>

113114+
113115+

<li>

113116+

<p>If <var>navigationParams</var>'s <span

113117+

data-x="navigation-params-response">response</span>'s <span

113118+

data-x="concept-response-has-cross-origin-redirects">has cross-origin redirects</span> is

113119+

false, or all of the following are true:</p>

113120+
113121+

<ul>

113122+

<li><p><var>navigationParams</var>'s <span

113123+

data-x="navigation-params-request">request</span>'s <span

113124+

data-x="concept-request-client">client</span> is null, or <var>navigationParams</var>'s

113125+

<span data-x="navigation-params-request">request</span>'s <span

113126+

data-x="concept-request-referrer">referrer</span> is not "<code

113127+

data-x="">no-referrer</code>", and</p></li>

113128+
113129+

<li><p><span data-x="navigation TAO check">navigation TAO check</span> given

113130+

<var>navigationParams</var>'s <span data-x="navigation-params-response">response</span>

113131+

and <var>navigationParams</var>'s <span data-x="navigation-params-origin">origin</span>

113132+

returns <span>success</span>,</p></li>

113133+

</ul>

113134+
113135+

<p>then set <var>redirectCount</var> to <var>navigationParams</var>'s <span

113136+

data-x="navigation-params-request">request</span>'s <span

113137+

data-x="concept-request-redirect-count">redirect count</span>.</p>

113138+

</li>

113117113139
113118113140

<li><p><span>Create the navigation timing entry</span> for <var>document</var>, given

113119113141

<var>fullTimingInfo</var>, <var>redirectCount</var>, <var>navigationTimingType</var>,