- From: Eric Willigers via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Mar 2018 01:35:27 +0000
- To: public-css-archive@w3.org
ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-multicol] column-rule-width,column-rule-style should refer to line-style,line-width ==
The current grammar rules are
[border-style](https://drafts.csswg.org/css-backgrounds-3/#propdef-border-style): <[line-style](https://drafts.csswg.org/css-backgrounds-3/#typedef-line-style)>{1,4}
[border-width](https://drafts.csswg.org/css-backgrounds-3/#propdef-border-width): <[line-width](https://drafts.csswg.org/css-backgrounds-3/#typedef-line-width)>{1,4}
[column-rule-style](https://www.w3.org/TR/css-multicol-1/#crs): <‘[border-style](https://drafts.csswg.org/css-backgrounds-3/#propdef-border-style)’>
[column-rule-width](https://www.w3.org/TR/css-multicol-1/#crw): <‘[border-width](https://drafts.csswg.org/css-backgrounds-3/#propdef-border-width)’>
These would suggest that column-rule-style is a shorthand for border-style, and column-rule-width is shorthand for border-width. Further, they suggest that up to 4 values are permitted for column-rule-style and column-rule-width.
I suspect the intended grammar rules are:
[column-rule-style](https://www.w3.org/TR/css-multicol-1/#crs): <[line-style](https://drafts.csswg.org/css-backgrounds-3/#typedef-line-style)>
[column-rule-width](https://www.w3.org/TR/css-multicol-1/#crw): <[line-width](https://drafts.csswg.org/css-backgrounds-3/#typedef-line-width)>
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2379 using your GitHub account
Received on Saturday, 3 March 2018 01:35:32 UTC