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

推荐订阅源

D
DataBreaches.Net
S
Schneier on Security
T
The Exploit Database - CXSecurity.com
Webroot Blog
Webroot Blog
AI
AI
P
Palo Alto Networks Blog
Attack and Defense Labs
Attack and Defense Labs
WordPress大学
WordPress大学
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
Spread Privacy
Spread Privacy
T
Tor Project blog
罗磊的独立博客
小众软件
小众软件
S
Security Affairs
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
Apple Machine Learning Research
Apple Machine Learning Research
T
Threatpost
NISL@THU
NISL@THU
博客园_首页
PCI Perspectives
PCI Perspectives
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
N
News and Events Feed by Topic
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Forbes - Security
Forbes - Security
博客园 - 叶小钗
D
Darknet – Hacking Tools, Hacker News & Cyber Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
L
LINUX DO - 热门话题
T
Threat Research - Cisco Blogs
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Security Latest
Security Latest
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
The Cloudflare Blog
A
About on SuperTechFans
爱范儿
爱范儿
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
TaoSecurity Blog
TaoSecurity Blog
宝玉的分享
宝玉的分享
G
GRAHAM CLULEY
雷峰网
雷峰网
F
Full Disclosure
I
Intezer
Cloudbric
Cloudbric
博客园 - 三生石上(FineUI控件)
U
Unit 42

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