Skip to content

Commit fbe335d

Browse files
committed
[css-align-3] Fix the computed value of *-gap
Closes w3c#2294
1 parent 2905293 commit fbe335d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
17961796
Inherited: no
17971797
Percentages: refer to corresponding dimension of the content area
17981798
Media: visual
1799-
Computed value: as specified, with <<length>>s made absolute, and''row-gap/normal'' computing to zero except on <a>multi-column elements</a>
1799+
Computed value: as specified, with <<length>>s made absolute
18001800
Animatable: as length, percentage, or calc
18011801
</pre>
18021802

@@ -1830,9 +1830,9 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18301830

18311831
: <dfn>normal</dfn>
18321832
:: The ''gap/normal'' represents a UA-dependent length on <a>multi-column elements</a>,
1833-
and computes to ''0px'' in all other contexts.
1833+
and a used value of ''0px'' in all other contexts.
18341834

1835-
Issue: Should ''gap/normal'' just compute to ''1em'' in multicol?
1835+
Issue(2145): Should ''gap/normal'' just be ''1em'' in multicol?
18361836
</dl>
18371837

18381838
Gutters effect a minimum spacing between items:

0 commit comments

Comments
 (0)