Skip to content

Consistent values intro #7 - #45590

Open
estelle wants to merge 1 commit into
mdn:mainfrom
estelle:values7
Open

Consistent values intro #7#45590
estelle wants to merge 1 commit into
mdn:mainfrom
estelle:values7

Conversation

@estelle

@estelle estelle commented Sep 9, 2026

Copy link
Copy Markdown
Member

mostly added an intro statement or standardized the existing statement between the values header and the list of values, but also addressed other issues as needed; like encodification of keyword values, missing multiple values examples and verbiage, and missing global values.

@estelle
estelle requested a review from a team as a code owner September 9, 2026 12:43
@estelle
estelle requested review from chrisdavidmills and removed request for a team September 9, 2026 12:43
@github-actions github-actions Bot added Content:CSS Cascading Style Sheets docs size/m [PR only] 51-500 LoC changed labels Sep 9, 2026

@chrisdavidmills chrisdavidmills left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@estelle, mostly looking good; a few bits for you to sift through before you merge.

- repeat
This property is specified as one or more comma-separated values:

- `repeat`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

repeat is repeated below. Delete one of them.

- : The mask image is repeated both horizontally and vertically.
- no-repeat
- `no-repeat`
- : The mask image is not repeated; only one copy of the mask image is drawn. The remainder of the masked element's content is not displayed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- : The mask image is not repeated; only one copy of the mask image is drawn. The remainder of the masked element's content is not displayed.
- : The mask image is not repeated horizontally; only one copy of the mask image is drawn in that direction. The remainder of the masked element's content is not displayed.

- repeat
This property is specified as one or more comma-separated values:

- `repeat`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, repeat is repeated.

- : The mask image is repeated vertically.
- no-repeat
- `no-repeat`
- : The mask image is not repeated vertically; only one copy of the mask image is drawn in vertical direction. The vertical remainder of the masked element's content is not displayed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- : The mask image is not repeated vertically; only one copy of the mask image is drawn in vertical direction. The vertical remainder of the masked element's content is not displayed.
- : The mask image is not repeated vertically; only one copy of the mask image is drawn in that direction. The vertical remainder of the masked element's content is not displayed.


The property value can be `normal`, a `<length-percentage>`, or a {{cssxref("timeline-range-name")}} with an optional `<length-percentage>`. If the `<timeline-range-name>` value does not include a `<length-percentage>`, the percentage defaults to `100%`.

When specifying multiple comma-separated values, they are applied to the animations in the order in which the {{cssxref("animation-name")}}values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When specifying multiple comma-separated values, they are applied to the animations in the order in which the {{cssxref("animation-name")}}values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).
When specifying multiple comma-separated values, they apply to the animations in the order in which the {{cssxref("animation-name")}} values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).

See {{cssxref("animation-range")}} for a detailed description of the available values.
Also check out the [View progress timeline visualizer](https://scroll-driven-animations.style/tools/view-timeline/ranges/), which shows what the different values mean in an easy-to-follow visual format.

When specifying multiple comma-separated values, they are applied to the animations in the order in which the {{cssxref("animation-name")}}values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When specifying multiple comma-separated values, they are applied to the animations in the order in which the {{cssxref("animation-name")}}values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).
When specifying multiple comma-separated values, they apply to the animations in the order in which the {{cssxref("animation-name")}} values appear. See [Setting multiple animation property values](/en-US/docs/Web/CSS/Guides/Animations/Using#setting_multiple_animation_property_values).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs size/m [PR only] 51-500 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants