From 59cd8d332f9b3548862495be6069bcca4b0c7016 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Sun, 12 Jan 2025 21:22:18 -0800 Subject: [PATCH] macro fix (#37562) --- files/en-us/web/svg/attribute/alignment-baseline/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/svg/attribute/alignment-baseline/index.md b/files/en-us/web/svg/attribute/alignment-baseline/index.md index 45528d508f084b1..9a93407803090a1 100644 --- a/files/en-us/web/svg/attribute/alignment-baseline/index.md +++ b/files/en-us/web/svg/attribute/alignment-baseline/index.md @@ -48,7 +48,7 @@ You can use this attribute with the following SVG elements: - `auto` {{deprecated_inline}} - : The value is the dominant-baseline of the script to which the character belongs - i.e., use the dominant-baseline of the parent. - `baseline` - - : Uses the {{Glossary("dominant baseline")}} choice of the parent. Matches the box's corresponding {{Glossary("baseline/typography", "baseline")}} to that of its parent. + - : Uses the {{svgattr("dominant-baseline")}} choice of the parent. Matches the box's corresponding {{Glossary("baseline/typography", "baseline")}} to that of its parent. - `before-edge` {{deprecated_inline}} - : The alignment-point of the object being aligned is aligned with the "before-edge" baseline of the parent text content element. - `text-bottom`