-
Notifications
You must be signed in to change notification settings - Fork 714
[scroll-animations] Migrate from WICG to CSSWG #4334
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
I plan to migrate the repository without losing any of the history. Git supports merging two unrelated repositories in a single commit which ensure the final commit carries both histories. MergeMost merge commits have a diamond shape where one side is branch from the main branch at some earlier point but it is possible to merge to branches that don't share an ancestor. This is what I am proposing to do here. Here is the series of commands I will be using in csswg-drafts:
Additional clean upUse correct name and URL in the spec and README Remove redundant files:
|
This migration is done via a special merge commit that includes two unrelated git histories. This ensures we preserve the history of edit from original specification. For more into see manual of `git merge --allow-unrelated-histories` command. The only changes to the scroll-animation repository content is to move the content to scroll-animations-1 and remove a whole bunch of unnecesary files.
The file was incorrectly copied from wicg/scroll-animations
Content is migrated. I have started the discussion with w3c and wicg admins on the best way to migrate issues. |
Issues have also been migrated! Migration is complete. \o/ |
CSSWG resolved to move scroll-animations spec to csswg. This issue will track the work needed to migrate the repository and its issues.
The text was updated successfully, but these errors were encountered: