[csswg-drafts] [css-ui-3] outline-style values are not the same as border-style

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

== [css-ui-3] outline-style values are not the same as border-style ==
In the section on `outline-style`:

https://drafts.csswg.org/css-ui-3/#outline-style

Next to "Value" it says:

    auto | <border-style>

The term `<border-style>` then links to this page:

https://drafts.csswg.org/css21/box.html#propdef-border-style

Which lists the valid `border-style` values from CSS2 here:

https://drafts.csswg.org/css21/box.html#value-def-border-style

The values listed there include the value `hidden`. But the `hidden` value is not valid for the `outline-style` property (all the others are fine). So, I believe the primary document should be updated to either point to a different listing of the values that excludes `hidden`, or else the values for `outline-style` should be listed on that original page (which would seem to make more sense).

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

Received on Friday, 23 March 2018 02:48:15 UTC