commit 217dc668480e6a71a85856c3d165a4dad8a8422b parent 1c729fbf2ffdff429c21a6159fba5a97fd88ad95 Author: Bert Bos <bert@w3.org> Date: Tue, 21 Oct 2025 10:22:56 +0000 Bug 1933367 [wpt PR 49366] - Change or remove links to mathml-core sections that have changed ID attributes or were deleted., a=testonly Automatic update from web-platform-tests Change or remove links to mathml-core sections that have changed ID attributes or were deleted. -- wpt-commits: 04dd93b9b9be13acec8dd35101e398bc1d8a3ed6 wpt-pr: 49366 Diffstat:
18 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/testing/web-platform/tests/css/css-text/parsing/text-transform-computed.html b/testing/web-platform/tests/css/css-text/parsing/text-transform-computed.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text: getComputedStyle().textTransform</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-text-transform"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <meta name="assert" content="text-transform computed value is specified keywords."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/css/css-text/parsing/text-transform-invalid.html b/testing/web-platform/tests/css/css-text/parsing/text-transform-invalid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing text-transform with invalid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-text-transform"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <meta name="assert" content="text-transform supports only the grammar 'none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/css/css-text/parsing/text-transform-valid.html b/testing/web-platform/tests/css/css-text/parsing/text-transform-valid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing text-transform with valid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-text-transform"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <meta name="assert" content="text-transform supports the full grammar 'none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-001.html b/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-001.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>text-transform math-auto</title> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3745"/> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#italic-mappings"> <link rel="match" href="text-transform-math-auto-001-ref.html"/> <meta name="assert" content="Verify that a character with 'text-transform: math-auto' renders the same as the transformed unicode character."> diff --git a/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-002.html b/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-002.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>text-transform math-auto</title> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3745"/> -<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#math-auto-transform"> <link rel="match" href="text-transform-math-auto-002-ref.html"/> <meta name="assert" content="Test 'text-transform: math-auto' for text nodes of different lengths"> <style> diff --git a/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-003.html b/testing/web-platform/tests/css/css-text/text-transform/math/text-transform-math-auto-003.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"/> <title>text-transform math-auto</title> - <link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> + <link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#italic-mappings"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html b/testing/web-platform/tests/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>Stretching operators along the block axis</title> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-stretching-operators-along-the-block-axis"> +<link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-block-axis"> <meta name="assert" content=""> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/mathml/presentation-markup/operators/mo-single-char-and-children.html b/testing/web-platform/tests/mathml/presentation-markup/operators/mo-single-char-and-children.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title><mo> with a single character and children</title> - <link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-determining-the-properties-of-an-embellished-operator"> + <link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-determining-the-properties-of-an-embellished-operator"> <meta name="assert" content="Verify that the default operator properties are used for an mo element whose text is a single character but which contains children."> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"/> <link rel="match" href="mo-single-char-and-children-ref.html"> diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-001.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-001.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>Horizontal stretchy operator</title> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms"> -<link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-stretching-operators-along-the-inline-axis"> +<link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-inline-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-of-operators"> <link rel="match" href="underover-stretchy-001-ref.html"/> <meta name="assert" content="Verify visual rendering of padding/border/margin on an operator, stretchy along the inline axis."> diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-002.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-002.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>Horizontal stretchy operator, embellished with two nested mrows</title> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms"> -<link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-stretching-operators-along-the-inline-axis"> +<link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-inline-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-block-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#embellished-operators"> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-of-operators"> diff --git a/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-003.html b/testing/web-platform/tests/mathml/presentation-markup/scripts/underover-stretchy-003.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>Horizontal stretchy operator, embellished with an munderover</title> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms"> -<link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-stretching-operators-along-the-inline-axis"> +<link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-inline-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-block-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#embellished-operators"> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-of-operators"> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/mathvariant-auto-selection.html b/testing/web-platform/tests/mathml/relations/css-styling/mathvariant-auto-selection.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"/> <title>text-transform math-auto</title> - <link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> + <link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#italic-mappings"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/mathvariant-auto.html b/testing/web-platform/tests/mathml/relations/css-styling/mathvariant-auto.html @@ -5,7 +5,7 @@ <title>mathvariant auto</title> <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#italic-mappings"> <link rel="match" href="mathvariant-auto-ref.html"/> <meta name="assert" content="Verify that a single-char <mi> is equivalent to an <mi> with the transformed italic unicode character."> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/padding-border-margin/padding-border-margin-003.html b/testing/web-platform/tests/mathml/relations/css-styling/padding-border-margin/padding-border-margin-003.html @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>Padding/border/margin on an operator, stretchy along the block axis</title> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms"> -<link rel="help" href="https://w3c.github.io/mathml-core/#dfn-algorithm-for-stretching-operators-along-the-block-axis"> +<link rel="help" href="https://w3c.github.io/mathml-core/#algorithm-for-stretching-operators-along-the-block-axis"> <link rel="help" href="https://w3c.github.io/mathml-core/#layout-of-operators"> <link rel="match" href="padding-border-margin-003-ref.html"/> <meta name="assert" content="Verify visual rendering of padding/border/margin on an operator, stretchy along the block axis."> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/padding-border-margin/padding-border-margin-004.html b/testing/web-platform/tests/mathml/relations/css-styling/padding-border-margin/padding-border-margin-004.html @@ -6,7 +6,7 @@ <link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms"> <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#italic-mappings"> <link rel="match" href="padding-border-margin-004-ref.html"/> <meta name="assert" content="Verify visual rendering of padding/border/margin on an mi with italic mathvariant."> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/presentational-hints-001.html b/testing/web-platform/tests/mathml/relations/css-styling/presentational-hints-001.html @@ -5,9 +5,9 @@ <title>presentational hints</title> <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements"> <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> -<link rel="help" href="https://w3c.github.io/mathml-core/#double-struck-mappings"> +<!--link rel="help" href="https://w3c.github.io/mathml-core/#double-struck-mappings"--> <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-displaystyle-and-scriptlevel-attributes"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"> <link rel="match" href="presentational-hints-001-ref.html"/> diff --git a/testing/web-platform/tests/mathml/relations/css-styling/presentational-hints-002.html b/testing/web-platform/tests/mathml/relations/css-styling/presentational-hints-002.html @@ -5,9 +5,9 @@ <title>presentational hints (dynamic)</title> <link rel="help" href="https://w3c.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements"> <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> -<link rel="help" href="https://w3c.github.io/mathml-core/#double-struck-mappings"> +<!--link rel="help" href="https://w3c.github.io/mathml-core/#double-struck-mappings"--> <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes"> -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values"> +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-displaystyle-and-scriptlevel-attributes"> <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"> <link rel="match" href="presentational-hints-002-ref.html"/> diff --git a/testing/web-platform/tests/mathml/tools/mathvariant-transforms.py b/testing/web-platform/tests/mathml/tools/mathvariant-transforms.py @@ -116,7 +116,7 @@ def generateTestFor(mathvariant, mathml): source = '\ <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">\n\ <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute">\n\ -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values">\n\ +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform">\n\ <link rel="help" href="https://w3c.github.io/mathml-core/#%s-mappings">\n\ <link rel="match" href="mathvariant-%s-ref.html"/>\n\ <meta name="assert" content="%s">\n' @@ -124,7 +124,7 @@ def generateTestFor(mathvariant, mathml): else: source = '\ <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3745"/>\n\ -<link rel="help" href="https://w3c.github.io/mathml-core/#new-text-transform-values">\n\ +<link rel="help" href="https://w3c.github.io/mathml-core/#math-auto-transform">\n\ <link rel="help" href="https://w3c.github.io/mathml-core/#%s-mappings">\n\ <link rel="match" href="text-transform-math-%s-001-ref.html"/>\n\ <meta name="assert" content="Verify that a character with \'text-transform: math-%s\' renders the same as the transformed unicode character.">\n'