From 57c9b3eb4f0bae2b32117bd32c2889d890bfd9bb Mon Sep 17 00:00:00 2001 From: Francesco Cartier Date: Sun, 21 Oct 2018 12:50:02 +0200 Subject: [PATCH 1/5] added compat data for using-css-variables --- css/properties/using-css-variables.json | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 css/properties/using-css-variables.json diff --git a/css/properties/using-css-variables.json b/css/properties/using-css-variables.json new file mode 100644 index 0000000000000..9cd62bd866b6b --- /dev/null +++ b/css/properties/using-css-variables.json @@ -0,0 +1,54 @@ +{ + "css": { + "properties": { + "border-width": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Using_CSS_variables", + "support": { + "chrome": { + "version_added": "49" + }, + "chrome_android": { + "version_added": "49" + }, + "edge": { + "version_added": "15" + }, + "edge_mobile": { + "version_added": true + }, + "firefox": { + "version_added": "42" + }, + "firefox_android": { + "version_added": "29" + }, + "ie": { + "version_added": false + }, + "opera": { + "version_added": "36" + }, + "opera_android": { + "version_added": null + }, + "safari": { + "version_added": "9.1" + }, + "safari_ios": { + "version_added": "9.1" + }, + "webview_android": { + "version_added": null + } + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } +} \ No newline at end of file From 2191fe871902dce61dcd99a9c9818e268ccfc555 Mon Sep 17 00:00:00 2001 From: Francesco Cartier Date: Mon, 22 Oct 2018 11:11:55 +0200 Subject: [PATCH 2/5] updated compat data for inline-size/block-size referring to issue #3005 --- css/properties/block-size.json | 8 ++++---- css/properties/inline-size.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/properties/block-size.json b/css/properties/block-size.json index 7a317f3103e7f..585affee3a9b7 100644 --- a/css/properties/block-size.json +++ b/css/properties/block-size.json @@ -6,10 +6,10 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/block-size", "support": { "chrome": { - "version_added": false + "version_added": true }, "chrome_android": { - "version_added": null + "version_added": true }, "edge": { "version_added": null @@ -53,10 +53,10 @@ "version_added": false }, "opera": { - "version_added": false + "version_added": true }, "opera_android": { - "version_added": false + "version_added": true }, "safari": { "version_added": false diff --git a/css/properties/inline-size.json b/css/properties/inline-size.json index 9726f26fd28f5..4cb1a889c1016 100644 --- a/css/properties/inline-size.json +++ b/css/properties/inline-size.json @@ -6,10 +6,10 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inline-size", "support": { "chrome": { - "version_added": false + "version_added": true }, "chrome_android": { - "version_added": null + "version_added": true }, "edge": { "version_added": null @@ -53,10 +53,10 @@ "version_added": false }, "opera": { - "version_added": false + "version_added": true }, "opera_android": { - "version_added": false + "version_added": true }, "safari": { "version_added": false From 4d913db5f319c5f0ee82cced73a6f2212faba64e Mon Sep 17 00:00:00 2001 From: Francesco Cartier Date: Mon, 22 Oct 2018 19:28:13 +0200 Subject: [PATCH 3/5] fixed block-size webview support --- css/properties/block-size.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/block-size.json b/css/properties/block-size.json index 585affee3a9b7..3767f5166c214 100644 --- a/css/properties/block-size.json +++ b/css/properties/block-size.json @@ -68,7 +68,7 @@ "version_added": false }, "webview_android": { - "version_added": false + "version_added": true } }, "status": { From 92371bc4e0df2e734b0c6be6f786f294e222b267 Mon Sep 17 00:00:00 2001 From: Francesco Cartier Date: Mon, 22 Oct 2018 19:30:18 +0200 Subject: [PATCH 4/5] fixed inline-size webview support --- css/properties/inline-size.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/inline-size.json b/css/properties/inline-size.json index 4cb1a889c1016..9c0c95b23e659 100644 --- a/css/properties/inline-size.json +++ b/css/properties/inline-size.json @@ -68,7 +68,7 @@ "version_added": false }, "webview_android": { - "version_added": false + "version_added": true } }, "status": { From 2b4a70fa0ada0a8aa9f15c8acfa09653f797c43e Mon Sep 17 00:00:00 2001 From: Francesco Cartier Date: Tue, 23 Oct 2018 14:00:32 +0200 Subject: [PATCH 5/5] Revert "added compat data for using-css-variables" This reverts commit 57c9b3eb4f0bae2b32117bd32c2889d890bfd9bb. --- css/properties/using-css-variables.json | 54 ------------------------- 1 file changed, 54 deletions(-) delete mode 100644 css/properties/using-css-variables.json diff --git a/css/properties/using-css-variables.json b/css/properties/using-css-variables.json deleted file mode 100644 index 9cd62bd866b6b..0000000000000 --- a/css/properties/using-css-variables.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "css": { - "properties": { - "border-width": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Using_CSS_variables", - "support": { - "chrome": { - "version_added": "49" - }, - "chrome_android": { - "version_added": "49" - }, - "edge": { - "version_added": "15" - }, - "edge_mobile": { - "version_added": true - }, - "firefox": { - "version_added": "42" - }, - "firefox_android": { - "version_added": "29" - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": "36" - }, - "opera_android": { - "version_added": null - }, - "safari": { - "version_added": "9.1" - }, - "safari_ios": { - "version_added": "9.1" - }, - "webview_android": { - "version_added": null - } - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - } - } - } -} \ No newline at end of file