Skip to content

Commit

Permalink
Temporary fix for w3c.github.io redirect breakage
Browse files Browse the repository at this point in the history
See mdn/content#26613. The change made in
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.
  • Loading branch information
sideshowbarker committed May 8, 2023
1 parent c5dff3b commit af19bae
Show file tree
Hide file tree
Showing 83 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion css-align/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-anchor-position/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-animations/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-backgrounds/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-block/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-box/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-break/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-cascade/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-color-adjust/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-color/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-conditional-values/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-conditional/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-contain/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-content/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-counter-styles/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-display/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-easing/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-egg/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-env/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-exclusions/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-extensions/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-flexbox/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-floats/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-font-loading/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-fonts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-forms/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-gcpm/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-grid/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-highlight-api/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-images/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-inline/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-line-grid/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-link-params/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-lists/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-logical/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-multicol/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-namespaces/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-nav/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-nesting/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-overflow/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-overscroll/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-page-floats/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-page-template/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-page/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-position/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-preslev/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-pseudo/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-regions/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-rhythm/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
2 changes: 1 addition & 1 deletion css-round-display/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
<body onload='(function() {
const path = location.pathname ? location.pathname.slice(13) : "";
const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
const hash = location.hash ? location.hash : "";
location.href = `https://drafts.csswg.org${path}${hash}`;
})()'>
Loading

0 comments on commit af19bae

Please sign in to comment.