Login
Page 1 of 1

CSS Working Group Editor Drafts

History for css-transitions-2/Overview.html:

UploadedRevisedByComment
2023-12-11
13:53:11 PST2023-09-05 09:05:52 PDTdbaron[css-transitions-2] Post-publication edits.
13:53:11 PST2023-09-05 09:05:52 PDTdbaron[css-transitions-2] Post-publication edits.
13:53:11 PST2023-09-05 09:05:52 PDTdbaron[css-transitions-2] Post-publication edits.
2023-07-21
08:55:41 PDT2023-06-22 00:44:34 PDTrune[css-transitions-2] Add spec for @starting-style #8174 (#8876) [css-transitions-2] Add spec for @starting-style #8174
2023-05-07
21:39:40 PDT2023-04-24 18:23:09 PDTbrian_birtles__via_travis_[css-transitions-2] Drop level suffix from Shortname
2023-03-03
14:55:58 PST2023-03-02 19:31:59 PSTfantasai[css-transitions-1] Make discrete properties transition at 50%; exclude them from 'all'. See #4441
2022-07-14
18:29:01 PDT2022-07-14 17:56:42 PDTbrian_birtles__via_travis_[css-transitions-2] clarify that CSS transition events are dispatched at the owning element
2022-02-11
17:41:23 PST2022-02-11 17:40:30 PSTbrian_birtles__via_travis_[css-transitions-2] Replace references to sampling with animation frames
17:36:13 PST2022-02-11 17:35:32 PSTbrian_birtles__via_travis_[css-transitions-2] Fix broken links
11:20:53 PST2022-02-11 11:19:22 PSTtabatkins[css-transitions-2] Remove this anchors block too.
2020-03-03
21:00:01 PST2020-03-03 20:59:32 PSTbrian_birtles__via_travis_[css-transitions-2] Clarify about reversing parameters interaction with Web Animations API
20:50:37 PST2020-03-03 20:49:17 PSTbrian_birtles__via_travis_[css-transitions-2] Integrate owning element section into starting transitions section
2020-03-01
22:37:07 PST2020-03-01 22:36:04 PSTbrian_birtles__via_travis_[css-transitions-2] Make CSS transitions that are not tied to markup target the animations level of the cascade Fixes #2049.
21:53:51 PST2020-03-01 21:52:56 PSTbrian_birtles__via_travis_[css-transitions-2] Add Brian Birtles as editor
18:00:52 PST2020-03-01 18:00:28 PSTbrian_birtles__via_travis_[css-transitions-2] Move composite order section to better reflect level 1 spec outline
17:44:21 PST2020-03-01 17:43:45 PSTbrian_birtles__via_travis_[css-transitions-2] Fix incorrect reference to 'animation' property in note
17:41:43 PST2020-03-01 17:41:01 PSTbrian_birtles__via_travis_[css-transitions-2] Drop no-longer-relevant comment about generating transitions via script
17:39:55 PST2020-03-01 17:39:24 PSTbrian_birtles__via_travis_[css-transitions-2] Rework transition-timing-function section
2020-02-24
20:52:54 PST2020-02-19 19:46:04 PSTbrian_birtles__via_travis_[css-transitions-2] Convert constructors to constructor operations
2020-01-30
10:28:37 PST2020-01-30 10:28:18 PSTstephen_mcgruer[web-animations-1] Resolve remaining issues missed in pseudo-element change. (#4616) Fixup of #4437 addressing #4301. * Add pseudoElement option to KeyframeEffect constructor body * Fixes #4502 by adding catch-all pseudo-element case to composite order * Fixes #4586 by adding error handling to KeyframeEffect.pseudoElement * Fixes #4701 by handling cases when property values cannot be calculated
2019-09-16
08:52:57 PDT2019-09-16 08:52:44 PDTstephen_mcgruer[css-transitions-2] Add section of transition-timing-function and getComputedTiming (issue #4288) (#4306)
2019-04-21
17:09:35 PDT2019-04-18 21:11:09 PDTbrian_birtles[css-transitions-2][css-animations-2] Specify composite order for ::marker pseudo elements
2017-10-25
18:34:43 PDT2017-10-25 17:46:18 PDTtantek_celikUse Title: meta instead of explicit <h1>
2017-08-22
22:37:02 PDT2017-08-22 22:34:17 PDTbrian_birtles[css-animations-2][css-transitions-2] Add [Exposed=Window] annotation to CSSAnimation and CSSTransition interfaces For heycam/webidl#365.
2017-06-08
12:14:30 PDT2017-06-08 12:13:05 PDTdbaronMake editor lines referring to me consistent, and include w3cid.
2017-04-21
11:47:36 PDT2017-04-20 22:42:38 PDTSimonSapin[all] Replace most occurrences DOMString with CSSOMString. CSSWG resolution: https://github.com/w3c/csswg-drafts/issues/1217#issuecomment-295053842 Fix #1217. Each occurrence is one of: * CSS syntax * A name (for example a property name) that also occurs in CSS syntax * `Stylesheet::type`, which is always `text/css`. Not replaced: * `Stylesheet::title`, which is set from the eponymous HTML content attribute of [`<style>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-style-title) and [`<link>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-link-title) elements. These contant attributes are reflected as `HTMLElement::title` DOM attributes, where they are `DOMString`.
2017-02-08
21:05:35 PST2017-02-08 21:02:17 PSTbrian_birtles[css-transitions-2][css-animations-2] Clarify phase for events when there is no target effect
2017-02-06
15:12:14 PST2017-02-06 15:11:50 PSTbrian_birtles[css-transitions-2] Clarify condition for dispatching transitioncancel
2016-10-13
19:10:31 PDT2016-10-13 19:07:58 PDTbrian_birtles[css-transitions-2] Simplify and correct generalized transition event dispatch I decided to just ignore the initial playback rate of the animation since it was getting far too complicated. To do it properly, you'd actually have to change the initial set of events that get dispatched based on the playback rate at a fairly arbitrary moment. Instead, the revised behavior just assumes a positive playback rate for the elapsedTime for the initial set of events.
2016-10-12
18:13:52 PDT2016-10-12 18:12:40 PDTbrian_birtles[css-transitions-2] Remove new transition events from level 2 now that they are in level 1
18:10:24 PDT2016-10-12 18:01:28 PDTbrian_birtles[css-transitions][css-transitions-2] Move new transition events to transitions level 1 https://logs.csswg.org/irc.w3.org/css/2016-09-19/#e722575
2016-09-14
00:01:57 PDT2016-09-13 23:57:59 PDTbrian_birtles[css-animations-2][css-transitions-2] Clarify event dispatch and elapsedTime As discussed in #68.
2016-08-29
19:11:20 PDT2016-08-29 19:08:01 PDTbrian_birtles[css-transitions-2] Add transitionrun event and define transitionstart to fire after delay These definitions still need some work with regards to defining the value of elapsedTime but that is true for level 1 of CSS Animations too (see issue #68). This closes #416.
2016-06-24
12:48:39 PDT2016-06-24 12:48:28 PDTSebastianZIssue 213 missing specs (#230) * [css-break-3] Rerun Bikeshed * Removed Overview.html to let Bikeshed be run automatically on the server (issue #213)
2016-04-27
16:47:25 PDT2016-04-27 16:46:42 PDTbrian_birtles[css-animations-2][css-transitions-2] Rename 'animation type' to 'animation class' To match recent changes to Web Animations terminology.
2016-02-02
07:49:47 PST2016-02-02 07:48:21 PSTfantasaiRegen
2015-09-30
04:15:28 PDT2015-09-30 04:14:42 PDTbrian_birtles[css-transitions-2] Add 'requirements on pending style changes' section
02:20:21 PDT2015-09-30 02:19:54 PDTbrian_birtles[css-transitions-2] Make id ref for DOM interfaces section consistent with animations
00:12:07 PDT2015-09-30 00:11:43 PDTbrian_birtles[css-transitions-2] Fix misplaced heading
2015-09-29
07:57:32 PDT2015-09-29 07:53:38 PDTbrian_birtles[css-transitions-2] Add animation composite order section
2015-08-25
13:12:40 PDT2015-08-25 13:12:29 PDTdbaron[css-transitions-2] Add commonly raised issues deferred from transitions level 1.
2015-05-22
21:05:37 PDT2015-05-22 21:05:25 PDTdbaron[css-transitions-2] Regenerate.
2015-05-15
23:49:21 PDT2015-05-15 23:49:03 PDTtabatkins[css-transitions-2] Add more issues for things that were deferred.
09:31:18 PDT2015-05-14 14:55:48 PDTdbaron[css-transitions] Move separate file of deferred issues into next level specification.
2015-05-08
10:01:49 PDT2015-05-08 10:01:35 PDTdbaron[css-transitions-2] Add delta specification with transitionstart and transitioncancel events. This is per WG resolution at https://lists.w3.org/Archives/Public/www-style/2015Apr/0405.html .