Skip to content

Commit

Permalink
Add additional cursor keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Oct 22, 2024
1 parent 2066b11 commit b63d4d3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 29 deletions.
2 changes: 2 additions & 0 deletions features/cursor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions features/cursor.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ compat_features:
# safari: "3"
# safari_ios: "13.4"
- css.properties.cursor.cell
- css.properties.cursor.url

# baseline: false
# support:
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions features/draft/spec/css-ui-4.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
33 changes: 7 additions & 26 deletions features/draft/spec/css-ui-4.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit b63d4d3

Please sign in to comment.