Skip to content
Open
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
24 changes: 24 additions & 0 deletions features/animations-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ compat_features:
- css.at-rules.keyframes.named_range_keyframes
- css.at-rules.keyframes.ignore_important_declarations
- css.properties.animation
- css.properties.animation.alternate
- css.properties.animation.alternate-reverse
- css.properties.animation.auto
- css.properties.animation.backwards
- css.properties.animation.both
- css.properties.animation.ease
- css.properties.animation.ease-in
- css.properties.animation.ease-in-out
- css.properties.animation.ease-out
- css.properties.animation.forwards
- css.properties.animation.infinite
- css.properties.animation.linear
- css.properties.animation.none
- css.properties.animation.normal
- css.properties.animation.reverse
- css.properties.animation.step-end
- css.properties.animation.step-start
- css.properties.animation-delay
- css.properties.animation-direction
- css.properties.animation-direction.alternate
Expand All @@ -50,5 +67,12 @@ compat_features:
- css.properties.animation-play-state.paused
- css.properties.animation-play-state.running
- css.properties.animation-timing-function
- css.properties.animation-timing-function.ease
- css.properties.animation-timing-function.ease-in
- css.properties.animation-timing-function.ease-in-out
- css.properties.animation-timing-function.ease-out
- css.properties.animation-timing-function.jump
- css.properties.animation-timing-function.linear
- css.properties.animation-timing-function.step-end
- css.properties.animation-timing-function.step-start
- css.types.time
24 changes: 24 additions & 0 deletions features/animations-css.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,30 @@ compat_features:
- css.properties.animation-play-state.paused
- css.properties.animation-play-state.running
- css.properties.animation-timing-function
- css.properties.animation-timing-function.ease
- css.properties.animation-timing-function.ease-in
- css.properties.animation-timing-function.ease-in-out
- css.properties.animation-timing-function.ease-out
- css.properties.animation-timing-function.linear
- css.properties.animation-timing-function.step-end
- css.properties.animation-timing-function.step-start
- css.properties.animation.alternate
- css.properties.animation.alternate-reverse
- css.properties.animation.auto
- css.properties.animation.backwards
- css.properties.animation.both
- css.properties.animation.ease
- css.properties.animation.ease-in
- css.properties.animation.ease-in-out
- css.properties.animation.ease-out
- css.properties.animation.forwards
- css.properties.animation.infinite
- css.properties.animation.linear
- css.properties.animation.none
- css.properties.animation.normal
- css.properties.animation.reverse
- css.properties.animation.step-end
- css.properties.animation.step-start

# baseline: high
# baseline_low_date: 2016-08-02
Expand Down
1 change: 1 addition & 0 deletions features/background-color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ spec: https://drafts.csswg.org/css-backgrounds-3/#background-color
group: background
compat_features:
- css.properties.background-color
- css.properties.background-color.transparent
1 change: 1 addition & 0 deletions features/background-color.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ status:
safari_ios: "1"
compat_features:
- css.properties.background-color
- css.properties.background-color.transparent
10 changes: 10 additions & 0 deletions features/background.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ group: background
caniuse: multibackgrounds
compat_features:
- css.properties.background
- css.properties.background.local
- css.properties.background.multiple_backgrounds
- css.properties.background.no-repeat
- css.properties.background.none
- css.properties.background.repeat
- css.properties.background.repeat-x
- css.properties.background.repeat-y
- css.properties.background.round
- css.properties.background.scroll
- css.properties.background.space
- css.properties.background.transparent
10 changes: 10 additions & 0 deletions features/background.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ compat_features:
# safari: "1"
# safari_ios: "1"
- css.properties.background
- css.properties.background.local
- css.properties.background.no-repeat
- css.properties.background.none
- css.properties.background.repeat
- css.properties.background.repeat-x
- css.properties.background.repeat-y
- css.properties.background.round
- css.properties.background.scroll
- css.properties.background.space
- css.properties.background.transparent

# ⬇️ Same status as overall feature ⬇️
# baseline: high
Expand Down
5 changes: 5 additions & 0 deletions features/border-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ status:
compute_from: css.properties.border-image-repeat.space
compat_features:
- css.properties.border-image
- css.properties.border-image.none
- css.properties.border-image.repeat
- css.properties.border-image.round
- css.properties.border-image.space
- css.properties.border-image.stretch
- css.properties.border-image-outset
- css.properties.border-image-repeat
- css.properties.border-image-repeat.repeat
Expand Down
5 changes: 5 additions & 0 deletions features/border-image.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ compat_features:
- css.properties.border-image
- css.properties.border-image-width.auto
- css.properties.border-image.fill
- css.properties.border-image.none
- css.properties.border-image.optional_border_image_slice
- css.properties.border-image.repeat
- css.properties.border-image.round
- css.properties.border-image.space
- css.properties.border-image.stretch

