From c369cd2d50ac0494bc60e9b6535623479947dff2 Mon Sep 17 00:00:00 2001 From: Timeo Date: Mon, 14 Mar 2022 23:28:35 -0400 Subject: [PATCH] Issue with "outline-style" Formal Syntax incorrectly implies that all border-style values can be used. Resolving issue: https://github.com/mdn/data/issues/567 See for more info: https://www.w3.org/TR/css-ui-4/#typedef-outline-line-style --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index bd80fa82..ec0d2d97 100644 --- a/css/properties.json +++ b/css/properties.json @@ -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"