[csswg-drafts] [css-ui] Should outline-width refer to line-width?

ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-ui] Should outline-width refer to line-width? ==
We currently have

[outline-width](https://drafts.csswg.org/css-ui-4/#outline-width): `<border-width>`

[border-width](https://drafts.csswg.org/css-backgrounds-3/#propdef-border-width): `<line-width>{1,4}`

but browsers only accept a single line width for outline-width -  [example](https://jsfiddle.net/ericwilligers/2qhq2kzf/). 

In #2379 we recently changed
column-rule-width: `<‘border-width’>`
to
[column-rule-width](https://drafts.csswg.org/css-multicol/#crw): `<line-width>`

Is this a similar case where `<line-width>` is intended, or is the intent for outline-width to support up to four line widths?






Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2535 using your GitHub account

Received on Wednesday, 11 April 2018 14:00:28 UTC