# baseline: high
# baseline_low_date: 2015-07-29
Expand Down
130 changes: 130 additions & 0 deletions features/borders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,118 @@ spec: https://drafts.csswg.org/css-backgrounds-3/#borders
group: borders-outlines
compat_features:
- css.properties.border
- css.properties.border.dashed
- css.properties.border.dotted
- css.properties.border.double
- css.properties.border.groove
- css.properties.border.hidden
- css.properties.border.inset
- css.properties.border.medium
- css.properties.border.none
- css.properties.border.outset
- css.properties.border.ridge
- css.properties.border.solid
- css.properties.border.thick
- css.properties.border.thin
- css.properties.border.transparent
- css.properties.border-bottom
- css.properties.border-bottom.dashed
- css.properties.border-bottom.dotted
- css.properties.border-bottom.double
- css.properties.border-bottom.groove
- css.properties.border-bottom.hidden
- css.properties.border-bottom.inset
- css.properties.border-bottom.medium
- css.properties.border-bottom.none
- css.properties.border-bottom.outset
- css.properties.border-bottom.ridge
- css.properties.border-bottom.solid
- css.properties.border-bottom.thick
- css.properties.border-bottom.thin
- css.properties.border-bottom.transparent
- css.properties.border-bottom-color
- css.properties.border-bottom-color.transparent
- css.properties.border-bottom-style
- css.properties.border-bottom-style.dashed
- css.properties.border-bottom-style.dotted
- css.properties.border-bottom-style.double
- css.properties.border-bottom-style.groove
- css.properties.border-bottom-style.hidden
- css.properties.border-bottom-style.inset
- css.properties.border-bottom-style.none
- css.properties.border-bottom-style.outset
- css.properties.border-bottom-style.ridge
- css.properties.border-bottom-style.solid
- css.properties.border-bottom-width
- css.properties.border-bottom-width.medium
- css.properties.border-bottom-width.thick
- css.properties.border-bottom-width.thin
- css.properties.border-color
- css.properties.border-color.transparent
- css.properties.border-left
- css.properties.border-left.dashed
- css.properties.border-left.dotted
- css.properties.border-left.double
- css.properties.border-left.groove
- css.properties.border-left.hidden
- css.properties.border-left.inset
- css.properties.border-left.medium
- css.properties.border-left.none
- css.properties.border-left.outset
- css.properties.border-left.ridge
- css.properties.border-left.solid
- css.properties.border-left.thick
- css.properties.border-left.thin
- css.properties.border-left.transparent
- css.properties.border-left-color
- css.properties.border-left-color.transparent
- css.properties.border-left-style
- css.properties.border-left-style.dashed
- css.properties.border-left-style.dotted
- css.properties.border-left-style.double
- css.properties.border-left-style.groove
- css.properties.border-left-style.hidden
- css.properties.border-left-style.inset
- css.properties.border-left-style.none
- css.properties.border-left-style.outset
- css.properties.border-left-style.ridge
- css.properties.border-left-style.solid
- css.properties.border-left-width
- css.properties.border-left-width.medium
- css.properties.border-left-width.thick
- css.properties.border-left-width.thin
- css.properties.border-right
- css.properties.border-right.dashed
- css.properties.border-right.dotted
- css.properties.border-right.double
- css.properties.border-right.groove
- css.properties.border-right.hidden
- css.properties.border-right.inset
- css.properties.border-right.medium
- css.properties.border-right.none
- css.properties.border-right.outset
- css.properties.border-right.ridge
- css.properties.border-right.solid
- css.properties.border-right.thick
- css.properties.border-right.thin
- css.properties.border-right.transparent
- css.properties.border-right-color
- css.properties.border-right-color.transparent
- css.properties.border-right-style
- css.properties.border-right-style.dashed
- css.properties.border-right-style.dotted
- css.properties.border-right-style.double
- css.properties.border-right-style.groove
- css.properties.border-right-style.hidden
- css.properties.border-right-style.inset
- css.properties.border-right-style.none
- css.properties.border-right-style.outset
- css.properties.border-right-style.ridge
- css.properties.border-right-style.solid
- css.properties.border-right-width
- css.properties.border-right-width.medium
- css.properties.border-right-width.thick
- css.properties.border-right-width.thin
- css.properties.border-style
- css.properties.border-style.dashed
- css.properties.border-style.dotted
Expand All @@ -29,8 +128,39 @@ compat_features:
- css.properties.border-style.ridge
- css.properties.border-style.solid
- css.properties.border-top
- css.properties.border-top.dashed
- css.properties.border-top.dotted
- css.properties.border-top.double
- css.properties.border-top.groove
- css.properties.border-top.hidden
- css.properties.border-top.inset
- css.properties.border-top.medium
- css.properties.border-top.none
- css.properties.border-top.outset
- css.properties.border-top.ridge
- css.properties.border-top.solid
- css.properties.border-top.thick
- css.properties.border-top.thin
- css.properties.border-top.transparent
- css.properties.border-top-color
- css.properties.border-top-color.transparent
- css.properties.border-top-style
- css.properties.border-top-style.dashed
- css.properties.border-top-style.dotted
- css.properties.border-top-style.double
- css.properties.border-top-style.groove
- css.properties.border-top-style.hidden
- css.properties.border-top-style.inset
- css.properties.border-top-style.none
- css.properties.border-top-style.outset
- css.properties.border-top-style.ridge
- css.properties.border-top-style.solid
- css.properties.border-top-width
- css.properties.border-top-width.medium
- css.properties.border-top-width.thick
- css.properties.border-top-width.thin
- css.properties.border-width
- css.properties.border-width.medium
- css.properties.border-width.thick
- css.properties.border-width.thin
- css.types.line-style
Loading