Skip to content

Commit 6c8b4a5

Browse files
committed
[css-scoping-1][css-shadow-parts-1][editorial] Added redirects to css-shadow-1
1 parent 9053795 commit 6c8b4a5

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cssom-values/Overview.src.html
99
cssom-view/cssom-view.json
1010
cssom-view/Overview.src.html
1111
*/Overview.html
12+
!css-scoping-1/Overview.html
13+
!css-shadow-parts-1/Overview.html
1214

1315
*.DS_Store
1416
*.orig

css-scoping-1/Overview.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html>
2+
<head>
3+
<meta charset="utf-8">
4+
<title>Moved to CSS Shadow Module Level 1</title>
5+
</head>
6+
<body onload='(function() { location.href = "https://drafts.csswg.org/css-shadow-1/" + location.hash; })()'>
7+
<p>Moved to <a href="https://drafts.csswg.org/css-shadow-1/">CSS Shadow Module Level 1</a></p>
8+
</body>

css-shadow-parts-1/Overview.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html>
2+
<head>
3+
<meta charset="utf-8">
4+
<title>Merged into CSS Shadow Module Level 1</title>
5+
</head>
6+
<body onload='(function() { location.href = "https://drafts.csswg.org/css-shadow-1/" + location.hash; })()'>
7+
<p>Merged into <a href="https://drafts.csswg.org/css-shadow-1/">CSS Shadow Module Level 1</a></p>
8+
</body>

0 commit comments

Comments
 (0)