- Notifications
You must be signed in to change notification settings - Fork 759
Closed
Labels
Closed Accepted by CSSWG Resolutioncss-backgrounds-3Current WorkCurrent Workcss-gaps-1css-multicol-1Current WorkCurrent Workcss-multicol-2css-ui-4Current WorkCurrent Work
Description
Per CSS Multicol 1, if column-rule-style is none or hidden, then the computed value of column-rule-width will be 0.
Gaps 1 extends the definitions of the column-rule-* properties to allow for lists of values. It also seeks to preserve the existing behavior noted above for backwards compatibility. But in what cases should the backward compatibility behavior apply? I can see a couple of reasonable possibilities:
- If
column-rule-stylecontains exactly one value and that value isnoneorhidden, then the computed value ofcolumn-rule-widthis0. - If
column-rule-stylecontains nothing other thannone,hidden, or repeaters containing nothing other thannoneorhidden, then the computed value ofcolumn-rule-widthis0.
My inclination is towards 1. Does the WG agree? Any options I might have missed?
Metadata
Metadata
Assignees
Labels
Closed Accepted by CSSWG Resolutioncss-backgrounds-3Current WorkCurrent Workcss-gaps-1css-multicol-1Current WorkCurrent Workcss-multicol-2css-ui-4Current WorkCurrent Work
Type
Projects
Status
Friday afternoon