Page updates: column-rule-*#44755
Conversation
Preview URLs (6 pages)
Flaws (24)Note! 1 document with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
URL:
URL:
(comment last updated: 2026-07-21 00:06:01) |
hamishwillee
left a comment
There was a problem hiding this comment.
@estelle Do you have Claude? Running a prompt such as "Review this for spelling and grammar issues" caught quite a few typos.
Still going on my own review ("does it make sense to me as a reader")
|
|
||
| We start by defining the list as a grid container, creating columns with the {{cssxref("grid-template-columns")}} property. We include a {{cssxref("gap")}} of `7px` to provide enough room between the columns to fit our `3px` dashed rule, and remove the bullets with {{cssxref("list-style-type")}} set to `none`. | ||
|
|
||
| Then, to demonstrate how values can become complicated and the utility of the `repeat()` function, we declare two custom properties, which we use in three {{cssxref("color-mix()")}} color function declarations to create blue, red, and yellow colors. The yellow `color-mix()` color is within a `repeat()` function, set to repeat 3 times. |
There was a problem hiding this comment.
FWIW I think using the color mix here distracts from the example - its just extra noise.
There was a problem hiding this comment.
it's actually intentional to show that it helps make ridiculous code less ridiculous
Co-authored-by: Hamish Willee <[email protected]>
|
|
||
| - `<repeat-line-style>` | ||
| - : A {{cssxref("repeat()")}} function, with the first argument being an {{cssxref("<integer>")}} of `1` or more, and one or more {{cssxref("<line-width>")}} values as subsequent arguments. The integer defines the number of times the `<line-width>` values should be repeated. | ||
| - : A {{cssxref("repeat()")}} function, with the first argument being an {{cssxref("<integer>")}} of `1` or more, and subsequent arguments being {{cssxref("<line-style>")}} values. The integer specifies how many times the `<line-style>` values should be repeated. |
This PR includes a complete revision of four existing pages:
The CSS gaps module page is already live.
That previous PR included the task of "Update pages to correct module (gap has been moved from mod to mod)"
This starts the section of openwebdocs/project#238 of "Update pages to new definition"