From bf16ee5ed52415f44322491de531c5360363e30b Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Mon, 30 Sep 2024 10:02:55 -0400 Subject: [PATCH 1/7] Add box-sizing --- features/box-sizing.yml | 9 +++++++++ features/box-sizing.yml.dist | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 features/box-sizing.yml create mode 100644 features/box-sizing.yml.dist diff --git a/features/box-sizing.yml b/features/box-sizing.yml new file mode 100644 index 00000000000..67c8d77ca4d --- /dev/null +++ b/features/box-sizing.yml @@ -0,0 +1,9 @@ +name: box-sizing +description: The `box-sizing` CSS property sets whether an element's width and height are calculated based on the `content-box` or `border-box`. +spec: https://drafts.csswg.org/css-sizing-3/#propdef-box-sizing +caniuse: css3-boxsizing +group: layout +compat_features: + - css.properties.box-sizing + - css.properties.box-sizing.border-box + - css.properties.box-sizing.content-box diff --git a/features/box-sizing.yml.dist b/features/box-sizing.yml.dist new file mode 100644 index 00000000000..b7d78b19d9d --- /dev/null +++ b/features/box-sizing.yml.dist @@ -0,0 +1,19 @@ +# Generated from: box-sizing.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: high + baseline_low_date: 2015-07-29 + baseline_high_date: 2018-01-29 + support: + chrome: "10" + chrome_android: "18" + edge: "12" + firefox: "29" + firefox_android: "29" + safari: "5.1" + safari_ios: "6" +compat_features: + - css.properties.box-sizing + - css.properties.box-sizing.border-box + - css.properties.box-sizing.content-box From 3ab3d341eaeab197167b6810562bcf0316f53a9e Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Mon, 30 Sep 2024 10:06:22 -0400 Subject: [PATCH 2/7] Add missing aspect-ratio.auto --- features/aspect-ratio.yml | 5 +++++ features/aspect-ratio.yml.dist | 1 + 2 files changed, 6 insertions(+) diff --git a/features/aspect-ratio.yml b/features/aspect-ratio.yml index 69a854b1fc5..9397fa1a5d7 100644 --- a/features/aspect-ratio.yml +++ b/features/aspect-ratio.yml @@ -2,3 +2,8 @@ name: aspect-ratio description: "The `aspect-ratio` CSS property controls the width-to-height ratio of elements. For `` and `