惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
Application and Cybersecurity Blog
Application and Cybersecurity Blog
O
OpenAI News
S
Security @ Cisco Blogs
宝玉的分享
宝玉的分享
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Latest news
Latest news
NISL@THU
NISL@THU
S
Security Affairs
博客园_首页
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
AI
AI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AWS News Blog
AWS News Blog
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
I
InfoQ
Schneier on Security
Schneier on Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
IT之家
IT之家
T
Threatpost
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
L
LINUX DO - 最新话题
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
S
SegmentFault 最新的问题

Recent Commits to fxtf-drafts:main

Create CNAME · w3c/fxtf-drafts@d9fa385 Delete CNAME · w3c/fxtf-drafts@a506d06 Create CNAME Update README and redirects for Web Animations Module Level 1 & 2 spe… · w3c/fxtf-drafts@ac3f8d4 Rename Overview.html files in index.html Remove legacy mercurial config files Update README to point to the w3c/csswg-drafts repo · w3c/fxtf-drafts@ca51f68 Update README to point to the w3c/csswg-drafts repo · w3c/fxtf-drafts@23f884a redirects redirects · w3c/fxtf-drafts@e5d15d8 readmes · w3c/fxtf-drafts@d241584 Add auto-redirects to specs in CSSWG repository [web-animations][editorial] Moved to csswg repo · w3c/fxtf-drafts@811085b Add readme · w3c/fxtf-drafts@0c132c3 Shared mathjax moved to csswg repo [motion-1][editorial] Moved to csswg repo · w3c/fxtf-drafts@3b74f53 [matrix][editorial] Moved to csswg repo · w3c/fxtf-drafts@75f1b93 [fill-stroke][editorial] Moved to csswg repo [css-shaders-1][editorial] Proposal now in csswg repo
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 numberDiff line numberDiff line change

@@ -1,3 +1,3 @@

11

# Moved

22
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 numberDiff line numberDiff line change

@@ -1,18 +1,8 @@

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&hellip;</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 numberDiff line numberDiff line change

@@ -1,3 +1,3 @@

11

# Moved

22
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 numberDiff line numberDiff line change

@@ -4,5 +4,5 @@

44

<title>Moved to the CSSWG repository</title>

55

</head>

66

<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>