-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
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).