Skip to content

Commit e7eb9e2

Browse files
Temporary fix for w3c.github.io redirect breakage
See mdn/content#26613. The change made in w3c@52077ef broke all links to CSS specs in all MDN CSS articles. This is an attempt to get all those links unbroken temporarily until we can find a better fix.
1 parent cc1b08d commit e7eb9e2

82 files changed

Lines changed: 492 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css-align/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-anchor-position/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-animations/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-backgrounds/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-block/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-box/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-break/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-cascade/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-color-adjust/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

css-color/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
2+
<body onload='(function() {
3+
const path = location.path ? location.path : "";
4+
const hash = location.hash ? location.hash : "";
5+
location.href = `https://drafts.csswg.org/${path}${hash}`;
6+
})()'>

0 commit comments

Comments
 (0)