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

推荐订阅源

Martin Fowler
Martin Fowler
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Security Latest
Security Latest
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
K
Kaspersky official blog
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
L
LINUX DO - 热门话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Visual Studio Blog
O
OpenAI News
AI
AI
Hacker News: Ask HN
Hacker News: Ask HN
V2EX - 技术
V2EX - 技术
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
Y
Y Combinator Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
Project Zero
Project Zero
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
G
Google Developers Blog

Recent Commits to css-houdini-drafts:main

[css-properties-values-api] Use relevant global realm, not current. A… Remove leftover merge conflict marker (#1173) · w3c/css-houdini-drafts@bfc9454 Update all api.csswg.org/bikeshed URLs to reference spec-generator (#… · w3c/css-houdini-drafts@15d0412 [css-layout-api][explainer] add mandatory intrinsicSizes function (#1… · w3c/css-houdini-drafts@a8b415e Reflect master=>main branch renaming in internal hyperlinks Add versioned URL aliases and legacy redirects · w3c/css-houdini-drafts@acae9ee Fix build failure when no Overview.html files exist (#1166) · w3c/css-houdini-drafts@86359e0 Add GitHub Pages autopublishing workflow (#1165) [font-metrics-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@0b7adca [css-properties-values-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@a1eb191 Added .vscode to .gitignore · w3c/css-houdini-drafts@090cd24 [box-tree-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@17fcaf6 [css-typed-om-2][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@eb196d6 [css-typed-om-1][editorial] Fixed Bikeshed issues [css-animation-worklet-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@6c343e6 [css-typed-om-1] Correct a couple of typos (#1150) · w3c/css-houdini-drafts@8172261 [css-typed-om-1] Correct `this` type in StylePropertyMapReadOnly meth… · w3c/css-houdini-drafts@8f910ae [css-typed-om] Use undefined for setters. (#1143) · w3c/css-houdini-drafts@aafb3d5 [css-typed-om] Add missing steps to reify oklab() and oklch() https:/…
[css-layout-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@79124e7
SebastianZ · 2025-12-28 · via Recent Commits to css-houdini-drafts:main

@@ -43,7 +43,9 @@ spec:css-pseudo-4; type:selector; text:::after

4343

spec:css-pseudo-4; type:selector; text:::before

4444

spec:css-pseudo-4; type:selector; text:::first-letter

4545

spec:css-pseudo-4; type:selector; text:::first-line

46-

spec:dom; type:dfn; for:/; text:element

46+

spec:dom; type:dfn; for:/;

47+

text:document

48+

text:element

4749

spec:infra; type:dfn; text:list

4850

spec:html; type:dfn; for:global object; text:realm

4951

spec:css22; type:property;

@@ -333,7 +335,6 @@ The user agent <em>clear</em> the [=styleMap=] internal slot for a [=box=] when:

333335

});

334336

</pre>

335337

</div>

336-

</div>

337338338339

The algorithm below is run when the {{registerLayout(name, layoutCtor)}} is called. It notifies the

339340

user agent layout engine about the new user defined layout.

@@ -396,7 +397,7 @@ is called, the user agent <em>must</em> run the following steps:

396397

16. Let |intrinsicSizesValue| be the result of [=Get=](|prototype|, "intrinsicSizes").

397398398399

17. Let |intrinsicSizes| be the result of [=converted to an IDL value|converting=]

399-

|intrinsicSizesValue| to the {{Function}} [=callback function=] type. Rethrow any

400+

|intrinsicSizesValue| to the {{Function}} [=callback function=] type. Rethrow any

400401

exceptions from the conversion.

401402402403

18. Let |layoutValue| be the result of [=Get=](|prototype|, <code>"layout"</code>).

@@ -671,7 +672,7 @@ called on a {{LayoutChild}} |this|, the user agent must perform the following st

671672

Note: This is to ensure that only {{LayoutChild}}ren passed in as arguments to either the

672673

layout or intrinsicSizes method are used.

673674674-

4. If |breakToken|'s {{ChildBreakToken/[[unique id]]} is not equal to |context|'s [=unique id=],

675+

4. If |breakToken|'s {{ChildBreakToken/[[unique id]]}} is not equal to |context|'s [=unique id=],

675676

reject |p| with a "{{InvalidStateError}}" {{DOMException}}, and abort all these steps.

676677677678

5. If |context|'s [=layout API context/mode=] is <code>"intrinsic-sizes"</code>, reject |p| with