Skip to content

Commit

Permalink
Issue with "outline-style"
Browse files Browse the repository at this point in the history
 Formal Syntax incorrectly implies that all border-style values can be used. Resolving issue: mdn#567

See for more info: https://www.w3.org/TR/css-ui-4/#typedef-outline-line-style
  • Loading branch information
timeowilliams committed Mar 15, 2022
1 parent b3c9695 commit c369cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6948,7 +6948,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/outline-offset"
},
"outline-style": {
"syntax": "auto | <'border-style'>",
"syntax": "auto | <'outline-line-style'>",
"media": [
"visual",
"interactive"
Expand Down

0 comments on commit c369cd2

Please sign in to comment.