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

推荐订阅源

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

Update element adoption logic for scoped custom element registries · whatwg/dom@5796f71 Let replaceChildren() replace a document's children · whatwg/dom@ea2a74e Adopt a DocumentFragment with a host like any other node Editorial: type arguments in event dispatch algorithms Editorial: name event path items and clarify target selection Adopt node before removing child in replace Editorial: improve ensure pre-insert validity Editorial: address assorted feedback Editorial: remove remaining dictionary "is present" usage Editorial: abstract getting the common ancestor Restore deep cloning of clonable shadow root contents Editorial: make adopt traverse the tree less Handle NodeIterator node removal during filtering Add and export get an element by ID Fix NodeIterator pre-remove steps for ancestors of root Define processing instruction attributes API Review Draft Publication: June 2026 Editorial: remove "run these steps" from algorithm headers Meta: remove optional </p> and </li> tags Meta: update repository files Collapse range before mutations in deleteContents() and extractConten… · whatwg/dom@9363c6d
Address infinite loop in TreeWalker's nextNode() · whatwg/dom@e1e7699
annevk · 2026-05-21 · via Recent Commits to dom:main
Original file line numberDiff line numberDiff line change

@@ -10484,12 +10484,15 @@ object <var>walker</var> and "<code>next</code>" or "<code>previous</code>" <var

1048410484
1048510485

<li><p>Set <var>sibling</var> to <var>temporary</var>'s <a for=tree>next sibling</a>.

1048610486
10487-

<li><p>If <var>sibling</var> is non-null, then set <var>node</var> to <var>sibling</var> and

10488-

<a for=iteration>break</a>.

10487+

<li><p>If <var>sibling</var> is non-null, then <a for=iteration>break</a>.

1048910488
1049010489

<li><p>Set <var>temporary</var> to <var>temporary</var>'s <a for=tree>parent</a>.

1049110490

</ol>

1049210491
10492+

<li><p>If <var>sibling</var> is null, then return null.

10493+
10494+

<li><p>Set <var>node</var> to <var>sibling</var>.

10495+
1049310496

<li><p>Set <var>result</var> to the result of <a for=/>filtering</a> <var>node</var> within

1049410497

<a>this</a>.

1049510498