Skip to content

[css-ui-4] outline-style values are not the same as border-style #2466

@impressivewebs

Description

@impressivewebs

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions