-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
973 additions
and
2,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: background-image | ||
description: The `background-image` CSS property sets the graphics to display behind the content of an element and in front of the background color. Graphics may be any combination of images or gradients. | ||
spec: https://drafts.csswg.org/css-backgrounds-3/#background-image | ||
group: background | ||
compat_features: | ||
- css.properties.background-image | ||
- css.properties.background-image.multiple_backgrounds | ||
- css.properties.background-image.none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Generated from: background-image.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "1" | ||
chrome_android: "18" | ||
edge: "12" | ||
firefox: "3.6" | ||
firefox_android: "4" | ||
safari: "1.3" | ||
safari_ios: "1" | ||
compat_features: | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "1" | ||
# firefox_android: "4" | ||
# safari: "1" | ||
# safari_ios: "1" | ||
- css.properties.background-image | ||
- css.properties.background-image.none | ||
|
||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "3.6" | ||
# firefox_android: "4" | ||
# safari: "1.3" | ||
# safari_ios: "1" | ||
- css.properties.background-image.multiple_backgrounds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: background-origin | ||
description: The `background-origin` CSS property sets the background starting position relative to the border and padding of an element. | ||
spec: https://drafts.csswg.org/css-backgrounds-3/#background-origin | ||
group: background | ||
compat_features: | ||
- css.properties.background-origin | ||
- css.properties.background-origin.border-box | ||
- css.properties.background-origin.content-box | ||
- css.properties.background-origin.padding-box | ||
- css.properties.background.background-origin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Generated from: background-origin.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "21" | ||
chrome_android: "25" | ||
edge: "12" | ||
firefox: "22" | ||
firefox_android: "22" | ||
safari: "5.1" | ||
safari_ios: "4" | ||
compat_features: | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "4" | ||
# firefox_android: "4" | ||
# safari: "3" | ||
# safari_ios: "1" | ||
- css.properties.background-origin | ||
- css.properties.background-origin.content-box | ||
|
||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "4" | ||
# firefox_android: "4" | ||
# safari: "3" | ||
# safari_ios: "2" | ||
- css.properties.background-origin.border-box | ||
- css.properties.background-origin.padding-box | ||
|
||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "21" | ||
# chrome_android: "25" | ||
# edge: "12" | ||
# firefox: "22" | ||
# firefox_android: "22" | ||
# safari: "5.1" | ||
# safari_ios: "4" | ||
- css.properties.background.background-origin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: background-position | ||
description: The `background-position` CSS property offsets the initial position of background images relative to the background origin. | ||
spec: https://drafts.csswg.org/css-backgrounds-3/#background-position | ||
group: background | ||
caniuse: | ||
- css-background-offsets | ||
- background-position-x-y | ||
status: | ||
compute_from: css.properties.background-position.side-relative_values | ||
compat_features: | ||
- css.properties.background-position | ||
- css.properties.background-position-x | ||
- css.properties.background-position-x.side-relative_values | ||
- css.properties.background-position-y | ||
- css.properties.background-position-y.side-relative_values | ||
- css.properties.background-position.bottom | ||
- css.properties.background-position.center | ||
- css.properties.background-position.left | ||
- css.properties.background-position.multiple_backgrounds | ||
- css.properties.background-position.right | ||
- css.properties.background-position.side-relative_values | ||
- css.properties.background-position.top |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Generated from: background-position.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "25" | ||
chrome_android: "25" | ||
edge: "12" | ||
firefox: "13" | ||
firefox_android: "14" | ||
safari: "7" | ||
safari_ios: "7" | ||
compat_features: | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "1" | ||
# firefox_android: "4" | ||
# safari: "1" | ||
# safari_ios: "1" | ||
- css.properties.background-position | ||
|
||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "3.6" | ||
# firefox_android: "4" | ||
# safari: "1.3" | ||
# safari_ios: "1" | ||
- css.properties.background-position.multiple_backgrounds | ||
|
||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: high | ||
# baseline_low_date: 2015-07-29 | ||
# baseline_high_date: 2018-01-29 | ||
# support: | ||
# chrome: "25" | ||
# chrome_android: "25" | ||
# edge: "12" | ||
# firefox: "13" | ||
# firefox_android: "14" | ||
# safari: "7" | ||
# safari_ios: "7" | ||
- css.properties.background-position.side-relative_values | ||
|
||
# baseline: high | ||
# baseline_low_date: 2016-09-20 | ||
# baseline_high_date: 2019-03-20 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "12" | ||
# firefox: "49" | ||
# firefox_android: "49" | ||
# safari: "1" | ||
# safari_ios: "1" | ||
- css.properties.background-position-x | ||
- css.properties.background-position-y | ||
|
||
# baseline: high | ||
# baseline_low_date: 2020-07-28 | ||
# baseline_high_date: 2023-01-28 | ||
# support: | ||
# chrome: ≤83 | ||
# chrome_android: "83" | ||
# edge: "83" | ||
# firefox: ≤72 | ||
# firefox_android: "79" | ||
# safari: ≤13.1 | ||
# safari_ios: ≤13.4 | ||
- css.properties.background-position.bottom | ||
- css.properties.background-position.center | ||
- css.properties.background-position.left | ||
- css.properties.background-position.right | ||
- css.properties.background-position.top | ||
|
||
# baseline: false | ||
# support: | ||
# firefox: "49" | ||
# firefox_android: "49" | ||
# safari: "15.4" | ||
# safari_ios: "15.4" | ||
- css.properties.background-position-x.side-relative_values | ||
- css.properties.background-position-y.side-relative_values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.