Login
Page 1 of 1

CSS Working Group Editor Drafts

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

UploadedRevisedByComment
2023-12-11
13:53:11 PST2023-08-23 12:30:17 PDTdbaron[css-transitions] Update Bugzilla link to one that mostly works.
13:53:11 PST2023-12-10 06:01:17 PSTdbaron[css-transitions-1] Update title of css-transitions-1 to include "Level 1". This is consistent with most other module titles. See w3c/csswg-drafts#9692.
13:53:11 PST2023-08-23 12:30:17 PDTdbaron[css-transitions] Update Bugzilla link to one that mostly works.
2023-05-07
21:39:40 PDT2023-03-13 08:48:51 PDTchrisl[css-transitions-1][editorial] Link defaults
2023-03-02
19:20:37 PST2023-03-02 19:16:35 PSTfantasai[css-transitions-1][editorial] Add the word gradual to clarify that it's happening over time
2023-02-08
21:04:28 PST2023-02-08 05:48:06 PSTbrian_birtles__via_travis_[css-transitions-1] Remove duplicate animation type values
2022-07-15
11:46:41 PDT2022-07-15 11:44:49 PDTdbaronMove images used in specs into subdirectories that bikeshed echidna will automatically package. Fixes most of #7505.
2022-06-29
01:09:58 PDT2022-06-23 12:21:32 PDTchrislAdd required unit for dimension in range notation
2022-06-08
00:33:14 PDT2022-06-07 23:56:15 PDTdominique_hazael_massieuxAssociate event definitions with their EventHandler container As done by other specs
2021-02-08
16:05:51 PST2021-02-08 13:18:57 PSTbrian_birtles__via_travis_[css-transitions-1] Double word "some"
11:41:48 PST2021-02-08 11:41:26 PSTtabatkinstypo: Double words (#5951) Co-authored-by: Rachel Andrew <rachel.andrew@edgeofmyseat.com>
2020-10-09
09:30:05 PDT2020-10-09 09:29:27 PDTtabatkins[css-transitions-1] Remove trailing semicolon. Fixes #5592
2020-09-18
15:42:57 PDT2020-09-18 14:48:54 PDTSebastianZRemoved duplicate "keywords" from Value Definitions section
2020-01-16
16:21:27 PST2020-01-16 16:20:52 PSTfantasai[meta] Align value definition reference across all specs. Use more obvious heading. Include link to definition syntax directly. #1397
2019-09-30
21:36:29 PDT2019-09-30 03:10:53 PDTautokagami[css-transitions-1] Align with Web IDL specification
2019-08-21
22:35:57 PDT2019-08-21 22:35:38 PDTkagami_sascha_rosylightAdd dictionary default value (#4232) Required after heycam/webidl#750.
2019-05-12
17:51:20 PDT2019-05-12 17:51:05 PDTewilligers[css-animations] [css-transitions] [css-values] easing (#3922) Link to easing-function instead of the defunct timing-function.
2018-11-08
15:59:20 PST2018-11-08 05:33:35 PSTkagami_sascha_rosylightGlobalEventHandlers is a mixin
2018-10-10
18:41:14 PDT2018-10-10 18:40:46 PDTbrian_birtles[css-transitions-1] Point to new WD
2018-10-09
23:15:39 PDT2018-10-09 23:13:56 PDTbrian_birtles[css-transitions-1][css-animations-1][web-animations-1] Update links to renamed CSS Easing Functions nee CSS Timing Functions
2018-10-08
17:59:28 PDT2018-10-08 17:59:08 PDTbrian_birtles[css-transitions-1] Update changelog
2018-09-26
02:27:33 PDT2018-09-26 02:26:14 PDTbrian_birtles[css-transitions-1][web-animations-1] Move definitions of animation types for existing properties to Web Animations ... and update transitions to refer to values as being "transitionable" as opposed to "animatable" or "interpolable".
02:15:53 PDT2018-09-26 02:07:27 PDTfantasai[css-align-3][css-animations-1][css-animations-2][css-box-3][css-break-3][css-color-3][css-content-3][css-flexbox-1][cssgrid-1][css-images-3][css-images-4][css-inline-3][css-line-grid-1][css-lists-3][css-logical-1][css-overflow-3][css-page-3][css-page-floats-3][css-position-3][css-rhythm-1][css-round-display-1][css-ruby-1][css-scroll-snap-1][css-sizing-3][css-tables-3][css-text-3][css-text-4][css-text-decor-3][css-text-decor-4] Clean up Computed value and Animation type lines in propdef tables. 1st pass; CV lines might need some better wording tweaks.
2018-09-25
21:34:55 PDT2018-09-25 21:34:02 PDTbrian_birtles[css-transitions-1] Replace PNG graphic with SVG version
21:18:46 PDT2018-09-25 21:18:21 PDTbrian_birtles[css-transitions-1] Fix warnings about unused definitions
21:12:46 PDT2018-09-25 21:08:56 PDTbrian_birtles[css-transitions-1] Revert change to make transitions fire even when values cannot be smoothly interpolated This reverts the following changeset: https://github.com/w3c/csswg-drafts/commit/d129f87623d6340e1ede938e790549b3b43c0880 https://hg.csswg.org/drafts/rev/077f1626ecc1
19:35:59 PDT2018-09-25 19:34:48 PDTfantasai[css-transitions-1] Update propdef tables to new format
2018-07-09
23:26:30 PDT2018-07-05 19:29:25 PDTflorianDrop the "Media:" entry from propdef tables Its meaning has never been defined properly, and it does not add useful information. This commit does not remove (correct) uses of Media:all, as these do have a meaning, and will be clarified in a later commit.
2018-05-13
16:20:46 PDT2018-05-13 16:20:33 PDTstephen_mcgruer[css-transitions] Change TransitionEvent elapsedTime from 'float' to 'double' (#2671) As per the web-idl spec, float should only be used if there is a specific reason, as double much more closely matches the ECMAScript Number type. In the case of TransitionEvent there does not appear to be such a reason. Furthermore, switching to double allows the elapsedTime to reach higher values without overflowing. A rough calculation (with some assumptions and possible errors) suggests that this change will raise the celing from ~4.5 hours to years.
2018-02-23
13:30:26 PST2018-02-21 21:05:15 PSTericwilligersAdd [Exposed=Window] to interfaces From #2342: WebIDL now defines that interfaces include the Exposed extended attribute even in the case where it is only exposed to Window. The following interfaces previously omitted the Exposed extended attribute: NamedFlow, NamedFlowMap, CSSPseudoElement, CSSPseudoElementList, CSSKeyframeEffectReadOnly, TransitionEvent
2018-01-03
16:21:47 PST2018-01-03 16:09:41 PSTbrian_birtles[css-animations-1][css-transitions-1][web-animations-1] Replace references to <single-timing-function> with <timing-function>
2017-11-29
23:44:10 PST2017-11-29 23:43:50 PSTbrian_birtles[css-animations-1][css-transitions-1] Add new previous version URLs
2017-11-23
21:21:37 PST2017-11-23 21:18:41 PSTbrian_birtles[css-transitions-1] Update editors list Add Brian Birtles to list of editors, move David Hyatt and Chris Marrin to list of former editors.
2017-11-09
16:14:17 PST2017-11-09 16:12:58 PSTdbaronAdd w3cid metadata for all editors. I got the uids from the "Edit status" links in https://www.w3.org/2000/09/dbwg/details?group=32061 and made the actual changes with a python script.
2017-10-25
18:34:23 PDT2017-10-25 17:46:08 PDTtantek_celikUse Title: meta instead of explicit <h1>
2017-10-11
14:48:05 PDT2017-10-11 14:47:55 PDTtabatkinsTHE GREAT NUMBERING - put all specs into numbered directories, per WG resolution, and use Shepherd to set which level is currently shown for the unleveled url.