Skip to content

Commit 9c19ba9

Browse files
chrisdavidmillsestelle
authored andcommitted
Revert "CSS properties: convert links to macros (part 4)" (#41991)
Revert "CSS properties: convert links to macros (part 4) (#41972)" This reverts commit 6b5af9d.
1 parent cfb1828 commit 9c19ba9

File tree

23 files changed

+69
-69
lines changed

23 files changed

+69
-69
lines changed

files/en-us/web/css/reference/properties/scroll-margin-block/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ scroll-margin-block: 2em;
7474

7575
This property is a shorthand for the following CSS properties:
7676

77-
- {{cssxref("scroll-margin-block-end")}}
78-
- {{cssxref("scroll-margin-block-start")}}
77+
- [`scroll-margin-block-end`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-block-end)
78+
- [`scroll-margin-block-start`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-block-start)
7979

8080
## Syntax
8181

files/en-us/web/css/reference/properties/scroll-margin-inline/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ scroll-margin-inline: 0px 3em;
8181

8282
This property is a shorthand for the following CSS properties:
8383

84-
- {{cssxref("scroll-margin-inline-end")}}
85-
- {{cssxref("scroll-margin-inline-start")}}
84+
- [`scroll-margin-inline-end`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-inline-end)
85+
- [`scroll-margin-inline-start`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-inline-start)
8686

8787
## Syntax
8888

files/en-us/web/css/reference/properties/scroll-margin/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ browser-compat: css.properties.scroll-margin
66
sidebar: cssref
77
---
88

9-
The **`scroll-margin`** [shorthand property](/en-US/docs/Web/CSS/Guides/Cascade/Shorthand_properties) sets all of the scroll margins of an element at once, assigning values much like the {{cssxref("margin")}} property does for margins of an element.
9+
The **`scroll-margin`** [shorthand property](/en-US/docs/Web/CSS/Guides/Cascade/Shorthand_properties) sets all of the scroll margins of an element at once, assigning values much like the [`margin`](/en-US/docs/Web/CSS/Reference/Properties/margin) property does for margins of an element.
1010

1111
{{InteractiveExample("CSS Demo: scroll-margin")}}
1212

@@ -74,10 +74,10 @@ scroll-margin: 2em;
7474

7575
This property is a shorthand for the following CSS properties:
7676

77-
- {{cssxref("scroll-margin-bottom")}}
78-
- {{cssxref("scroll-margin-left")}}
79-
- {{cssxref("scroll-margin-right")}}
80-
- {{cssxref("scroll-margin-top")}}
77+
- [`scroll-margin-bottom`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-bottom)
78+
- [`scroll-margin-left`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-left)
79+
- [`scroll-margin-right`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-right)
80+
- [`scroll-margin-top`](/en-US/docs/Web/CSS/Reference/Properties/scroll-margin-top)
8181

8282
## Syntax
8383

files/en-us/web/css/reference/properties/scroll-padding-block/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The scroll-padding properties define offsets for the _optimal viewing region_ of
7676

7777
This property is a shorthand for the following CSS properties:
7878

79-
- {{cssxref("scroll-padding-block-end")}}
80-
- {{cssxref("scroll-padding-block-start")}}
79+
- [`scroll-padding-block-end`](/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-block-end)
80+
- [`scroll-padding-block-start`](/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-block-start)
8181

8282
## Syntax
8383

files/en-us/web/css/reference/properties/scroll-padding-inline/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ The scroll-padding properties define offsets for the _optimal viewing region_ of
7979

8080
This property is a shorthand for the following CSS properties:
8181

82-
- {{cssxref("scroll-padding-inline-end")}}
83-
- {{cssxref("scroll-padding-inline-start")}}
82+
- [`scroll-padding-inline-end`](/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-inline-end)
83+
- [`scroll-padding-inline-start`](/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-inline-start)
8484

8585
## Syntax
8686

files/en-us/web/css/reference/properties/scroll-timeline-axis/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The **`scroll-timeline-axis`** [CSS](/en-US/docs/Web/CSS) property is used to sp
1111
> [!NOTE]
1212
> If the scroller element does not overflow its container in the axis dimension or if the overflow is hidden or clipped, no scroll progress timeline will be created.
1313
14-
The `scroll-timeline-axis` and {{cssxref("scroll-timeline-name")}} properties can also be set using the {{cssxref("scroll-timeline")}} shorthand property.
14+
The `scroll-timeline-axis` and {{cssxref("scroll-timeline-name")}} properties can also be set using the [`scroll-timeline`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline) shorthand property.
1515

1616
## Syntax
1717

@@ -138,7 +138,7 @@ Scroll the horizontal bar at the bottom to see the square animate as you scroll.
138138

139139
## See also
140140

141-
- {{cssxref("animation-timeline")}}
142-
- {{cssxref("scroll-timeline")}}, {{cssxref("scroll-timeline-name")}}
141+
- [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline)
142+
- [`scroll-timeline`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline), [`scroll-timeline-name`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name)
143143
- {{cssxref("timeline-scope")}}
144144
- [CSS scroll-driven animations](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations)

files/en-us/web/css/reference/properties/scroll-timeline-name/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ sidebar: cssref
88

99
The **`scroll-timeline-name`** [CSS](/en-US/docs/Web/CSS) property is used to define the name of a _named scroll progress timeline_, which is progressed through by scrolling a scrollable element (_scroller_) between top and bottom (or left and right). `scroll-timeline-name` is set on the scroller that will provide the timeline.
1010

11-
The name is then referenced in an {{cssxref("animation-timeline")}} declaration to indicate the container's element that is used to drive the progress of the animation through the scrolling action.
11+
The name is then referenced in an [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline) declaration to indicate the container's element that is used to drive the progress of the animation through the scrolling action.
1212

1313
> [!NOTE]
1414
> If the element does not overflow its container in the axis dimension or if the overflow is hidden or clipped, no timeline will be created.
1515
16-
The {{cssxref("scroll-timeline-axis")}} and `scroll-timeline-name` properties can also be set using the {{cssxref("scroll-timeline")}} shorthand property.
16+
The {{cssxref("scroll-timeline-axis")}} and `scroll-timeline-name` properties can also be set using the [`scroll-timeline`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline) shorthand property.
1717

1818
## Syntax
1919

@@ -29,10 +29,10 @@ Allowed values for `scroll-timeline-name` are:
2929
- `none`
3030
- : The timeline has no name.
3131
- `<dashed-ident>`
32-
- : An arbitrary custom identifier defining a name for a scroll progress timeline, which can then be referenced in an {{cssxref("animation-timeline")}} property.
32+
- : An arbitrary custom identifier defining a name for a scroll progress timeline, which can then be referenced in an [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline) property.
3333

3434
> [!NOTE]
35-
> {{cssxref("&lt;dashed-ident&gt;")}} values must start with `--`, which helps avoid name clashes with standard CSS keywords.
35+
> [`<dashed-ident>`](/en-US/docs/Web/CSS/Reference/Values/dashed-ident) values must start with `--`, which helps avoid name clashes with standard CSS keywords.
3636

3737
## Formal definition
3838

@@ -125,7 +125,7 @@ Scroll the vertical bar to see the square animate as you scroll.
125125

126126
## See also
127127

128-
- {{cssxref("animation-timeline")}}
129-
- {{cssxref("scroll-timeline")}}, {{cssxref("scroll-timeline-axis")}}
128+
- [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline)
129+
- [`scroll-timeline`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline), [`scroll-timeline-axis`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
130130
- {{cssxref("timeline-scope")}}
131131
- [CSS scroll-driven animations](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations)

files/en-us/web/css/reference/properties/scroll-timeline/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The **`scroll-timeline`** [CSS](/en-US/docs/Web/CSS) [shorthand property](/en-US
1010

1111
`scroll-timeline` can contain two constituent values — a name for the named scroll progress timeline, and an optional scroll axis value.
1212

13-
The name is then referenced in an {{cssxref("animation-timeline")}} declaration to indicate the container's element that is used to drive the progress of the animation through the scrolling action.
13+
The name is then referenced in an [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline) declaration to indicate the container's element that is used to drive the progress of the animation through the scrolling action.
1414

1515
> [!NOTE]
1616
> If the scroller does not overflow its container in the axis dimension or if the overflow is hidden or clipped, no timeline will be created.
@@ -19,8 +19,8 @@ The name is then referenced in an {{cssxref("animation-timeline")}} declaration
1919

2020
This property is a shorthand for the following CSS properties:
2121

22-
- {{cssxref("scroll-timeline-name")}}
23-
- {{cssxref("scroll-timeline-axis")}}
22+
- [`scroll-timeline-name`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name)
23+
- [`scroll-timeline-axis`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
2424

2525
## Syntax
2626

@@ -43,15 +43,15 @@ scroll-timeline: --custom_name_for_timeline;
4343
The `scroll-timeline` shorthand property can be applied to a container element as a combination of the `<scroll-timeline-name>` and `<scroll-timeline-axis>` values. At least one of the values must be specified. If both the values are specified, the order followed must be the `<scroll-timeline-name>` value followed by the `<scroll-timeline-axis>` value.
4444

4545
> [!NOTE]
46-
> `<scroll-timeline-name>`s must be {{cssxref("&lt;dashed-ident&gt;")}} values, which means they must start with `--`. This helps avoid name clashes with standard CSS keywords.
46+
> `<scroll-timeline-name>`s must be [`<dashed-ident>`](/en-US/docs/Web/CSS/Reference/Values/dashed-ident) values, which means they must start with `--`. This helps avoid name clashes with standard CSS keywords.
4747

4848
### Values
4949

5050
- `<scroll-timeline-name>`
51-
- : See {{cssxref("scroll-timeline-name")}}.
51+
- : See [`scroll-timeline-name`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name).
5252

5353
- `<scroll-timeline-axis>`
54-
- : See {{cssxref("scroll-timeline-axis")}}. The default value is `block`.
54+
- : See [`scroll-timeline-axis`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis). The default value is `block`.
5555

5656
## Formal definition
5757

@@ -148,7 +148,7 @@ The square animates as you scroll, and the animation duration when using `scroll
148148

149149
## See also
150150

151-
- {{cssxref("animation-timeline")}}
152-
- {{cssxref("scroll-timeline-axis")}}, {{cssxref("scroll-timeline-name")}}
151+
- [`animation-timeline`](/en-US/docs/Web/CSS/Reference/Properties/animation-timeline)
152+
- [`scroll-timeline-axis`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis), [`scroll-timeline-name`](/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name)
153153
- {{cssxref("timeline-scope")}}
154154
- [CSS scroll-driven animations](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations)

files/en-us/web/css/reference/properties/table-layout/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ table-layout: unset;
9292
- : The automatic table layout algorithm is used. The widths of the table and its cells are adjusted to fit the content. Most browsers use this algorithm by default.
9393

9494
- `fixed`
95-
- : The fixed table layout algorithm is used. When using this keyword, the table's width _needs to be specified explicitly_ using the {{cssxref("width")}} property. If the value of the `width` property is set to `auto` or is not specified, the browser uses the automatic table layout algorithm, in which case the `fixed` value has no effect.\
95+
- : The fixed table layout algorithm is used. When using this keyword, the table's width _needs to be specified explicitly_ using the [`width`](/en-US/docs/Web/CSS/Reference/Properties/width) property. If the value of the `width` property is set to `auto` or is not specified, the browser uses the automatic table layout algorithm, in which case the `fixed` value has no effect.\
9696
The fixed table layout algorithm is faster than the automatic layout algorithm because the horizontal layout of the table depends only on the table's width, the width of the columns, and borders or cell spacing. The horizontal layout doesn't depend on the contents of the cells because it depends only on explicitly set widths.
9797
9898
In the fixed table layout algorithm, the width of each column is determined as follows:

files/en-us/web/css/reference/properties/text-decoration-skip/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ p {
101101

102102
## See also
103103

104-
- {{cssxref("text-decoration-skip-ink")}}
104+
- [`text-decoration-skip-ink`](/en-US/docs/Web/CSS/Reference/Properties/text-decoration-skip-ink)

0 commit comments

Comments
 (0)