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

推荐订阅源

K
Kaspersky official blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Martin Fowler
Martin Fowler
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Vulnerabilities – Threatpost
云风的 BLOG
云风的 BLOG
博客园_首页
C
Cybersecurity and Infrastructure Security Agency CISA
量子位
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
Intezer
Scott Helme
Scott Helme
A
About on SuperTechFans
博客园 - 司徒正美
Hacker News: Ask HN
Hacker News: Ask HN
The GitHub Blog
The GitHub Blog
Forbes - Security
Forbes - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Spread Privacy
Spread Privacy
T
Tailwind CSS Blog
S
Security Affairs
宝玉的分享
宝玉的分享

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 Address infinite loop in TreeWalker's nextNode() · whatwg/dom@e1e7699 Meta: update repository files
Collapse range before mutations in deleteContents() and extractConten… · whatwg/dom@9363c6d
stevenobiaju · 2026-03-09 · via Recent Commits to dom:main

@@ -9280,6 +9280,9 @@ method steps are:

92809280

point.

92819281

</ol>

928292829283+

<li><p>Set <a>this</a>'s <a for=range>start</a> and <a for=range>end</a> to

9284+

(<var>newNode</var>, <var>newOffset</var>).

9285+92839286

<li><p>If <var>originalStartNode</var> is a {{CharacterData}} <a for=/>node</a>, then

92849287

<a>replace data</a> of <var>originalStartNode</var> with <var>originalStartOffset</var>,

92859288

<var>originalStartNode</var>'s <a for=Node>length</a> &minus; <var>originalStartOffset</var>, and

@@ -9291,9 +9294,6 @@ method steps are:

92919294

<li><p>If <var>originalEndNode</var> is a {{CharacterData}} <a for=/>node</a>, then

92929295

<a>replace data</a> of <var>originalEndNode</var> with 0, <var>originalEndOffset</var>, and

92939296

the empty string.

9294-9295-

<li><p>Set <a for=range>start</a> and <a for=range>end</a> to

9296-

(<var>newNode</var>, <var>newOffset</var>).

92979297

</ol>

92989298

</div>

92999299

@@ -9411,8 +9411,8 @@ method steps are:

94119411

point.

94129412

</ol>

941394139414-

<!-- Now we start with mutations, so we can't refer to this anymore unless we carefully consider

9415-

how it will have mutated. -->

9414+

<li><p>Set <var>range</var>'s <a for=range>start</a> and <a for=range>end</a> to

9415+

(<var>newNode</var>, <var>newOffset</var>).

9416941694179417

<li>

94189418

<p>If <var>firstPartiallyContainedChild</var> is a {{CharacterData}} <a for=/>node</a>:

@@ -9495,9 +9495,6 @@ method steps are:

94959495

<li><p><a>Append</a> <var>subfragment</var> to <var>clone</var>.

94969496

</ol>

949794979498-

<li><p>Set <var>range</var>'s <a for=range>start</a> and <a for=range>end</a> to

9499-

(<var>newNode</var>, <var>newOffset</var>).

9500-95019498

<li><p>Return <var>fragment</var>.

95029499

</ol>

95039500

</div>

@@ -11281,6 +11278,7 @@ Simon Pieters,

1128111278

Simon Wülker,

1128211279

Stef Busking,

1128311280

Steve Byrne,

11281+

Steven Obiajulu,

1128411282

Stig Halvorsen,

1128511283

Tab Atkins,

1128611284

Takashi Sakamoto,