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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Cyberwarzone
Cyberwarzone
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
F
Full Disclosure
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
G
Google Developers Blog
量子位
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
P
Palo Alto Networks Blog
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Blog — PlanetScale
Blog — PlanetScale
TaoSecurity Blog
TaoSecurity Blog
The Register - Security
The Register - Security
AWS News Blog
AWS News Blog
Know Your Adversary
Know Your Adversary
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
Security Affairs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Spread Privacy
Spread Privacy
美团技术团队
Scott Helme
Scott Helme
Martin Fowler
Martin Fowler
I
InfoQ
T
Tor Project blog
博客园_首页
V
V2EX
A
About on SuperTechFans
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
IT之家
IT之家
Engineering at Meta
Engineering at Meta
博客园 - Franky
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
G
GRAHAM CLULEY
Schneier on Security
Schneier on Security
N
News and Events Feed by Topic

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: 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 Expose redirectCount for TAO opted-in navigation redirect chains · whatwg/html@b94ff88 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
Editorial: reword 3 grammatically ambiguous sentences · whatwg/html@e481423
jmdyck · 2026-07-07 · via Recent Commits to html:main
Original file line numberDiff line numberDiff line change

@@ -60181,7 +60181,7 @@ interface <dfn interface>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {

6018160181

<li>Its <code data-x="attr-fieldset-disabled">disabled</code> attribute is specified.

6018260182
6018360183

<li>It is a descendant of another <code>fieldset</code> element whose <code

60184-

data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and is <em>not</em> a

60184+

data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and it is <em>not</em> a

6018560185

descendant of that <code>fieldset</code> element's first <code>legend</code> element child, if

6018660186

any.</li>

6018760187

</ul>

@@ -61061,7 +61061,7 @@ form.method === input; // => true</code></pre>

6106161061

its value); or</p></li>

6106261062
6106361063

<li><p>the element is a descendant of a <code>fieldset</code> element whose <code

61064-

data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and is <em>not</em> a

61064+

data-x="attr-fieldset-disabled">disabled</code> attribute is specified, and the element is <em>not</em> a

6106561065

descendant of that <code>fieldset</code> element's first <code>legend</code> element child, if

6106661066

any.</p></li>

6106761067

</ul>

@@ -88338,7 +88338,7 @@ body { display:none }

8833888338

data-x="attr-input-type-text">Text</span>, <span

8833988339

data-x="attr-input-type-search">Search</span>, <span

8834088340

data-x="attr-input-type-tel">Telephone</span>, <span data-x="attr-input-type-url">URL</span>,

88341-

or <span data-x="attr-input-type-email">Email</span> state and is <span

88341+

or <span data-x="attr-input-type-email">Email</span> state and <var>element</var> is <span

8834288342

data-x="concept-fe-mutable">mutable</span>;</p></li>

8834388343
8834488344

<li><p><var>element</var> is a <code>textarea</code> element that is <span