Skip to content

Commit

Permalink
Merge pull request #295 from ddbeck/2023-08-14-add-feature-1-css-over…
Browse files Browse the repository at this point in the history
…flow

Add `overflow` shorthand feature (with `clip` values)
  • Loading branch information
ddbeck authored Nov 20, 2023
2 parents 9f946ba + 3f9dd3d commit 279a0f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions feature-group-definitions/overflow-shorthand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
spec: https://drafts.csswg.org/css-overflow-3/#propdef-overflow
caniuse: css-overflow
compat_features:
- css.properties.overflow-x
- css.properties.overflow-x.clip
- css.properties.overflow-y
- css.properties.overflow-y.clip
- css.properties.overflow
- css.properties.overflow.clip
- css.properties.overflow.multiple_keywords
# BCD appears to represent `<overflow>` values as both
# 1) keyword subfeatures on properties (above) and
# 2) a type (below)
- css.types.overflow
- css.types.overflow.clip

0 comments on commit 279a0f7

Please sign in to comment.