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

推荐订阅源

G
Google Developers Blog
S
Schneier on Security
The Hacker News
The Hacker News
P
Proofpoint News Feed
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
I
Intezer
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Schneier on Security
Schneier on Security
Security Latest
Security Latest
AWS News Blog
AWS News Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
O
OpenAI News
月光博客
月光博客
Hacker News: Ask HN
Hacker News: Ask HN
阮一峰的网络日志
阮一峰的网络日志
S
Security @ Cisco Blogs
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Latest news
Latest news
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
PCI Perspectives
PCI Perspectives
博客园 - 聂微东
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
罗磊的独立博客
WordPress大学
WordPress大学
D
Darknet – Hacking Tools, Hacker News & Cyber Security

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