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

推荐订阅源

T
Tenable Blog
博客园_首页
Vercel News
Vercel News
WordPress大学
WordPress大学
美团技术团队
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 【当耐特】
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
腾讯CDC
M
MIT News - Artificial intelligence
爱范儿
爱范儿
Recent Announcements
Recent Announcements
雷峰网
雷峰网
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
Jina AI
Jina AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
P
Privacy & Cybersecurity Law Blog
Recorded Future
Recorded Future
Help Net Security
Help Net Security
N
News and Events Feed by Topic
博客园 - Franky
P
Proofpoint News Feed
L
LINUX DO - 热门话题
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
D
Docker
Google DeepMind News
Google DeepMind News
有赞技术团队
有赞技术团队
IT之家
IT之家
Security Latest
Security Latest
L
LangChain Blog
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks

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