8000 Temporary fix for w3c.github.io redirect breakage · tursunova/csswg-drafts@af19bae · GitHub
Skip to content

Commit af19bae

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 c5dff3b commit af19bae

83 files changed

Lines changed: 83 additions & 83 deletions

File tree

  • css-conditional-values
  • css-conditional
  • css-contain
  • css-content
  • css-counter-styles
  • css-display
  • css-easing
  • css-egg
  • css-env
  • css-exclusions
  • css-extensions
  • css-flexbox
  • css-floats
  • css-font-loading
  • css-fonts
  • css-forms
  • css-gcpm
  • css-grid
  • css-highlight-api
  • css-images
  • css-inline
  • css-line-grid
  • css-lists
  • css-logical
  • css-multicol
  • css-namespaces
  • css-nav
  • css-nesting
  • css-overflow
  • css-overscroll
  • css-page-floats
  • css-page-template
  • css-page
  • css-position
  • css-preslev
  • css-pseudo
  • css-regions
  • css-rhythm
  • css-round-display
  • css-ruby
  • css-scoping
  • css-scroll-anchoring
  • css-scroll-snap
  • css-scrollbars
  • css-shadow-parts
  • css-shapes
  • css-size-adjust
  • css-sizing
  • css-speech
  • css-style-attr
  • css-syntax
  • css-tables
  • css-template
  • css-text-decor
  • css-text
  • css-transforms
  • css-transitions
  • css-ui
  • css-values
  • css-variables
  • css-view-transitions
  • css-will-change
  • css-writing-modes
  • cssom-view
  • cssom
  • mediaqueries
  • resize-observer
  • scroll-animations
  • selectors-nonelement
  • selectors
  • web-animations
  • 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: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-anchor-position/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-animations/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-backgrounds/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-block/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-box/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3< 83EB /code>+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-break/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-cascade/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-color-adjust/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    css-color/index.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    <!doctype html><html lang=en><title>Moved…</title><meta charset="utf-8">
    22
    <body onload='(function() {
    3-
    const path = location.pathname ? location.pathname.slice(13) : "";
    3+
    const path = location.pathname ? location.pathname.replace("csswg-drafts/", "") : "";
    44
    const hash = location.hash ? location.hash : "";
    55
    location.href = `https://drafts.csswg.org${path}${hash}`;
    66
    })()'>

    0 commit comments

    Comments
     (0)