- From: Eric Willigers via GitHub <sysbot+gh@w3.org>
 - Date: Sat, 03 Mar 2018 01:54:40 +0000
 - To: public-css-archive@w3.org
 
ewilligers has just submitted a new pull request for https://github.com/w3c/csswg-drafts:
== [css-multicol] Refer to line-style,line-width ==
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
See https://github.com/w3c/csswg-drafts/pull/2380
Received on Saturday, 3 March 2018 01:54:44 UTC