Consistent values intro #7 - #45590
Open
estelle wants to merge 1 commit into
Open
Conversation
estelle
requested review from
chrisdavidmills
and removed request for
a team
September 9, 2026 12:43
Contributor
chrisdavidmills
approved these changes
Sep 9, 2026
chrisdavidmills
left a comment
Contributor
There was a problem hiding this comment.
@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` |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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` |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
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). |
Contributor
There was a problem hiding this comment.
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). |
Contributor
There was a problem hiding this comment.
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.