Update README and redirects for Web Animations Module Level 1 & 2 spe… · w3c/fxtf-drafts@7757303
vivienlacour
·
2026-02-28
·
via Recent Commits to fxtf-drafts:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | # Moved |
2 | 2 | |
3 | | -The Web Animations specification is now [here](http://w3c.github.io/web-animations/) |
| 3 | +The Web Animations Module Level 1 specification is now [in the CSSWG repository](https://github.com/w3c/csswg-drafts/tree/main/web-animations-1) |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -<!DOCTYPE HTML> |
2 | | -<html lang="en-US"> |
3 | | -<head> |
4 | | -<meta charset="UTF-8"> |
5 | | -<meta http-equiv="refresh" content="1;url=http://w3c.github.io/web-animations/"> |
6 | | -<script type="text/javascript"> |
7 | | -var newUrl = "http://w3c.github.io/web-animations/"; |
8 | | -if (location.hash) { |
9 | | -newUrl += location.hash; |
10 | | -} |
11 | | -window.location.href = newUrl; |
12 | | -</script> |
13 | | -<title>The Web Animations Editor's Draft has moved; redirecting…</title> |
14 | | -</head> |
15 | | -<body> |
16 | | - If you are not redirected automatically, follow the <a href="http://w3c.github.io/web-animations/">link to the Web Animations specification</a> |
17 | | -</body> |
18 | | -</html> |
| 1 | +<!doctype html> |
| 2 | +<head> |
| 3 | +<meta charset="utf-8"> |
| 4 | +<title>Moved to the CSSWG repository</title> |
| 5 | +</head> |
| 6 | +<body onload='(function() { location.href = "https://drafts.csswg.org/web-animations-1/" + location.hash; })()'> |
| 7 | +<p>Moved to <a href="https://drafts.csswg.org/web-animations-1/">https://drafts.csswg.org/web-animations-1/</a></p> |
| 8 | +</body> |
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | # Moved |
2 | 2 | |
3 | | -The Web Animations specification is now [in the CSSWG repository](https://github.com/w3c/csswg-drafts/tree/main/web-animations) |
| 3 | +The Web Animations Module Level 2 specification is now [in the CSSWG repository](https://github.com/w3c/csswg-drafts/tree/main/web-animations-2) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,5 +4,5 @@
|
4 | 4 | <title>Moved to the CSSWG repository</title> |
5 | 5 | </head> |
6 | 6 | <body onload='(function() { location.href = "https://drafts.csswg.org/web-animations/" + location.hash; })()'> |
7 | | -<p>Moved to <a href="https://drafts.csswg.org/web-animations/">https://drafts.csswg.org/web-animations/</a></p> |
8 | | -</body> |
| 7 | +<p>Moved to <a href="https://drafts.csswg.org/web-animations-2/">https://drafts.csswg.org/web-animations-2/</a></p> |
| 8 | +</body> |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。