Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions features/rect-xywh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: rect() and xywh()
description: The `rect()` CSS function creates a rectangle shape with insets from the edges of an element. The `xywh()` CSS function creates a rectangle shifted by an `x` and `y` distance. They can be used with `clip-path` and `shape-outside`.
spec:
- https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-xywh
- https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-rect
group: clipping-shapes-masking
compat_features:
- css.types.basic-shape.rect
- css.types.basic-shape.xywh
17 changes: 17 additions & 0 deletions features/rect-xywh.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated from: rect-xywh.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2024-01-23
support:
chrome: "119"
chrome_android: "119"
edge: "119"
firefox: "122"
firefox_android: "122"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.basic-shape.rect
- css.types.basic-shape.xywh
11 changes: 2 additions & 9 deletions features/rect-xywx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
name: rect() and xywh()
description: The `rect()` CSS function creates a rectangle shape with insets from the edges of an element. The `xywh()` CSS function creates a rectangle shifted by an `x` and `y` distance. They can be used with `clip-path` and `shape-outside`.
spec:
- https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-xywh
- https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-rect
group: clipping-shapes-masking
compat_features:
- css.types.basic-shape.rect
- css.types.basic-shape.xywh
kind: moved
redirect_target: rect-xywh
19 changes: 4 additions & 15 deletions features/rect-xywx.yml.dist
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Generated from: rect-xywx.yml
# Do not edit this file by hand. Edit the source file instead!
# This file intentionally left blank.
# Do not edit this file.
# The data for this feature has moved to rect-xywh.yml

status:
baseline: low
baseline_low_date: 2024-01-23
support:
chrome: "119"
chrome_android: "119"
edge: "119"
firefox: "122"
firefox_android: "122"
safari: "17.2"
safari_ios: "17.2"
compat_features:
- css.types.basic-shape.rect
- css.types.basic-shape.xywh
{}