From 35f64f187c641b030f616b3106f1b42332e3a4f7 Mon Sep 17 00:00:00 2001 From: Eric Willigers <> Date: Sat, 3 Mar 2018 12:47:15 +1100 Subject: [PATCH] [css-multicol] Refer to line-style,line-width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The grammar rules are now - column-rule-style: < line-style > - column-rule-width: < line-width > instead of - column-rule-style: <‘border-style’> - column-rule-width: <‘border-width’> - border-style: < line-style >{1,4} - border-width: < line-width >{1,4} resolves #2379 --- css-multicol-1/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-multicol-1/Overview.bs b/css-multicol-1/Overview.bs index bdde107f420..41c7f20de39 100644 --- a/css-multicol-1/Overview.bs +++ b/css-multicol-1/Overview.bs @@ -820,7 +820,7 @@ Column gaps and rules
Name: column-rule-style - Value: <<'border-style'>> + Value: <The 'column-rule-style' property sets the style of the rule between columns of an element. - The <<'border-style'>> values are interpreted as in the collapsing border model. + The <> Initial: none Applies to: multicol containers Inherited: no @@ -831,7 +831,7 @@ Column gaps and rules
Name: column-rule-width - Value: <<'border-width'>> + Value: <> Initial: medium Applies to: multicol containers Inherited: no