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

推荐订阅源

人人都是产品经理
人人都是产品经理
D
Docker
GbyAI
GbyAI
B
Blog RSS Feed
博客园 - 司徒正美
博客园 - Franky
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
www.infosecurity-magazine.com
www.infosecurity-magazine.com
AI
AI
O
OpenAI News
Attack and Defense Labs
Attack and Defense Labs
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
S
Secure Thoughts
博客园 - 聂微东
L
LINUX DO - 最新话题
U
Unit 42
SecWiki News
SecWiki News
A
Arctic Wolf
Schneier on Security
Schneier on Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
Visual Studio Blog
量子位
The Cloudflare Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
B
Blog
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Scott Helme
Scott Helme
Last Week in AI
Last Week in AI
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
Latest news
Latest news

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-layout-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@79124e7 [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-animation-worklet-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@6c343e6
SebastianZ · 2025-12-28 · via Recent Commits to css-houdini-drafts:main

@@ -15,7 +15,10 @@ Ignored Terms: AnimationWorklet

15151616

<pre class="link-defaults">

1717

spec:infra; type:dfn; text:list

18-

spec:dom; type:interface; text:Document

18+

spec:dom;

19+

type:dfn; for:/; text:document

20+

type:interface; text:Document

21+

spec:web-animations-1; type:dfn; text:start time

1922

</pre>

20232124

<pre class="anchors">

@@ -726,8 +729,7 @@ Creating a Worklet Animation {#creating-worklet-animation}

726729727730

Creates a new {{WorkletAnimation}} object using the following procedure:

728731729-

1. Let |documentAnimatorDefinitions| be the associated [=document's=] <a>document animator

730-

definitions</a> [=map=].

732+

1. Let |documentAnimatorDefinitions| be the associated [=document's=] <a>document animator definitions</a> [=map=].

731733732734

2. If |documentAnimatorDefinitions|[|animatorName|] does not [=map/exists=], [=throw=] an

733735

[=TypeError=] and abort the following steps.

@@ -745,7 +747,7 @@ Creates a new {{WorkletAnimation}} object using the following procedure:

745747

6. Let |effect| be the result corresponding to the first matching condition from below.

746748

: If |effects| is a {{AnimationEffect}} object,

747749

:: Let effect be |effects|.

748-

: If |effects| is a [=list=] of {{AnimationEffect}}</a> objects,

750+

: If |effects| is a [=list=] of {{AnimationEffect}} objects,

749751

:: Let |effect| be a new {{WorkletGroupEffect}} with its children set to |effects|.

750752

: Otherwise,

751753

:: Let |effect| be undefined.

@@ -898,7 +900,7 @@ When a given worklet animation's [=play state=] changes from [=finished=], [=run

898900899901

When a given worklet animation's [=replace state=] changes from [=active=] to either

900902

[=persisted=] or [=removed=] run the procedure to

901-

[=disassociate animator instance of worklet animation]= given the worklet animation as

903+

[=disassociate animator instance of worklet animation=] given the worklet animation as

902904

|workletAnimation|.

903905904906