Skip to content

Commit

Permalink
[css-gaps-1][editorial] Fix bikeshed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbabbitt committed Feb 24, 2025
1 parent c193389 commit 8b50286
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css-gaps-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties {#
Issue: Should the "force to 0" behavior apply when lists of values are involved?
If so, how should this be handled with unaligned lists?

Lists of values and the ''repeat()'' notation {#lists-repeat}
-------------------------------------------------------------
Lists of values and the ''repeat-line-color/repeat()'' notation {#lists-repeat}
-------------------------------------------------------------------------------

Each of the properties in this section accepts a space-separated list of values.
Setting multiple values in this way allows for varying <a>gap decorations</a> within a given container.
Expand All @@ -640,12 +640,12 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
Similar to [[css-grid-1#repeat-notation]], these notations allow a series of <a>gap decorations</a>
that exhibit a recurring pattern to be written in a more compact form.

The generic form of the ''repeat()'' syntax is, approximately,
The generic form of the ''repeat-line-color/repeat()'' syntax is, approximately,
<pre class='prod'>
repeat( [ <<integer [1,∞]>> | auto ] , &lt;value&gt;+ )
</pre>

The first argument to ''repeat()'' specifies the number of repetitions.
The first argument to ''repeat-line-color/repeat()'' specifies the number of repetitions.
<dl>
<dt><<integer>>
<dd>
Expand All @@ -669,7 +669,7 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
Specfies an <dfn>auto repeater</dfn>.
An <a>auto repeater</a> will be used to fill in values for gaps
that would not otherwise receive values from other parts of the list.
At most one ''repeat()'' in a given list of values may be an <a>auto repeater</a>.
At most one ''repeat-line-color/repeat()'' in a given list of values may be an <a>auto repeater</a>.

<div class="example">
Continuing from the previous example, if the author does not know how
Expand All @@ -682,8 +682,8 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
</div>
</dl>

The second argument to ''repeat()'' is a space-separated list of values
that would be accepted by the property in which the ''repeat()'' appears.
The second argument to ''repeat-line-color/repeat()'' is a space-separated list of values
that would be accepted by the property in which the ''repeat-line-color/repeat()'' appears.

<div algorithm>
To <dfn>assign gap decoration values</dfn> to a list of |gaps| using a list of |values|:
Expand Down

0 comments on commit 8b50286

Please sign in to comment.