diff --git a/features/cursor.yml b/features/cursor.yml index 11c09f9779f..928fcae379a 100644 --- a/features/cursor.yml +++ b/features/cursor.yml @@ -42,6 +42,8 @@ compat_features: - css.properties.cursor.se-resize - css.properties.cursor.sw-resize - css.properties.cursor.text + - css.properties.cursor.url + - css.properties.cursor.url_positioning_syntax - css.properties.cursor.vertical-text - css.properties.cursor.w-resize - css.properties.cursor.wait diff --git a/features/cursor.yml.dist b/features/cursor.yml.dist index 72a989492e1..10f5c415447 100644 --- a/features/cursor.yml.dist +++ b/features/cursor.yml.dist @@ -51,6 +51,7 @@ compat_features: # safari: "3" # safari_ios: "13.4" - css.properties.cursor.cell + - css.properties.cursor.url # baseline: false # support: @@ -98,6 +99,16 @@ compat_features: - css.properties.cursor.row-resize - css.properties.cursor.vertical-text + # baseline: false + # support: + # chrome: "1" + # chrome_android: "18" + # edge: "79" + # firefox: "1.5" + # firefox_android: "95" + # safari: "3" + - css.properties.cursor.url_positioning_syntax + # baseline: false # support: # chrome: "5" diff --git a/features/draft/spec/css-ui-4.yml b/features/draft/spec/css-ui-4.yml index e87cd50189d..ff70984cdf6 100644 --- a/features/draft/spec/css-ui-4.yml +++ b/features/draft/spec/css-ui-4.yml @@ -1,10 +1,8 @@ -draft_date: 2024-10-21 +draft_date: 2024-10-22 name: CSS Basic User Interface Module Level 4 description: TODO spec: https://drafts.csswg.org/css-ui-4/ compat_features: - - css.properties.cursor.url - - css.properties.cursor.url_positioning_syntax - css.properties.pointer-events - css.properties.pointer-events.html_elements @@ -62,6 +60,8 @@ compat_features: # - css.properties.cursor.se-resize # - css.properties.cursor.sw-resize # - css.properties.cursor.text +# - css.properties.cursor.url +# - css.properties.cursor.url_positioning_syntax # - css.properties.cursor.vertical-text # - css.properties.cursor.w-resize # - css.properties.cursor.wait diff --git a/features/draft/spec/css-ui-4.yml.dist b/features/draft/spec/css-ui-4.yml.dist index b12753ac4b8..05fffa50b65 100644 --- a/features/draft/spec/css-ui-4.yml.dist +++ b/features/draft/spec/css-ui-4.yml.dist @@ -2,14 +2,17 @@ # Do not edit this file by hand. Edit the source file instead! status: - baseline: false + baseline: high + baseline_low_date: 2015-07-29 + baseline_high_date: 2018-01-29 support: chrome: "2" chrome_android: "18" - edge: "79" + edge: "12" firefox: "3.6" - firefox_android: "95" + firefox_android: "4" safari: "4" + safari_ios: "3.2" compat_features: # baseline: high # baseline_low_date: 2015-07-29 @@ -24,6 +27,7 @@ compat_features: # safari_ios: "3.2" - css.properties.pointer-events + # ⬇️ Same status as overall feature ⬇️ # baseline: high # baseline_low_date: 2015-07-29 # baseline_high_date: 2018-01-29 @@ -36,26 +40,3 @@ compat_features: # safari: "4" # safari_ios: "3.2" - css.properties.pointer-events.html_elements - - # baseline: high - # baseline_low_date: 2021-12-07 - # baseline_high_date: 2024-06-07 - # support: - # chrome: "1" - # chrome_android: "18" - # edge: "12" - # firefox: "1.5" - # firefox_android: "95" - # safari: "3" - # safari_ios: "13.4" - - css.properties.cursor.url - - # baseline: false - # support: - # chrome: "1" - # chrome_android: "18" - # edge: "79" - # firefox: "1.5" - # firefox_android: "95" - # safari: "3" - - css.properties.cursor.url_positioning_syntax