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

推荐订阅源

Cloudbric
Cloudbric
T
Threat Research - Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog
P
Privacy & Cybersecurity Law Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
G
GRAHAM CLULEY
Spread Privacy
Spread Privacy
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
Arctic Wolf
Project Zero
Project Zero
Engineering at Meta
Engineering at Meta
P
Privacy International News Feed
Blog — PlanetScale
Blog — PlanetScale
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
The Register - Security
The Register - Security
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
Cisco Blogs
PCI Perspectives
PCI Perspectives
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
A
About on SuperTechFans
W
WeLiveSecurity
GbyAI
GbyAI
V
Vulnerabilities – Threatpost
The GitHub Blog
The GitHub Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Check Point Blog
Y
Y Combinator Blog
月光博客
月光博客
Scott Helme
Scott Helme
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
U
Unit 42
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Threatpost
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google Online Security Blog
Google Online Security Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cisco Talos Blog
Cisco Talos Blog
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 司徒正美

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>,