[csswg-drafts] Pull Request: [css-multicol] Refer to line-style,line-width

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