Skip to content

Commit

Permalink
Fix a bunch of links to specs that are not or no longer correct (#22591)
Browse files Browse the repository at this point in the history
  • Loading branch information
frivoal committed Apr 1, 2020
1 parent 3bf30e8 commit 7dd40e8
Show file tree
Hide file tree
Showing 152 changed files with 204 additions and 170 deletions.
Expand Up @@ -4,7 +4,7 @@
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#baseline-rules">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-baselines">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#valdef-align-items-baseline">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-items-property">
<meta name="flags" content="ahem">
<meta name="assert" content="This test check the synthesized of a grid container if it has no items (it should use the grid container margin box) or if the items have no baseline (in that case it should use the grid item's border box).">
<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-animations/historical.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>

<title>Historical CSS Animation features must be removed</title>
<link rel="help" href="http://www.w3.org/TR/css3-animations">
<link rel="help" href="https://www.w3.org/TR/css-animations-1/#animations">

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: Gradient backgrounds should fill the positioning area</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-origin">
<link rel="match" href="reference/background-gradient-subpixel-fills-area-ref.html">
<style>
ul {
Expand Down
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: Centered background image with border radius</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-position">
<link rel="match" href="reference/background-image-centered-with-border-radius-ref.html">
<style>
span {
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/background-image-centered.html
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>Centered Background Gradient</title>
<link rel="match" href="background-image-centered-ref.html">
<link rel="help" href="http://www.w3.org/TR/css3-background/">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-position">
<style>
#a {
width: 200px;
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/background-image-cover-zoomed-1.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: background-size:cover should cover at zoom</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-size">
<link rel="match" href="reference/background-image-cover-zoomed-1-ref.html">
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/background-image-large-with-auto.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: Large images with one auto size are correctly sized</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-image">
<link rel="match" href="reference/background-image-large-with-auto-ref.html">
<style>
.wide-div {
Expand Down
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: A background image on table cells with collapsed borders should fill the table</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-image">
<link rel="match" href="reference/background-image-table-cells-zoomed-ref.html">
<style>
body {
Expand Down
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Background Test: A SVG background should fully cover the positioning area</title>
<link rel="author" title="schenney" href="mailto:schenney@chromium.org">
<link rel="help" href="http://www.w3.org/TR/css3-background">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-background-size">
<link rel="match" href="reference/background-size-cover-svg-ref.html">
<style>
div {
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/border-top-left-radius-values-001.htm
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Test: 'Border-top-left-radius' with two values.</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/css3-background/#border-top-left-radius" />
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-border-radius" />
<meta name="flags" content="" />
<meta name="assert" content="The first value of the 'border-top-left-radius' is the horizontal radius of the rounded corner and the second value is its vertical radius." />
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/border-top-left-radius-values-002.htm
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Test: 'Border-top-left-radius' with one value.</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/css3-background/#border-top-left-radius" />
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-border-radius" />
<meta name="flags" content="" />
<meta name="assert" content="'Border-top-left-radius' with an omitted second value has the vertical radius of the rounded corner equal to its horizontal radius." />
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/border-top-left-radius-values-003.htm
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Test: 'Border-top-left-radius' with one value as 0.</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/css3-background/#border-top-left-radius" />
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-border-radius" />
<meta name="flags" content="" />
<meta name="assert" content="If either value of 'border-top-left-radius' is 0 then the corner is a square." />
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-display/display-change-iframe.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-display-3/">
<link rel="help" href="https://www.w3.org/TR/css-display-3/#outer-role">
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
Expand Down
2 changes: 1 addition & 1 deletion css/css-display/display-change-object-iframe.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-display-3/">
<link rel="help" href="https://www.w3.org/TR/css-display-3/#outer-role">
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/content-height-with-scrollbars.html
Expand Up @@ -2,7 +2,7 @@
<html>
<title>Ensure flexbox content-size excludes scrollbar.</title>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#min-size-auto">
<link rel="help" href="https://www.w3.org/TR/css-overflow-4/#classic-scrollbars">
<link rel="match" href="reference/content-height-with-scrollbars-ref.html">
<meta name="assert" content="This test ensures that content-size of a flexbox with scrollbars looks correct."/>
Expand Down
2 changes: 1 addition & 1 deletion css/css-flexbox/flex-margin-no-collapse.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Flexible Box Test: flex item margins</title>
<link rel="author" title="Ping Huang" href="mailto:phuangce@gmail.com" />
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-property-direction">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#flex-containers">
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#item-margins">
<link rel="match" href="reference/flex-margin-no-collapse-ref.html">
<meta name="assert" content="The vertical gap between two green boxs should be 100px." />
Expand Down
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/">
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#flex-containers">
<meta name="assert" content="This test passes if the renderer does not crash."/>
<div style="display: flex;">
<div style="max-width: 0px; overflow: scroll;"></div>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>CSS Grid Layout test: box model parts and alignment properties, vertical-LR writing mode</title>
<link rel="author" title="Rossana Monteriso" href="mailto:rmonteriso@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-align-3/">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-items-property">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode">
<meta name="assert" content="This test checks that the 'margin', 'border' and 'padding' properties are applied together correctly for 'align' and 'justify' properties on vertical-LR grids, in both LTR and RTL directions.">
<meta name="flags" content="ahem">
Expand Down
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>CSS Grid Layout test: box model parts and alignment properties, vertical-RL writing mode</title>
<link rel="author" title="Rossana Monteriso" href="mailto:rmonteriso@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-align-3/">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-items-property">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode">
<meta name="assert" content="This test checks that the 'margin', 'border' and 'padding' properties are applied together correctly for 'align' and 'justify' properties on vertical-RL grids, in both LTR and RTL directions.">
<meta name="flags" content="ahem">
Expand Down
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>CSS Grid Layout test: box model parts and alignment properties</title>
<link rel="author" title="Rossana Monteriso" href="mailto:rmonteriso@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-align-3/">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#align-items-property">
<meta name="assert" content="This test checks that the 'margin', 'border' and 'padding' properties are applied together correctly for 'align' and 'justify' properties, in both LTR and RTL directions.">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/css/support/grid.css">
Expand Down
Expand Up @@ -5,7 +5,7 @@
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#column-align">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#abspos-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-left">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#positional-values">
<meta name="assert" content="Absolute positioned grid items with 'left' value for align-self are flushed with its alignment container's 'left' edge.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#column-align">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#abspos-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-right">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#positional-values">
<meta name="assert" content="Absolute positioned grid items with 'right' value for align-self are flushed with its alignment container's 'right' edge.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#row-align">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#abspos-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-left">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#positional-values">
<meta name="assert" content="Absolute positioned grid items with 'left' value for justify-self are flushed with its alignment container's 'left' edge.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#row-align">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#abspos-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-self-position-right">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#positional-values">
<meta name="assert" content="Absolute positioned grid items with 'right' value for justify-self are flushed with its alignment container's 'right' edge.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/css-image-fallbacks-and-annotations.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#image-notation">
<link rel="help" href="https://www.w3.org/TR/css-images-3/#image-values">
<link rel="match" href="css-image-fallbacks-and-annotations-ref.html">
<meta name="assert" content="When the image doesn't load, the background color is still there to ensure that the white text is readable.">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/css-image-fallbacks-and-annotations002.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#image-notation">
<link rel="help" href="https://www.w3.org/TR/css-images-3/#image-values">
<link rel="match" href="css-image-fallbacks-and-annotations-ref.html">
<meta name="assert" content="The 'image()' function load the image.">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/css-image-fallbacks-and-annotations003.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#image-notation">
<link rel="help" href="https://www.w3.org/TR/css-images-3/#image-values">
<link rel="match" href="css-image-fallbacks-and-annotations-ref.html">
<meta name="assert" content="The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/css-image-fallbacks-and-annotations004.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#image-notation">
<link rel="help" href="https://www.w3.org/TR/css-images-3/#image-values">
<link rel="match" href="css-image-fallbacks-and-annotations-ref.html">
<meta name="assert" content="The rule below would tell the UA to load The first file if it can; failing that to load The second file.">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/css-image-fallbacks-and-annotations005.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#image-notation">
<link rel="help" href="https://www.w3.org/TR/css-images-3/#image-values">
<link rel="match" href="css-image-fallbacks-and-annotations-ref.html">
<meta name="assert" content="The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.">
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/image-fit-001.xht
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Test: Object Fit - initial value</title>
<link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
<link rel="help" href="http://www.w3.org/TR/css3-images/#object-fit"/>
<link rel="help" href="https://www.w3.org/TR/css-images-3/#the-object-fit"/>
<meta name="assert" content="The initial value of the 'object-fit' property is 'fill'."/>
<style type="text/css"><![CDATA[
img {
Expand Down
2 changes: 1 addition & 1 deletion css/css-images/image-fit-006.xht
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CSS Test: Object Fit - 'fill', explicit 'height'/'width'</title>
<link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
<link rel="help" href="http://www.w3.org/TR/css3-images/#object-fit"/>
<link rel="help" href="https://www.w3.org/TR/css-images-3/#the-object-fit"/>
<meta name="assert" content="The 'fill' value of the 'object-fit' property does not affect the usual calculation of the used 'height' and 'width."/>
<meta name="assert" content="The 'fill' value of the 'image-scaling' property scales the content height and width independently so that the edges of the content just meet the edges of the box established by the used 'height' and 'width'."/>
<style type="text/css"><![CDATA[
Expand Down
Expand Up @@ -2,7 +2,7 @@
<meta charset="UTF-8">
<meta charset="UTF-8">
<title>clip-path-interpolation</title>
<link rel="help" href="https://drafts.fxtf.org/css-masking-1/#theclip-path">
<link rel="help" href="https://drafts.fxtf.org/css-masking-1/#the-clip-path">
<meta name="assert" content="clip-path supports animation">

<script src="/resources/testharness.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion css/css-multicol/multicol-basic-005.xht
Expand Up @@ -5,7 +5,7 @@
<link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com"/>
<link rel="match" href="reference/multicol-basic-005-ref.xht"/>
<link rel="help" href="https://www.w3.org/TR/css3-multicol/#columns"/>
<link rel="help" href="https://www.w3.org/TR/css3-multicol/#column-count"/>
<link rel="help" href="https://www.w3.org/TR/css3-multicol/#cc"/>
<style type="text/css">
div {
margin: 1em auto;
Expand Down
2 changes: 1 addition & 1 deletion css/css-multicol/multicol-basic-006.xht
Expand Up @@ -4,7 +4,7 @@
<title>CSS Multi-column Layout Test: column-count (basic)</title>
<link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com"/>
<link rel="match" href="reference/multicol-basic-005-ref.xht"/>
<link rel="help" href="https://www.w3.org/TR/css3-multicol/#column-count"/>
<link rel="help" href="https://www.w3.org/TR/css3-multicol/#cc"/>
<style type="text/css">
div {
margin: 1em auto;
Expand Down
2 changes: 1 addition & 1 deletion css/css-scroll-snap/input/keyboard.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1" />
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<title>Arrow key scroll snapping</title>
<meta name="flags" content="should">
<meta name="assert"
Expand Down
2 changes: 1 addition & 1 deletion css/css-scroll-snap/nested-scrollIntoView-snaps.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1" />
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-scroll-snap/overflowing-snap-areas.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1" />
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-scroll-snap/scrollTo-scrollBy-snaps.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1" />
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
Expand Down
2 changes: 1 addition & 1 deletion css/css-scroll-snap/snap-at-user-scroll-end-manual.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1" />
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<title>Tests that window should snap at user scroll end.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down

0 comments on commit 7dd40e8

Please sign in to comment.