- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Mar 2018 01:54:45 +0000
- To: public-css-archive@w3.org
tabatkins has just labeled a pull request from ewilligers for https://github.com/w3c/csswg-drafts as "ready":
== [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:48 UTC