-
Notifications
You must be signed in to change notification settings - Fork 719
[web-animations-1] Publish new Working Draft #6211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The CSS Working Group just discussed
The full IRC log of that discussion<dael> Topic: [web-animations-1] Publish new Working Draft<dael> github: https://github.com//issues/6211 <dael> astearns: Anyone have concerns? <dael> astearns: Objections? <dael> RESOLVED: Publish a new WD of web-animations <dael> fantasai: Can we disable test harness, publish, and repub when we figure this out? <dael> plinss: Shoudln't be an issue. 1 line of script <dael> plinss: Probably auto-gen by bikeshed <dael> TabAtkins: Yeah, part of boilerplate. Can remove temp. <dael> astearns: Not bikeshed flag? <dael> TabAtkins: No, can kill it from boilerplate <dael> astearns: Sounds good. Can you add comment to the issue reminding us to put it back in? |
@fantasai I was wondering what "this" is from your comment:
Is there something I need to disable before publishing the WD? |
If you're on most current |
Thanks! I recently switched to installing bikeshed through |
I finally got a trunk version of bikeshed running. I fixed the dark mode colors from 9586314 too since the validator didn't like However, now I get stuck with Log here: https://labs.w3.org/echidna/api/status?id=66c32572-9e9a-4583-b819-0543b13837f7 @fantasai Any idea who I should ask? |
Ooof, that looks like a bug in the publication code. @plehegar? |
It does; especially because Specberus (pubrules checker) was already passed
|
@birtles if it is still not working by Wednesday let me know and I will publish it manually. (Or try to, since we don't know what triggers the error) |
Hmm
Pubrules checker is unhappy :( |
New WD is published: https://www.w3.org/TR/2021/WD-web-animations-1-20210518/ |
Hi,
I would like to publish a new working draft of Web Animations level 1.
It has been over 2 years since the last working draft was published. In that time the following changes have been made:
Animation
interface:replaceState
,onremove
,persist
.commitStyles
method to theAnimation
interface to allow preserving the result of an animation that has been removed.options
parameter to thegetAnimations()
method on theAnimatable
interface to allow fetching all animations on descendants of a particular element.getAnimations()
from theDocument
interface to theDocumentOrShadowRoot
interface mixin so that it can be used withShadowRoot
s as well.As far as I know, all these changes have been implemented in all three major browser engines.
With regards to progressing the spec to REC, the last major issue is #5394 which all the major browser vendors have agreed upon. I have started on the spec/test/implementation work but it will take more time. After that, the remaining issues are hopefully minor.
I don't expect to be on the call unfortunately.
The text was updated successfully, but these errors were encountered: