From e5697f57ba77dfb75d3c6ee98a19bdd3d5d21a7a Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 10:43:11 -0800 Subject: [PATCH 01/20] Adds `clip` deprecated feature --- features/clip.yml | 14 ++++++++++++ features/clip.yml.dist | 48 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 features/clip.yml create mode 100644 features/clip.yml.dist diff --git a/features/clip.yml b/features/clip.yml new file mode 100644 index 00000000000..1f365ad5a97 --- /dev/null +++ b/features/clip.yml @@ -0,0 +1,14 @@ +name: clip +description: TODO +spec: https://drafts.fxtf.org/css-masking/#clip-property +group: clipping-shapes-masking +discouraged: + according_to: + - https://drafts.fxtf.org/css-masking/#clip-property + alternatives: + - clip-path +compat_features: + - css.properties.clip + - css.properties.clip.auto + - css.types.shape + - css.types.shape.rect diff --git a/features/clip.yml.dist b/features/clip.yml.dist new file mode 100644 index 00000000000..8acb9a50715 --- /dev/null +++ b/features/clip.yml.dist @@ -0,0 +1,48 @@ +# Generated from: clip.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: ≤80 + chrome_android: "80" + edge: "80" + firefox: ≤72 + firefox_android: "79" + safari: ≤13.1 + safari_ios: ≤13.4 +compat_features: + # baseline: false + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "1" + # safari_ios: "1" + - css.properties.clip + + # baseline: false + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "12" + # firefox: "1" + # firefox_android: "4" + # safari: "1.3" + # safari_ios: "1" + - css.types.shape + - css.types.shape.rect + + # ⬇️ Same status as overall feature ⬇️ + # baseline: false + # support: + # chrome: ≤80 + # chrome_android: "80" + # edge: "80" + # firefox: ≤72 + # firefox_android: "79" + # safari: ≤13.1 + # safari_ios: ≤13.4 + - css.properties.clip.auto From 020749d56deab19446f4d667b6676faa426d1bb0 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 10:43:32 -0800 Subject: [PATCH 02/20] Adds `color-adjust` deprecated feature --- features/color-adjust.yml | 11 +++++++++++ features/color-adjust.yml.dist | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 features/color-adjust.yml create mode 100644 features/color-adjust.yml.dist diff --git a/features/color-adjust.yml b/features/color-adjust.yml new file mode 100644 index 00000000000..b42f8b4f2d5 --- /dev/null +++ b/features/color-adjust.yml @@ -0,0 +1,11 @@ +name: color-adjust +description: TODO +spec: https://drafts.csswg.org/css-color-adjust-1/#color-adjust +group: print +discouraged: + according_to: + - https://drafts.csswg.org/css-color-adjust-1/#color-adjust + alternatives: + - print-color-adjust +compat_features: + - css.properties.color-adjust diff --git a/features/color-adjust.yml.dist b/features/color-adjust.yml.dist new file mode 100644 index 00000000000..667c0f27a11 --- /dev/null +++ b/features/color-adjust.yml.dist @@ -0,0 +1,12 @@ +# Generated from: color-adjust.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + firefox: ≤72 + firefox_android: "79" + safari: "15.4" + safari_ios: "15.4" +compat_features: + - css.properties.color-adjust From 96b78ef825b37b69990cc05c2eeaa4f510b33a2e Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 10:43:55 -0800 Subject: [PATCH 03/20] Adds deprecated `device-*` media queries --- features/media-queries-deprecated.yml | 13 +++++++++++++ features/media-queries-deprecated.yml.dist | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 features/media-queries-deprecated.yml create mode 100644 features/media-queries-deprecated.yml.dist diff --git a/features/media-queries-deprecated.yml b/features/media-queries-deprecated.yml new file mode 100644 index 00000000000..ef136fbf548 --- /dev/null +++ b/features/media-queries-deprecated.yml @@ -0,0 +1,13 @@ +name: Media queries (deprecated) +description: TODO +spec: https://drafts.csswg.org/mediaqueries-5/#mf-deprecated +group: media-queries +discouraged: + according_to: + - https://drafts.csswg.org/mediaqueries-5/#mf-deprecated + alternatives: + - media-queries +compat_features: + - css.at-rules.media.device-aspect-ratio + - css.at-rules.media.device-height + - css.at-rules.media.device-width diff --git a/features/media-queries-deprecated.yml.dist b/features/media-queries-deprecated.yml.dist new file mode 100644 index 00000000000..98057961ecf --- /dev/null +++ b/features/media-queries-deprecated.yml.dist @@ -0,0 +1,17 @@ +# Generated from: media-queries-deprecated.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "2" + firefox_android: "4" + safari: "3" + safari_ios: "1" +compat_features: + - css.at-rules.media.device-aspect-ratio + - css.at-rules.media.device-height + - css.at-rules.media.device-width From 39c74120e88387c37af23e29c1125774c63492c4 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 10:44:40 -0800 Subject: [PATCH 04/20] Adds SVG-only writing mode values --- features/writing-mode-deprecated.yml | 16 ++++++++++++++++ features/writing-mode-deprecated.yml.dist | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 features/writing-mode-deprecated.yml create mode 100644 features/writing-mode-deprecated.yml.dist diff --git a/features/writing-mode-deprecated.yml b/features/writing-mode-deprecated.yml new file mode 100644 index 00000000000..48fc4ba7139 --- /dev/null +++ b/features/writing-mode-deprecated.yml @@ -0,0 +1,16 @@ +name: Writing mode (deprecated) +description: TODO +spec: https://drafts.csswg.org/css-writing-modes-4/#block-flow +group: css +discouraged: + according_to: + - https://drafts.csswg.org/css-writing-modes-4/#svg-writing-mode + alternatives: + - writing-mode +compat_features: + - css.properties.writing-mode.lr + - css.properties.writing-mode.lr-tb + - css.properties.writing-mode.rl + - css.properties.writing-mode.rl-tb + - css.properties.writing-mode.tb + - css.properties.writing-mode.tb-rl diff --git a/features/writing-mode-deprecated.yml.dist b/features/writing-mode-deprecated.yml.dist new file mode 100644 index 00000000000..24f0b42183f --- /dev/null +++ b/features/writing-mode-deprecated.yml.dist @@ -0,0 +1,20 @@ +# Generated from: writing-mode-deprecated.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "48" + chrome_android: "48" + edge: "12" + firefox: "43" + firefox_android: "43" + safari: "10.1" + safari_ios: "10.3" +compat_features: + - css.properties.writing-mode.lr + - css.properties.writing-mode.lr-tb + - css.properties.writing-mode.rl + - css.properties.writing-mode.rl-tb + - css.properties.writing-mode.tb + - css.properties.writing-mode.tb-rl From f8707697f87b53b50b58d3863a0572c8702116bd Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:11:51 -0800 Subject: [PATCH 05/20] Adds `glyph-orientation-vertical` deprecated feature --- features/glyph-orientation-vertical.yml | 11 +++++++++++ features/glyph-orientation-vertical.yml.dist | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 features/glyph-orientation-vertical.yml create mode 100644 features/glyph-orientation-vertical.yml.dist diff --git a/features/glyph-orientation-vertical.yml b/features/glyph-orientation-vertical.yml new file mode 100644 index 00000000000..379a643604b --- /dev/null +++ b/features/glyph-orientation-vertical.yml @@ -0,0 +1,11 @@ +name: glyph-orientation-vertical +description: TODO +spec: https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation +group: css +discouraged: + according_to: + - https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation + alternatives: + - text-orientation +compat_features: + - css.properties.glyph-orientation-vertical diff --git a/features/glyph-orientation-vertical.yml.dist b/features/glyph-orientation-vertical.yml.dist new file mode 100644 index 00000000000..740de199380 --- /dev/null +++ b/features/glyph-orientation-vertical.yml.dist @@ -0,0 +1,10 @@ +# Generated from: glyph-orientation-vertical.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + safari: ≤13.1 + safari_ios: ≤13.4 +compat_features: + - css.properties.glyph-orientation-vertical From 52b7f5909f53716c974d497177a7f7ffa1b11f1b Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:12:19 -0800 Subject: [PATCH 06/20] Adds IME mode discouraged feature --- features/ime-mode.yml | 9 +++++++++ features/ime-mode.yml.dist | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 features/ime-mode.yml create mode 100644 features/ime-mode.yml.dist diff --git a/features/ime-mode.yml b/features/ime-mode.yml new file mode 100644 index 00000000000..0fcbd3018fb --- /dev/null +++ b/features/ime-mode.yml @@ -0,0 +1,9 @@ +name: ime-mode +description: TODO +spec: https://drafts.csswg.org/css-ui-3/#input-method-editor +group: css +discouraged: + according_to: + - https://drafts.csswg.org/css-ui-3/#input-method-editor +compat_features: + - css.properties.ime-mode diff --git a/features/ime-mode.yml.dist b/features/ime-mode.yml.dist new file mode 100644 index 00000000000..8d68f23c447 --- /dev/null +++ b/features/ime-mode.yml.dist @@ -0,0 +1,10 @@ +# Generated from: ime-mode.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + firefox: "3" + firefox_android: "4" +compat_features: + - css.properties.ime-mode From 96d84ae3d1a6a152b7e9398b9a92adc02213e386 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:12:50 -0800 Subject: [PATCH 07/20] Adds `overflow: overlay` deprecated legacy feature --- features/overflow-overlay.yml | 11 +++++++++++ features/overflow-overlay.yml.dist | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 features/overflow-overlay.yml create mode 100644 features/overflow-overlay.yml.dist diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml new file mode 100644 index 00000000000..a358416afa5 --- /dev/null +++ b/features/overflow-overlay.yml @@ -0,0 +1,11 @@ +name: "`overflow: overlay`" +description: "TODO Superceded by `overflow: auto`" +spec: https://drafts.csswg.org/css-overflow/#propdef-overflow +group: css +discouraged: + according_to: + - https://drafts.csswg.org/css-overflow/#valdef-overflow-overlay + alternatives: + - overflow-shorthand +compat_features: + - css.properties.word-break.break-word diff --git a/features/overflow-overlay.yml.dist b/features/overflow-overlay.yml.dist new file mode 100644 index 00000000000..2a5da7b6bf8 --- /dev/null +++ b/features/overflow-overlay.yml.dist @@ -0,0 +1,15 @@ +# Generated from: overflow-overlay.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "67" + firefox_android: "67" + safari: "3" + safari_ios: "2" +compat_features: + - css.properties.word-break.break-word From 32636dde6db89c545b27bff9a6134a4cd796012f Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:13:25 -0800 Subject: [PATCH 08/20] Adds `text-decoration-line: blink` deprecated feature --- features/text-decoration-line-blink.yml | 13 +++++++++++++ features/text-decoration-line-blink.yml.dist | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 features/text-decoration-line-blink.yml create mode 100644 features/text-decoration-line-blink.yml.dist diff --git a/features/text-decoration-line-blink.yml b/features/text-decoration-line-blink.yml new file mode 100644 index 00000000000..b8dcac79628 --- /dev/null +++ b/features/text-decoration-line-blink.yml @@ -0,0 +1,13 @@ +name: "`text-decoration-line: blink`" +description: TODO +spec: https://drafts.csswg.org/css-text-decor/#valdef-text-decoration-line-blink +group: + - animation + - css +discouraged: + according_to: + - https://drafts.csswg.org/css-text-decor/#valdef-text-decoration-line-blink + alternatives: + - animations-css +compat_features: + - css.properties.text-decoration-line.blink diff --git a/features/text-decoration-line-blink.yml.dist b/features/text-decoration-line-blink.yml.dist new file mode 100644 index 00000000000..9b88c01b77e --- /dev/null +++ b/features/text-decoration-line-blink.yml.dist @@ -0,0 +1,15 @@ +# Generated from: text-decoration-line-blink.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "57" + chrome_android: "57" + edge: "79" + firefox: "36" + firefox_android: "36" + safari: "12.1" + safari_ios: "12.2" +compat_features: + - css.properties.text-decoration-line.blink From e982041aae1b907ec44d586d1a36d74f1b9ec5c6 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:13:53 -0800 Subject: [PATCH 09/20] Adds `word-break: break-word` legacy deprecated feature --- features/word-break-break-word.yml | 11 +++++++++++ features/word-break-break-word.yml.dist | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 features/word-break-break-word.yml create mode 100644 features/word-break-break-word.yml.dist diff --git a/features/word-break-break-word.yml b/features/word-break-break-word.yml new file mode 100644 index 00000000000..ea0cda0499c --- /dev/null +++ b/features/word-break-break-word.yml @@ -0,0 +1,11 @@ +name: "`word-break: break-word`" +description: "TODO Superceded by `overflow-wrap: anywhere`" +spec: https://drafts.csswg.org/css-text/#word-break-property +group: css +discouraged: + according_to: + - https://drafts.csswg.org/css-text/#valdef-word-break-break-word + alternatives: + - overflow-wrap +compat_features: + - css.properties.word-break.break-word diff --git a/features/word-break-break-word.yml.dist b/features/word-break-break-word.yml.dist new file mode 100644 index 00000000000..b16a09261eb --- /dev/null +++ b/features/word-break-break-word.yml.dist @@ -0,0 +1,15 @@ +# Generated from: word-break-break-word.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "1" + chrome_android: "18" + edge: "12" + firefox: "67" + firefox_android: "67" + safari: "3" + safari_ios: "2" +compat_features: + - css.properties.word-break.break-word From 0a2067d7c72d039dd5f5befe1ab4e162925252cd Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 5 Dec 2024 11:16:07 -0800 Subject: [PATCH 10/20] Fixes incorrect key --- features/overflow-overlay.yml | 2 +- features/overflow-overlay.yml.dist | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml index a358416afa5..150f238c709 100644 --- a/features/overflow-overlay.yml +++ b/features/overflow-overlay.yml @@ -8,4 +8,4 @@ discouraged: alternatives: - overflow-shorthand compat_features: - - css.properties.word-break.break-word + - css.types.overflow.overlay diff --git a/features/overflow-overlay.yml.dist b/features/overflow-overlay.yml.dist index 2a5da7b6bf8..fe0f34ce511 100644 --- a/features/overflow-overlay.yml.dist +++ b/features/overflow-overlay.yml.dist @@ -4,12 +4,12 @@ status: baseline: false support: - chrome: "1" - chrome_android: "18" - edge: "12" - firefox: "67" - firefox_android: "67" - safari: "3" - safari_ios: "2" + chrome: "15" + chrome_android: "100" + edge: "79" + firefox: "112" + firefox_android: "112" + safari: ≤13.1 + safari_ios: ≤13.4 compat_features: - - css.properties.word-break.break-word + - css.types.overflow.overlay From 2b4af7d254800cf2be91a23b8afad48455d8cc87 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Fri, 6 Dec 2024 14:26:33 -0800 Subject: [PATCH 11/20] Adds descriptions --- features/clip.yml | 2 +- features/color-adjust.yml | 2 +- features/glyph-orientation-vertical.yml | 2 +- features/ime-mode.yml | 2 +- features/media-queries-deprecated.yml | 2 +- features/overflow-overlay.yml | 2 +- features/word-break-break-word.yml | 2 +- features/writing-mode-deprecated.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/features/clip.yml b/features/clip.yml index 1f365ad5a97..b3c66d430ef 100644 --- a/features/clip.yml +++ b/features/clip.yml @@ -1,5 +1,5 @@ name: clip -description: TODO +description: The `clip` CSS property sets the visible area of an absolutely positioned element. spec: https://drafts.fxtf.org/css-masking/#clip-property group: clipping-shapes-masking discouraged: diff --git a/features/color-adjust.yml b/features/color-adjust.yml index b42f8b4f2d5..fe473e5dccd 100644 --- a/features/color-adjust.yml +++ b/features/color-adjust.yml @@ -1,5 +1,5 @@ name: color-adjust -description: TODO +description: The `color-adjust` shorthand CSS property allows multiple performance related color adjustments to be set at once. Setting the `print-color-adjust` CSS property directly is preferred, as it is the only such adjustment so far defined. spec: https://drafts.csswg.org/css-color-adjust-1/#color-adjust group: print discouraged: diff --git a/features/glyph-orientation-vertical.yml b/features/glyph-orientation-vertical.yml index 379a643604b..560d3e35f57 100644 --- a/features/glyph-orientation-vertical.yml +++ b/features/glyph-orientation-vertical.yml @@ -1,5 +1,5 @@ name: glyph-orientation-vertical -description: TODO +description: The `glyph-orientation-vertical` CSS property sets the orientation of glyphs in text rendered in a vertical writing mode. spec: https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation group: css discouraged: diff --git a/features/ime-mode.yml b/features/ime-mode.yml index 0fcbd3018fb..c0b8ac2f8c6 100644 --- a/features/ime-mode.yml +++ b/features/ime-mode.yml @@ -1,5 +1,5 @@ name: ime-mode -description: TODO +description: The `ime-mode` CSS property sets the state of the input method editor for text fields. spec: https://drafts.csswg.org/css-ui-3/#input-method-editor group: css discouraged: diff --git a/features/media-queries-deprecated.yml b/features/media-queries-deprecated.yml index ef136fbf548..6aa443e5d22 100644 --- a/features/media-queries-deprecated.yml +++ b/features/media-queries-deprecated.yml @@ -1,5 +1,5 @@ name: Media queries (deprecated) -description: TODO +description: The `device-aspect-ratio`, `device-height`, and `device-width` media features describe physical properties of the displaying output device. spec: https://drafts.csswg.org/mediaqueries-5/#mf-deprecated group: media-queries discouraged: diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml index 150f238c709..1b63362b8e5 100644 --- a/features/overflow-overlay.yml +++ b/features/overflow-overlay.yml @@ -1,5 +1,5 @@ name: "`overflow: overlay`" -description: "TODO Superceded by `overflow: auto`" +description: "The `overflow: overlay` CSS declaration sets the behavior for when content doesn't fit in an element. It is superceded by `overflow: auto`." spec: https://drafts.csswg.org/css-overflow/#propdef-overflow group: css discouraged: diff --git a/features/word-break-break-word.yml b/features/word-break-break-word.yml index ea0cda0499c..6e82f4af709 100644 --- a/features/word-break-break-word.yml +++ b/features/word-break-break-word.yml @@ -1,5 +1,5 @@ name: "`word-break: break-word`" -description: "TODO Superceded by `overflow-wrap: anywhere`" +description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. It is superceded by `overflow-wrap: anywhere`" spec: https://drafts.csswg.org/css-text/#word-break-property group: css discouraged: diff --git a/features/writing-mode-deprecated.yml b/features/writing-mode-deprecated.yml index 48fc4ba7139..7441a673c64 100644 --- a/features/writing-mode-deprecated.yml +++ b/features/writing-mode-deprecated.yml @@ -1,5 +1,5 @@ name: Writing mode (deprecated) -description: TODO +description: The `lr`, `lr-tb`, `rl`, `rl-tb`, `tb`, and `tb-rl` keyword values represent writing modes for elements in SVG 1.1 documents. spec: https://drafts.csswg.org/css-writing-modes-4/#block-flow group: css discouraged: From c39b43c14738698e617039523f91c2084f9eae26 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Fri, 20 Dec 2024 14:19:47 -0500 Subject: [PATCH 12/20] Add caniuse key --- features/overflow-overlay.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml index 1b63362b8e5..13ed1a13fc4 100644 --- a/features/overflow-overlay.yml +++ b/features/overflow-overlay.yml @@ -2,6 +2,7 @@ name: "`overflow: overlay`" description: "The `overflow: overlay` CSS declaration sets the behavior for when content doesn't fit in an element. It is superceded by `overflow: auto`." spec: https://drafts.csswg.org/css-overflow/#propdef-overflow group: css +caniuse: css-overflow-overlay discouraged: according_to: - https://drafts.csswg.org/css-overflow/#valdef-overflow-overlay From 7e16742ea41e985f7563a1156e2d8441fdcc008c Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Fri, 20 Dec 2024 14:34:31 -0500 Subject: [PATCH 13/20] Update spec level --- features/overflow-overlay.yml | 4 ++-- features/text-decoration-line-blink.yml | 4 ++-- features/word-break-break-word.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml index 13ed1a13fc4..ad0aa5fda3a 100644 --- a/features/overflow-overlay.yml +++ b/features/overflow-overlay.yml @@ -1,11 +1,11 @@ name: "`overflow: overlay`" description: "The `overflow: overlay` CSS declaration sets the behavior for when content doesn't fit in an element. It is superceded by `overflow: auto`." -spec: https://drafts.csswg.org/css-overflow/#propdef-overflow +spec: https://drafts.csswg.org/css-overflow-3/#propdef-overflow group: css caniuse: css-overflow-overlay discouraged: according_to: - - https://drafts.csswg.org/css-overflow/#valdef-overflow-overlay + - https://drafts.csswg.org/css-overflow-3/#valdef-overflow-overlay alternatives: - overflow-shorthand compat_features: diff --git a/features/text-decoration-line-blink.yml b/features/text-decoration-line-blink.yml index b8dcac79628..9f4a2ec8a10 100644 --- a/features/text-decoration-line-blink.yml +++ b/features/text-decoration-line-blink.yml @@ -1,12 +1,12 @@ name: "`text-decoration-line: blink`" description: TODO -spec: https://drafts.csswg.org/css-text-decor/#valdef-text-decoration-line-blink +spec: https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink group: - animation - css discouraged: according_to: - - https://drafts.csswg.org/css-text-decor/#valdef-text-decoration-line-blink + - https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink alternatives: - animations-css compat_features: diff --git a/features/word-break-break-word.yml b/features/word-break-break-word.yml index 6e82f4af709..7dfd521d7d4 100644 --- a/features/word-break-break-word.yml +++ b/features/word-break-break-word.yml @@ -1,6 +1,6 @@ name: "`word-break: break-word`" description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. It is superceded by `overflow-wrap: anywhere`" -spec: https://drafts.csswg.org/css-text/#word-break-property +spec: https://drafts.csswg.org/css-text-3/#word-break-property group: css discouraged: according_to: From 90dab5285ade610688e7bc4f9898f55963bbd6bc Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Fri, 20 Dec 2024 14:39:53 -0500 Subject: [PATCH 14/20] Clip spec, re-run dist --- features/clip.yml | 4 ++-- features/clip.yml.dist | 12 ++++++------ features/color-adjust.yml.dist | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/features/clip.yml b/features/clip.yml index b3c66d430ef..ee50c375776 100644 --- a/features/clip.yml +++ b/features/clip.yml @@ -1,10 +1,10 @@ name: clip description: The `clip` CSS property sets the visible area of an absolutely positioned element. -spec: https://drafts.fxtf.org/css-masking/#clip-property +spec: https://drafts.fxtf.org/css-masking-1/#clip-property group: clipping-shapes-masking discouraged: according_to: - - https://drafts.fxtf.org/css-masking/#clip-property + - https://drafts.fxtf.org/css-masking-1/#clip-property alternatives: - clip-path compat_features: diff --git a/features/clip.yml.dist b/features/clip.yml.dist index 8acb9a50715..bf7b45f4681 100644 --- a/features/clip.yml.dist +++ b/features/clip.yml.dist @@ -5,10 +5,10 @@ status: baseline: false support: chrome: ≤80 - chrome_android: "80" - edge: "80" + chrome_android: ≤80 + edge: ≤80 firefox: ≤72 - firefox_android: "79" + firefox_android: ≤79 safari: ≤13.1 safari_ios: ≤13.4 compat_features: @@ -39,10 +39,10 @@ compat_features: # baseline: false # support: # chrome: ≤80 - # chrome_android: "80" - # edge: "80" + # chrome_android: ≤80 + # edge: ≤80 # firefox: ≤72 - # firefox_android: "79" + # firefox_android: ≤79 # safari: ≤13.1 # safari_ios: ≤13.4 - css.properties.clip.auto diff --git a/features/color-adjust.yml.dist b/features/color-adjust.yml.dist index 667c0f27a11..584a82b2065 100644 --- a/features/color-adjust.yml.dist +++ b/features/color-adjust.yml.dist @@ -5,7 +5,7 @@ status: baseline: false support: firefox: ≤72 - firefox_android: "79" + firefox_android: ≤79 safari: "15.4" safari_ios: "15.4" compat_features: From 6a391f65bd9708077ebe674d6e12992402a06f75 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Mon, 6 Jan 2025 08:49:31 -0800 Subject: [PATCH 15/20] Update description per suggestion Co-authored-by: Patrick Brosset --- features/text-decoration-line-blink.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/text-decoration-line-blink.yml b/features/text-decoration-line-blink.yml index 9f4a2ec8a10..d5bea4f6d0f 100644 --- a/features/text-decoration-line-blink.yml +++ b/features/text-decoration-line-blink.yml @@ -1,5 +1,5 @@ name: "`text-decoration-line: blink`" -description: TODO +description: "The deprecated `text-decoration: blink` CSS declaration used to make text alternate between being visible and invisible." spec: https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink group: - animation From acf700b20047051cb141ad11571ecee5393394bf Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Thu, 9 Jan 2025 08:56:04 -0800 Subject: [PATCH 16/20] Apply suggestions from code review Co-authored-by: Daniel D. Beck --- features/media-queries-deprecated.yml | 2 +- features/text-decoration-line-blink.yml | 2 +- features/word-break-break-word.yml | 2 +- features/writing-mode-deprecated.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/media-queries-deprecated.yml b/features/media-queries-deprecated.yml index 6aa443e5d22..393668f43a6 100644 --- a/features/media-queries-deprecated.yml +++ b/features/media-queries-deprecated.yml @@ -1,4 +1,4 @@ -name: Media queries (deprecated) +name: Device media queries description: The `device-aspect-ratio`, `device-height`, and `device-width` media features describe physical properties of the displaying output device. spec: https://drafts.csswg.org/mediaqueries-5/#mf-deprecated group: media-queries diff --git a/features/text-decoration-line-blink.yml b/features/text-decoration-line-blink.yml index d5bea4f6d0f..c4a05d640f2 100644 --- a/features/text-decoration-line-blink.yml +++ b/features/text-decoration-line-blink.yml @@ -1,5 +1,5 @@ name: "`text-decoration-line: blink`" -description: "The deprecated `text-decoration: blink` CSS declaration used to make text alternate between being visible and invisible." +description: "The `text-decoration: blink` CSS declaration flashes text between visible and invisible." spec: https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink group: - animation diff --git a/features/word-break-break-word.yml b/features/word-break-break-word.yml index 7dfd521d7d4..51b70c50e01 100644 --- a/features/word-break-break-word.yml +++ b/features/word-break-break-word.yml @@ -1,5 +1,5 @@ name: "`word-break: break-word`" -description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. It is superceded by `overflow-wrap: anywhere`" +description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. Superseded by `overflow-wrap: anywhere`" spec: https://drafts.csswg.org/css-text-3/#word-break-property group: css discouraged: diff --git a/features/writing-mode-deprecated.yml b/features/writing-mode-deprecated.yml index 7441a673c64..9f61cfaf267 100644 --- a/features/writing-mode-deprecated.yml +++ b/features/writing-mode-deprecated.yml @@ -1,5 +1,5 @@ -name: Writing mode (deprecated) -description: The `lr`, `lr-tb`, `rl`, `rl-tb`, `tb`, and `tb-rl` keyword values represent writing modes for elements in SVG 1.1 documents. +name: writing-mode SVG 1.1 values +description: The `lr`, `lr-tb`, `rl`, `rl-tb`, `tb`, and `tb-rl` keyword values for the `writing-mode` CSS property set the text direction for elements in SVG 1.1 documents. spec: https://drafts.csswg.org/css-writing-modes-4/#block-flow group: css discouraged: From f76a1fd32e301c9b814f690efeb79c9825f1dffb Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 9 Jan 2025 09:16:57 -0800 Subject: [PATCH 17/20] Changes device queries file name and updates dist --- features/{media-queries-deprecated.yml => device-queries.yml} | 0 ...edia-queries-deprecated.yml.dist => device-queries.yml.dist} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename features/{media-queries-deprecated.yml => device-queries.yml} (100%) rename features/{media-queries-deprecated.yml.dist => device-queries.yml.dist} (88%) diff --git a/features/media-queries-deprecated.yml b/features/device-queries.yml similarity index 100% rename from features/media-queries-deprecated.yml rename to features/device-queries.yml diff --git a/features/media-queries-deprecated.yml.dist b/features/device-queries.yml.dist similarity index 88% rename from features/media-queries-deprecated.yml.dist rename to features/device-queries.yml.dist index 98057961ecf..393b5f80ab6 100644 --- a/features/media-queries-deprecated.yml.dist +++ b/features/device-queries.yml.dist @@ -1,4 +1,4 @@ -# Generated from: media-queries-deprecated.yml +# Generated from: device-queries.yml # Do not edit this file by hand. Edit the source file instead! status: From 1306f66a62d904e6a19a8c5220d3e79ae0415bcb Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Thu, 9 Jan 2025 09:20:03 -0800 Subject: [PATCH 18/20] Renames writing mode svg values and updates dist --- ...{writing-mode-deprecated.yml => writing-mode-svg-values.yml} | 0 ...ode-deprecated.yml.dist => writing-mode-svg-values.yml.dist} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename features/{writing-mode-deprecated.yml => writing-mode-svg-values.yml} (100%) rename features/{writing-mode-deprecated.yml.dist => writing-mode-svg-values.yml.dist} (91%) diff --git a/features/writing-mode-deprecated.yml b/features/writing-mode-svg-values.yml similarity index 100% rename from features/writing-mode-deprecated.yml rename to features/writing-mode-svg-values.yml diff --git a/features/writing-mode-deprecated.yml.dist b/features/writing-mode-svg-values.yml.dist similarity index 91% rename from features/writing-mode-deprecated.yml.dist rename to features/writing-mode-svg-values.yml.dist index 24f0b42183f..8b62f7f75d8 100644 --- a/features/writing-mode-deprecated.yml.dist +++ b/features/writing-mode-svg-values.yml.dist @@ -1,4 +1,4 @@ -# Generated from: writing-mode-deprecated.yml +# Generated from: writing-mode-svg-values.yml # Do not edit this file by hand. Edit the source file instead! status: From 2516b7d4d9256aa6ec9f62369068285027086c70 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Thu, 9 Jan 2025 11:27:06 -0800 Subject: [PATCH 19/20] Update features/word-break-break-word.yml Co-authored-by: Daniel D. Beck --- features/word-break-break-word.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/word-break-break-word.yml b/features/word-break-break-word.yml index 51b70c50e01..aa95fdc6274 100644 --- a/features/word-break-break-word.yml +++ b/features/word-break-break-word.yml @@ -1,5 +1,5 @@ name: "`word-break: break-word`" -description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. Superseded by `overflow-wrap: anywhere`" +description: "The `word-break: break-word` CSS declaration sets word breaks to occur according to their customary rules. Superseded by `overflow-wrap: anywhere`." spec: https://drafts.csswg.org/css-text-3/#word-break-property group: css discouraged: From 0f9c720b7b4ad3059dad427a0150c08e3da73e25 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Thu, 16 Jan 2025 08:05:15 -0800 Subject: [PATCH 20/20] Updates overflow description Co-authored-by: Daniel D. Beck --- features/overflow-overlay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/overflow-overlay.yml b/features/overflow-overlay.yml index ad0aa5fda3a..4e134e3b1ea 100644 --- a/features/overflow-overlay.yml +++ b/features/overflow-overlay.yml @@ -1,5 +1,5 @@ name: "`overflow: overlay`" -description: "The `overflow: overlay` CSS declaration sets the behavior for when content doesn't fit in an element. It is superceded by `overflow: auto`." +description: "The `overflow: overlay` CSS declaration is an alias to `overflow: auto`. Historically, it caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space." spec: https://drafts.csswg.org/css-overflow-3/#propdef-overflow group: css caniuse: css-overflow-overlay