Skip to content

Commit

Permalink
Add missing shape keys (web-platform-dx#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored and vwallen committed Nov 5, 2024
1 parent 9b8bd4d commit 583cd30
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/shape-outside.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ compat_features:
- css.properties.shape-outside.inset
- css.properties.shape-outside.path
- css.properties.shape-outside.polygon
- css.properties.shape-image-threshold.percentages
9 changes: 9 additions & 0 deletions features/shape-outside.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ compat_features:
- css.properties.shape-outside.none
- css.properties.shape-outside.polygon

# baseline: false
# support:
# chrome: "78"
# chrome_android: "78"
# edge: "79"
# firefox: "70"
# firefox_android: "79"
- css.properties.shape-image-threshold.percentages

# baseline: false
# support: {}
- css.properties.shape-outside.path
1 change: 1 addition & 0 deletions features/shapes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ compat_features:
- css.types.basic-shape.inset
- css.types.basic-shape.polygon
- css.types.basic-shape.rect
- css.types.basic-shape.shape
- css.types.basic-shape.xywh
4 changes: 4 additions & 0 deletions features/shapes.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ compat_features:
# safari_ios: "17.2"
- css.types.basic-shape.rect
- css.types.basic-shape.xywh

# baseline: false
# support: {}
- css.types.basic-shape.shape

0 comments on commit 583cd30

Please sign in to comment.