New pages: row-rule, *-style, and *-width#44725
Conversation
|
Preview URLs (3 pages)
Flaws (15) Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
(comment last updated: 2026-07-18 20:53:44) |
Removed unused CSS variables from the example.
chrisdavidmills
left a comment
There was a problem hiding this comment.
Looking good, @estelle. I've made a bunch of comments, but these are largely grammar fixes and suchlike. Nothing too serious.
|
|
||
| - `<gap-rule>` | ||
| - : Specified as one, two, or three of the values listed below, in any order. | ||
| - `<'line-width'>` |
There was a problem hiding this comment.
The formatting of this inner DL is broken; the spacing needs some adjustment.
There was a problem hiding this comment.
it looks good on my end. Please double check for me though before approving.
line-width will stop being red after #44597
| - `<gap-rule>` | ||
| - : Specified as one, two, or three of the values listed below, in any order. | ||
| - `<'line-width'>` | ||
| - : Is a {{cssxref("<line-width>")}}; a positive {{cssxref("<length>")}} or one of the three keywords, `thin`, `medium`, or `thick`. The default value is `medium. See {{cssxref("row-rule-width")}}. |
There was a problem hiding this comment.
| - : Is a {{cssxref("<line-width>")}}; a positive {{cssxref("<length>")}} or one of the three keywords, `thin`, `medium`, or `thick`. The default value is `medium. See {{cssxref("row-rule-width")}}. | |
| - : A {{cssxref("<line-width>")}}: a positive {{cssxref("<length>")}} or one of the three keywords, `thin`, `medium`, or `thick`. The default value is `medium. See {{cssxref("row-rule-width")}}. |
| - `<'line-width'>` | ||
| - : Is a {{cssxref("<line-width>")}}; a positive {{cssxref("<length>")}} or one of the three keywords, `thin`, `medium`, or `thick`. The default value is `medium. See {{cssxref("row-rule-width")}}. | ||
| - `<'line-style'>` | ||
| - : A {{cssxref("<line-style>")}}, either `none`, `hidden`, `dotted`, `dashed`, `solid`, `double`, `groove`, `ridge`, `inset`, or `outset`. The default value is `none`. {{cssxref("row-rule-style")}} |
There was a problem hiding this comment.
| - : A {{cssxref("<line-style>")}}, either `none`, `hidden`, `dotted`, `dashed`, `solid`, `double`, `groove`, `ridge`, `inset`, or `outset`. The default value is `none`. {{cssxref("row-rule-style")}} | |
| - : A {{cssxref("<line-style>")}}: one of `none`, `hidden`, `dotted`, `dashed`, `solid`, `double`, `groove`, `ridge`, `inset`, or `outset`. The default value is `none`. See {{cssxref("row-rule-style")}}. |
| - `<'line-style'>` | ||
| - : A {{cssxref("<line-style>")}}, either `none`, `hidden`, `dotted`, `dashed`, `solid`, `double`, `groove`, `ridge`, `inset`, or `outset`. The default value is `none`. {{cssxref("row-rule-style")}} | ||
| - `<'color'>` | ||
| - : A {{cssxref("<color>")}} value representing the color of the line. The default value is `currentcolor`. {{cssxref("row-rule-color")}} |
There was a problem hiding this comment.
| - : A {{cssxref("<color>")}} value representing the color of the line. The default value is `currentcolor`. {{cssxref("row-rule-color")}} | |
| - : A {{cssxref("<color>")}} value representing the color of the line. The default value is `currentcolor`. See {{cssxref("row-rule-color")}}. |
| - : A {{cssxref("repeat()")}} function, with an {{cssxref("<integer>")}} of `1` or more as the first argument and one or more `<gap-rule>` values as subsequent arguments. The `<integer>` specifies how many times the list of `<gap-rule>` values should be repeated. | ||
|
|
||
| - `<gap-auto-repeat-rule>` | ||
| - : A {{cssxref("repeat()")}} function, with `auto` as the first argument and one or more `<gap-rule>` values as subsequent arguments. The provided list of `<gap-rule>` values are repeated as many times as needed to fill in values for any row-rules that are not explicitly specified by other components of the property value. |
There was a problem hiding this comment.
| - : A {{cssxref("repeat()")}} function, with `auto` as the first argument and one or more `<gap-rule>` values as subsequent arguments. The provided list of `<gap-rule>` values are repeated as many times as needed to fill in values for any row-rules that are not explicitly specified by other components of the property value. | |
| - : A {{cssxref("repeat()")}} function, with `auto` as the first argument and one or more `<gap-rule>` values as subsequent arguments. The provided list of `<gap-rule>` values is repeated as many times as needed to fill in values for any row-rules that are not explicitly specified by other components of the property value. |
| flex-flow: column; | ||
| gap: 5px; | ||
| row-rule-style: dashed; | ||
| row-rule-width: 3px; |
There was a problem hiding this comment.
List the row-rule-width declaration last and separated by a line to highlight it, like you did with row-rule-style on that page?
chrisdavidmills
left a comment
There was a problem hiding this comment.
Looking good, @estelle. I've made a bunch of comments, but these are largely grammar fixes and suchlike. Nothing too serious.
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chrisdavidmills
left a comment
There was a problem hiding this comment.
@estelle, a few more bits for you to consider, but I'm approving so that you can merge when you're done looking.
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
This PR includes three new pages:
row-rulerow-rule-stylerow-rule-widthThe CSS gaps module page is already live.
The
row-rule-coloris merged. (#44549)This page is already linked to from those two pages and from
row-rule-visibility-itemsPart of openwebdocs/project#238