diff --git a/files/en-us/web/css/alignment-baseline/index.md b/files/en-us/web/css/alignment-baseline/index.md
index ed2a53764fd1d30..ad763883ef881ee 100644
--- a/files/en-us/web/css/alignment-baseline/index.md
+++ b/files/en-us/web/css/alignment-baseline/index.md
@@ -160,6 +160,6 @@ text:nth-of-type(8) {
## See also
- {{cssxref("dominant-baseline")}}
-- {{SVGAttr("alignment-baseline")}} SVG attribute
+- SVG {{SVGAttr("alignment-baseline")}} attribute
- [CSS inline layout](/en-US/docs/Web/CSS/CSS_inline_layout) module
- [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module
diff --git a/files/en-us/web/css/clip-path/index.md b/files/en-us/web/css/clip-path/index.md
index f56fe35e747f12c..a143726f4692164 100644
--- a/files/en-us/web/css/clip-path/index.md
+++ b/files/en-us/web/css/clip-path/index.md
@@ -635,10 +635,9 @@ clipPathSelect.addEventListener("change", (evt) => {
## See also
+- {{CSSxRef("clip-rule")}}
+- {{CSSxRef("mask")}}
+- {{CSSxRef("filter")}}
+- SVG {{SVGAttr("clip-path")}} attribute
- [Shapes in clipping and masking – and how to use them](https://hacks.mozilla.org/2017/06/css-shapes-clipping-and-masking/)
-- CSS properties: {{cssxref("mask")}}, {{cssxref("filter")}}
- [Applying SVG effects to HTML content](/en-US/docs/Web/SVG/Applying_SVG_effects_to_HTML_content)
-- SVG attributes:
-
- - {{SVGAttr("clip-path")}}
- - {{SVGAttr("clip-rule")}}
diff --git a/files/en-us/web/css/color-interpolation-filters/index.md b/files/en-us/web/css/color-interpolation-filters/index.md
index 884fbc8cb42972c..2cb5b36a07f7f3f 100644
--- a/files/en-us/web/css/color-interpolation-filters/index.md
+++ b/files/en-us/web/css/color-interpolation-filters/index.md
@@ -57,6 +57,6 @@ color-interpolation-filters: unset;
## See also
+- {{cssxref("color-interpolation")}}
- SVG {{SVGAttr("color-interpolation-filters")}} attribute
-- SVG {{SVGAttr("color-interpolation")}} attribute
- [sRGB specification](https://webstore.iec.ch/en/publication/6169)
diff --git a/files/en-us/web/css/color-interpolation/index.md b/files/en-us/web/css/color-interpolation/index.md
index c1cea6efc1aab22..7cec1e6073a5e9d 100644
--- a/files/en-us/web/css/color-interpolation/index.md
+++ b/files/en-us/web/css/color-interpolation/index.md
@@ -128,4 +128,4 @@ svg {
- {{SVGElement("linearGradient")}}
- {{SVGElement("radialGradient")}}
-- {{SVGAttr("color-interpolation")}}
+- SVG {{SVGAttr("color-interpolation")}} attribute
diff --git a/files/en-us/web/css/color/index.md b/files/en-us/web/css/color/index.md
index 76e0514b4fd57e3..2931d1afc4296d3 100644
--- a/files/en-us/web/css/color/index.md
+++ b/files/en-us/web/css/color/index.md
@@ -143,5 +143,6 @@ p {
- The {{cssxref("<color>")}} data type
- Other color-related properties: {{cssxref("background-color")}}, {{cssxref("border-color")}}, {{cssxref("outline-color")}}, {{cssxref("text-decoration-color")}}, {{cssxref("text-emphasis-color")}}, {{cssxref("text-shadow")}}, {{cssxref("caret-color")}}, {{cssxref("column-rule-color")}}, and {{cssxref("print-color-adjust")}}
+- SVG {{SVGAttr("color")}} attribute
- [Applying color to HTML elements using CSS](/en-US/docs/Web/CSS/CSS_colors/Applying_color)
- [WCAG: color contrast](/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast)
diff --git a/files/en-us/web/css/cursor/index.md b/files/en-us/web/css/cursor/index.md
index 59a5b876aaee851..b04d9f2d75b8977 100644
--- a/files/en-us/web/css/cursor/index.md
+++ b/files/en-us/web/css/cursor/index.md
@@ -400,3 +400,4 @@ Cursor changes that intersect toolbar areas are commonly blocked to avoid spoofi
- {{cssxref("pointer-events")}}
- {{cssxref("url_value", "<url>")}} type
+- SVG {{SVGAttr("cursor")}} attribute
diff --git a/files/en-us/web/css/direction/index.md b/files/en-us/web/css/direction/index.md
index a13f0b5bcbffaea..2da05fbf22ef670 100644
--- a/files/en-us/web/css/direction/index.md
+++ b/files/en-us/web/css/direction/index.md
@@ -91,7 +91,8 @@ blockquote {
## See also
-- {{Cssxref("unicode-bidi")}}
-- {{Cssxref("writing-mode")}}
+- {{CSSxRef("unicode-bidi")}}
+- {{CSSxRef("writing-mode")}}
+- SVG {{SVGAttr("direction")}} attribute
- The HTML [`dir`](/en-US/docs/Web/HTML/Global_attributes/dir) global attribute
- [Creating vertical form controls](/en-US/docs/Web/CSS/CSS_writing_modes/Vertical_controls)
diff --git a/files/en-us/web/css/display/index.md b/files/en-us/web/css/display/index.md
index 1d6dd270ab788be..c282199a4698e3e 100644
--- a/files/en-us/web/css/display/index.md
+++ b/files/en-us/web/css/display/index.md
@@ -466,7 +466,8 @@ You can find more examples in the pages for each separate display type under [Gr
## See also
-- [Block and inline layout in normal flow](/en-US/docs/Web/CSS/CSS_flow_layout/Block_and_inline_layout_in_normal_flow)
-- [Introduction to formatting contexts](/en-US/docs/Web/CSS/CSS_flow_layout/Introduction_to_formatting_contexts)
- {{CSSxRef("visibility")}}, {{CSSxRef("float")}}, {{CSSxRef("position")}}
- {{CSSxRef("grid")}}, {{CSSxRef("flex")}}
+- SVG {{SVGAttr("display")}} attribute
+- [Block and inline layout in normal flow](/en-US/docs/Web/CSS/CSS_flow_layout/Block_and_inline_layout_in_normal_flow)
+- [Introduction to formatting contexts](/en-US/docs/Web/CSS/CSS_flow_layout/Introduction_to_formatting_contexts)
diff --git a/files/en-us/web/css/dominant-baseline/index.md b/files/en-us/web/css/dominant-baseline/index.md
index 728ae9bda5fd4b2..e10a3e4a76a42f1 100644
--- a/files/en-us/web/css/dominant-baseline/index.md
+++ b/files/en-us/web/css/dominant-baseline/index.md
@@ -155,4 +155,4 @@ text:nth-of-type(8) {
- {{cssxref('alignment-baseline')}}
- {{cssxref('text-anchor')}}
- {{cssxref('vertical-align')}}
-- {{SVGAttr('dominant-baseline')}} SVG attribute
+- SVG {{SVGAttr('dominant-baseline')}} attribute
diff --git a/files/en-us/web/css/filter/index.md b/files/en-us/web/css/filter/index.md
index ad91859373b2f8e..3979734f13f96c7 100644
--- a/files/en-us/web/css/filter/index.md
+++ b/files/en-us/web/css/filter/index.md
@@ -233,8 +233,9 @@ The filters are applied in order. This is why the drop shadows are not the same
## See also
-- CSS {{cssxref("backdrop-filter")}} property
+- {{cssxref("backdrop-filter")}}
+- {{cssxref("mask")}}
+- SVG {{SVGAttr("filter")}} attribute
- CSS [compositing and blending](/en-US/docs/Web/CSS/CSS_compositing_and_blending) module, including the CSS {{cssxref("background-blend-mode")}} and {{cssxref("mix-blend-mode")}} properties.
-- The CSS {{cssxref("mask")}} property
- [SVG](/en-US/docs/Web/SVG), including the SVG {{SVGElement("filter")}} element and SVG {{SVGAttr("filter")}} attribute.
- [Applying SVG effects to HTML content](/en-US/docs/Web/SVG/Applying_SVG_effects_to_HTML_content)
diff --git a/files/en-us/web/css/font-family/index.md b/files/en-us/web/css/font-family/index.md
index 26cfee563b4c6a5..63c04d186156d32 100644
--- a/files/en-us/web/css/font-family/index.md
+++ b/files/en-us/web/css/font-family/index.md
@@ -224,4 +224,5 @@ font-family:
- {{cssxref("font-style")}}
- {{cssxref("font-weight")}}
+- SVG {{SVGAttr("font-family")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
diff --git a/files/en-us/web/css/font-size-adjust/index.md b/files/en-us/web/css/font-size-adjust/index.md
index 8a8a6c33491cebe..defa181a359d684 100644
--- a/files/en-us/web/css/font-size-adjust/index.md
+++ b/files/en-us/web/css/font-size-adjust/index.md
@@ -229,4 +229,5 @@ span {
- {{cssxref("font-size")}}
- {{cssxref("font-weight")}}
- {{cssxref("@font-face/size-adjust", "size-adjust")}} `@font-face` descriptor
+- SVG {{SVGAttr("font-size-adjust")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
diff --git a/files/en-us/web/css/font-size/index.md b/files/en-us/web/css/font-size/index.md
index 311004436f844fd..288903c9423fada 100644
--- a/files/en-us/web/css/font-size/index.md
+++ b/files/en-us/web/css/font-size/index.md
@@ -224,4 +224,5 @@ See the W3C Editor's Draft for a more detailed description of [font-relative len
- {{cssxref("font-weight")}}
- {{cssxref("math-depth")}}
- {{cssxref("math-style")}}
+- SVG {{SVGAttr("font-size")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
diff --git a/files/en-us/web/css/font-stretch/index.md b/files/en-us/web/css/font-stretch/index.md
index 36b838fad003a89..66bb088a0da10b8 100644
--- a/files/en-us/web/css/font-stretch/index.md
+++ b/files/en-us/web/css/font-stretch/index.md
@@ -259,5 +259,6 @@ p {
- {{cssxref("font-style")}}
- {{cssxref("font-weight")}}
+- SVG {{SVGAttr("font-stretch")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
- [CSS fonts](/en-US/docs/Web/CSS/CSS_fonts) module
diff --git a/files/en-us/web/css/font-style/index.md b/files/en-us/web/css/font-style/index.md
index 90db7b3b475d239..8a433d75b747ef3 100644
--- a/files/en-us/web/css/font-style/index.md
+++ b/files/en-us/web/css/font-style/index.md
@@ -131,4 +131,5 @@ Large sections of text set with a `font-style` value of `italic` may be difficul
- {{cssxref("font-family")}}
- {{cssxref("font-weight")}}
+- SVG {{SVGAttr("font-style")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
diff --git a/files/en-us/web/css/font-variant/index.md b/files/en-us/web/css/font-variant/index.md
index dc24124fe55258c..1222d7e62e7c665 100644
--- a/files/en-us/web/css/font-variant/index.md
+++ b/files/en-us/web/css/font-variant/index.md
@@ -120,6 +120,7 @@ p.small {
## See also
-- [`text-transform`](/en-US/docs/Web/CSS/text-transform)
-- [`text-combine-upright`](/en-US/docs/Web/CSS/text-combine-upright)
-- [`text-orientation`](/en-US/docs/Web/CSS/text-orientation)
+- {{cssxref("text-transform")}}
+- {{cssxref("text-combine-upright")}}
+- {{cssxref("text-orientation")}}
+- SVG {{SVGAttr("font-variant")}} attribute
diff --git a/files/en-us/web/css/font-weight/index.md b/files/en-us/web/css/font-weight/index.md
index b708e3274ed134b..1207704677c7c3f 100644
--- a/files/en-us/web/css/font-weight/index.md
+++ b/files/en-us/web/css/font-weight/index.md
@@ -267,5 +267,6 @@ span {
- {{cssxref("font-family")}}
- {{cssxref("font-style")}}
+- SVG {{SVGAttr("font-weight")}} attribute
- [Learn: Fundamental text and font styling](/en-US/docs/Learn_web_development/Core/Text_styling/Fundamentals)
- [CSS fonts](/en-US/docs/Web/CSS/CSS_fonts) module
diff --git a/files/en-us/web/css/height/index.md b/files/en-us/web/css/height/index.md
index cf8f1c61b0a2191..e8df565359ef92d 100644
--- a/files/en-us/web/css/height/index.md
+++ b/files/en-us/web/css/height/index.md
@@ -147,5 +147,6 @@ div {
- {{cssxref("anchor-size()")}}
- {{cssxref("clamp", "clamp()")}}
- {{cssxref("clamp", "minmax()")}}
+- SVG {{SVGAttr("height")}} attribute
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
diff --git a/files/en-us/web/css/letter-spacing/index.md b/files/en-us/web/css/letter-spacing/index.md
index 69ab4805c9da005..80e677161329c4a 100644
--- a/files/en-us/web/css/letter-spacing/index.md
+++ b/files/en-us/web/css/letter-spacing/index.md
@@ -110,3 +110,4 @@ Some written languages should not have any letter spacing applied. For instance,
- {{cssxref("font-kerning")}}
- {{cssxref("word-spacing")}}
+- SVG {{SVGAttr("letter-spacing")}} attribute
diff --git a/files/en-us/web/css/mask/index.md b/files/en-us/web/css/mask/index.md
index 0217462a40ccb0d..10cf8f544c1dd58 100644
--- a/files/en-us/web/css/mask/index.md
+++ b/files/en-us/web/css/mask/index.md
@@ -108,7 +108,8 @@ mask:
## See also
-- {{Cssxref("clip-path")}}, {{Cssxref("filter")}}
+- {{CSSxRef("clip-path")}}
+- {{CSSxRef("filter")}}
+- SVG {{SVGAttr("mask")}} attribute
- [CSS Shapes, clipping and masking – and how to use them](https://hacks.mozilla.org/2017/06/css-shapes-clipping-and-masking/)
- [Applying SVG effects to HTML content](/en-US/docs/Web/SVG/Applying_SVG_effects_to_HTML_content)
-- [SVG](/en-US/docs/Web/SVG)
diff --git a/files/en-us/web/css/opacity/index.md b/files/en-us/web/css/opacity/index.md
index 828480c63d42ba0..e3ab5695d33eff6 100644
--- a/files/en-us/web/css/opacity/index.md
+++ b/files/en-us/web/css/opacity/index.md
@@ -210,3 +210,4 @@ To style elements based on user's operating systems transparency preferences, us
- [`prefers-reduced-transparency`](/en-US/docs/Web/CSS/@media/prefers-reduced-transparency) media query
- [CSS color](/en-US/docs/Web/CSS/CSS_colors) module
+- SVG {{SVGAttr("opacity")}} attribute
diff --git a/files/en-us/web/css/overflow/index.md b/files/en-us/web/css/overflow/index.md
index 4bf975230412c5e..b722480a22d4a9a 100644
--- a/files/en-us/web/css/overflow/index.md
+++ b/files/en-us/web/css/overflow/index.md
@@ -214,5 +214,6 @@ p.overlay {
- {{Cssxref("overflow-x")}}, {{Cssxref("overflow-y")}}
- {{Cssxref("overflow-block")}}, {{Cssxref("overflow-clip-margin")}}, {{Cssxref("overflow-inline")}}
- {{Cssxref("clip")}}, {{Cssxref("display")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
-- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow)
+- SVG {{SVGAttr("overflow")}} attribute
+- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (2022)
diff --git a/files/en-us/web/css/pointer-events/index.md b/files/en-us/web/css/pointer-events/index.md
index 83a2dcd152d9a3b..7312a0c9389deba 100644
--- a/files/en-us/web/css/pointer-events/index.md
+++ b/files/en-us/web/css/pointer-events/index.md
@@ -137,8 +137,7 @@ a[href="http://example.com"]
## See also
-- The SVG attribute {{SVGAttr("pointer-events")}}
-- The SVG attribute {{SVGAttr("visibility")}}
-- The {{domxref("PointerEvent")}} API
-- [WebKit Specs PointerEventsProperty](https://webkit.org/specs/PointerEventsProperty.html) extended for use in (X)HTML content
-- {{cssxref("user-select")}} - controls whether the user can select text
+- {{cssxref("user-select")}}
+- SVG {{SVGAttr("pointer-events")}} attribute
+- SVG {{SVGAttr("visibility")}} attribute
+- {{domxref("PointerEvent")}}
diff --git a/files/en-us/web/css/rx/index.md b/files/en-us/web/css/rx/index.md
index b2cfac0801d716c..1ef27791f6c38ee 100644
--- a/files/en-us/web/css/rx/index.md
+++ b/files/en-us/web/css/rx/index.md
@@ -201,3 +201,4 @@ When using percentage values for `rx`, the values are relative to the width of t
- {{cssxref("border-radius")}} shorthand property
- {{cssxref("gradient/radial-gradient", "radial-gradient")}}
- {{cssxref("basic-shape")}} data type
+- SVG {{SVGAttr("rx")}} attribute
diff --git a/files/en-us/web/css/ry/index.md b/files/en-us/web/css/ry/index.md
index 424ef19b3ad196b..3c27dfc4ddc3029 100644
--- a/files/en-us/web/css/ry/index.md
+++ b/files/en-us/web/css/ry/index.md
@@ -201,3 +201,4 @@ When using percentage values for `ry`, the values are relative to the height of
- {{cssxref("border-radius")}} shorthand property
- {{cssxref("gradient/radial-gradient", "radial-gradient")}}
- {{cssxref("basic-shape")}} data type
+- SVG {{SVGAttr("ry")}} attribute
diff --git a/files/en-us/web/css/text-decoration/index.md b/files/en-us/web/css/text-decoration/index.md
index 0f48178beb39edf..6fd2f8961494f32 100644
--- a/files/en-us/web/css/text-decoration/index.md
+++ b/files/en-us/web/css/text-decoration/index.md
@@ -126,4 +126,5 @@ The `text-decoration` property is specified as one or more space-separated value
- The individual text-decoration properties are {{cssxref("text-decoration-line")}}, {{cssxref("text-decoration-color")}}, {{cssxref("text-decoration-style")}}, and {{cssxref("text-decoration-thickness")}}.
- The {{cssxref("text-decoration-skip-ink")}}, {{cssxref("text-underline-offset")}}, and {{cssxref("text-underline-position")}} properties also affect text-decoration, but are not included in the shorthand.
-- The {{cssxref("list-style")}} attribute controls the appearance of items in HTML {{HTMLElement("ol")}} and {{HTMLElement("ul")}} lists.
+- The {{cssxref("list-style")}} property controls the appearance of items in HTML {{HTMLElement("ol")}} and {{HTMLElement("ul")}} lists.
+- SVG {{SVGAttr("text-decoration")}} attribute
diff --git a/files/en-us/web/css/transform-origin/index.md b/files/en-us/web/css/transform-origin/index.md
index dae7ee0ea4bb52d..ca9f9818f55b3ba 100644
--- a/files/en-us/web/css/transform-origin/index.md
+++ b/files/en-us/web/css/transform-origin/index.md
@@ -320,4 +320,5 @@ transform-origin: 100% -30%;
## See also
- [Using CSS transforms](/en-US/docs/Web/CSS/CSS_transforms/Using_CSS_transforms)
+- SVG {{SVGAttr("transform-origin")}} attribute
-
diff --git a/files/en-us/web/css/transform/index.md b/files/en-us/web/css/transform/index.md
index 426f33be7042bb1..350bd577b5ce13c 100644
--- a/files/en-us/web/css/transform/index.md
+++ b/files/en-us/web/css/transform/index.md
@@ -196,4 +196,5 @@ Please see [Using CSS transforms](/en-US/docs/Web/CSS/CSS_transforms/Using_CSS_t
- [Using CSS transforms](/en-US/docs/Web/CSS/CSS_transforms/Using_CSS_transforms)
- {{cssxref("<transform-function>")}} data type with all the transform functions explained.
- Individual CSS properties: {{cssxref('translate')}}, {{cssxref('rotate')}}, and {{cssxref('scale')}} (there is no `skew` property).
+- SVG {{SVGAttr("transform")}} attribute
- Online tool to visualize CSS Transform functions: [CSS Transform Playground](https://css-transform.moro.es/)
diff --git a/files/en-us/web/css/unicode-bidi/index.md b/files/en-us/web/css/unicode-bidi/index.md
index 0590226eed8b179..d10e0e99e48c883 100644
--- a/files/en-us/web/css/unicode-bidi/index.md
+++ b/files/en-us/web/css/unicode-bidi/index.md
@@ -92,3 +92,4 @@ unicode-bidi: unset;
## See also
- {{Cssxref("direction")}}
+- SVG {{SVGAttr("unicode-bidi")}} attribute
diff --git a/files/en-us/web/css/visibility/index.md b/files/en-us/web/css/visibility/index.md
index 2ad9a3141126b0c..d9521b843e0ecde 100644
--- a/files/en-us/web/css/visibility/index.md
+++ b/files/en-us/web/css/visibility/index.md
@@ -149,3 +149,4 @@ td {
## See also
- {{cssxref("display")}}
+- SVG {{SVGAttr("visibility")}} attribute
diff --git a/files/en-us/web/css/width/index.md b/files/en-us/web/css/width/index.md
index 9f2a5241ba8f530..aa02d603c05438c 100644
--- a/files/en-us/web/css/width/index.md
+++ b/files/en-us/web/css/width/index.md
@@ -187,5 +187,6 @@ p.min-blue {
- {{cssxref("min-width")}}, {{cssxref("max-width")}}
- {{cssxref("block-size")}}, {{cssxref("inline-size")}}
- {{cssxref("anchor-size()")}}
+- SVG {{SVGAttr("width")}} attribute
- [Introduction to the CSS basic box model](/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)
- [CSS box model](/en-US/docs/Web/CSS/CSS_box_model) module
diff --git a/files/en-us/web/css/word-spacing/index.md b/files/en-us/web/css/word-spacing/index.md
index 27787652bd94762..0bc751361f90fbc 100644
--- a/files/en-us/web/css/word-spacing/index.md
+++ b/files/en-us/web/css/word-spacing/index.md
@@ -87,3 +87,4 @@ Legible `word-spacing` must be determined on a case-by-case basis, as different
## See also
- {{cssxref("letter-spacing")}}
+- SVG {{SVGAttr("word-spacin")}} attribute
diff --git a/files/en-us/web/css/writing-mode/index.md b/files/en-us/web/css/writing-mode/index.md
index 85de61f2926558f..76e6d5de9a690cf 100644
--- a/files/en-us/web/css/writing-mode/index.md
+++ b/files/en-us/web/css/writing-mode/index.md
@@ -291,12 +291,12 @@ span {
## See also
-- SVG [`writing-mode`](/en-US/docs/Web/SVG/Attribute/writing-mode) attribute
- {{Cssxref("direction")}}
- {{Cssxref("unicode-bidi")}}
- {{Cssxref("text-orientation")}}
- {{Cssxref("text-combine-upright")}}
- [CSS logical properties](/en-US/docs/Web/CSS/CSS_logical_properties_and_values)
-- [Styling vertical text (Chinese, Japanese, Korean and Mongolian)](https://www.w3.org/International/articles/vertical-text/) on W3.org (2022)
- [CSS writing modes](/en-US/docs/Web/CSS/CSS_writing_modes) module
+- SVG {{SVGAttr("writing-mode")}} attribute
+- [Styling vertical text (Chinese, Japanese, Korean and Mongolian)](https://www.w3.org/International/articles/vertical-text/) on W3.org (2022)
- [Creating vertical form controls](/en-US/docs/Web/CSS/CSS_writing_modes/Vertical_controls)
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 1bd78409fe9c76d..bd56fa6377645a2 100644
--- a/files/en-us/web/svg/attribute/alignment-baseline/index.md
+++ b/files/en-us/web/svg/attribute/alignment-baseline/index.md
@@ -145,4 +145,5 @@ For object alignment in other elements (such as {{SVGElement("text")}}), see {{S
## See also
+- CSS {{cssxref("alignment-baseline")}} property
- [CSS baseline alignment](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment#baseline_alignment)
diff --git a/files/en-us/web/svg/attribute/clip-path/index.md b/files/en-us/web/svg/attribute/clip-path/index.md
index 38f2e8d069b506c..8b5c18445ab5eec 100644
--- a/files/en-us/web/svg/attribute/clip-path/index.md
+++ b/files/en-us/web/svg/attribute/clip-path/index.md
@@ -132,4 +132,4 @@ svg {
## See also
-- The CSS {{cssxref("clip-path")}} property
+- CSS {{cssxref("clip-path")}} property
diff --git a/files/en-us/web/svg/attribute/color-interpolation/index.md b/files/en-us/web/svg/attribute/color-interpolation/index.md
index f346caecd29dba0..dfd4b68c77717a1 100644
--- a/files/en-us/web/svg/attribute/color-interpolation/index.md
+++ b/files/en-us/web/svg/attribute/color-interpolation/index.md
@@ -204,7 +204,7 @@ In this fourth SVG, the `color-interpolation` attribute is included on the ` {
## See also
- {{SVGAttr("display")}} attribute
-- {{cssxref("visibility")}}
+- CSS {{cssxref("visibility")}} property
diff --git a/files/en-us/web/svg/attribute/width/index.md b/files/en-us/web/svg/attribute/width/index.md
index b6377c4df46dcc5..cac0cac7ef12ea8 100644
--- a/files/en-us/web/svg/attribute/width/index.md
+++ b/files/en-us/web/svg/attribute/width/index.md
@@ -909,3 +909,7 @@ This example includes three {{SVGElement("rect")}} elements with varied `width`
## Specifications
{{Specifications}}
+
+## See also
+
+- CSS {{cssxref("width")}} property
diff --git a/files/en-us/web/svg/attribute/writing-mode/index.md b/files/en-us/web/svg/attribute/writing-mode/index.md
index 184e16d4f30a5d1..f856f2233472826 100644
--- a/files/en-us/web/svg/attribute/writing-mode/index.md
+++ b/files/en-us/web/svg/attribute/writing-mode/index.md
@@ -58,4 +58,4 @@ You can use this attribute with the following SVG elements:
## See also
-- {{cssxref("writing-mode")}}
+- CSS {{cssxref("writing-mode")}} property
diff --git a/files/en-us/web/svg/attribute/x/index.md b/files/en-us/web/svg/attribute/x/index.md
index 814a1425556fe24..06fbfd30ffeca40 100644
--- a/files/en-us/web/svg/attribute/x/index.md
+++ b/files/en-us/web/svg/attribute/x/index.md
@@ -1328,3 +1328,7 @@ svg {
## Specifications
{{Specifications}}
+
+## See also
+
+- CSS {{cssxref("x")}} property
diff --git a/files/en-us/web/svg/attribute/y/index.md b/files/en-us/web/svg/attribute/y/index.md
index 2570e5965405f1e..07a726b2be8da7e 100644
--- a/files/en-us/web/svg/attribute/y/index.md
+++ b/files/en-us/web/svg/attribute/y/index.md
@@ -1323,3 +1323,7 @@ svg {
## Specifications
{{Specifications}}
+
+## See also
+
+- CSS {{cssxref("y")}} property