-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds text stroke and fill compat feature (#2330)
* Adds text stroke and fill compat feature * Apply suggestions from code review Co-authored-by: James Stuckey Weber <[email protected]> --------- Co-authored-by: James Stuckey Weber <[email protected]>
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Text stroke and fill (compatibility prefixes) | ||
description: The `-webkit-text-stroke-width` and `-webkit-text-stroke-color` CSS properties set the thickness and color of text outlines. The `-webkit-text-fill-color` sets the color within text character outlines. Both default to the text color. | ||
group: css | ||
caniuse: text-stroke | ||
spec: https://compat.spec.whatwg.org/#text-fill-and-stroking | ||
compat_features: | ||
- css.properties.-webkit-text-fill-color | ||
- css.properties.-webkit-text-stroke | ||
- css.properties.-webkit-text-stroke-color | ||
- css.properties.-webkit-text-stroke-width |
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,56 @@ | ||
# Generated from: text-stroke-fill.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2017-04-05 | ||
baseline_high_date: 2019-10-05 | ||
support: | ||
chrome: "4" | ||
chrome_android: "18" | ||
edge: "15" | ||
firefox: "49" | ||
firefox_android: "49" | ||
safari: "3" | ||
safari_ios: "2" | ||
compat_features: | ||
# 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: "3" | ||
# safari_ios: "2" | ||
- css.properties.-webkit-text-fill-color | ||
|
||
# baseline: high | ||
# baseline_low_date: 2017-04-05 | ||
# baseline_high_date: 2019-10-05 | ||
# support: | ||
# chrome: "1" | ||
# chrome_android: "18" | ||
# edge: "15" | ||
# firefox: "49" | ||
# firefox_android: "49" | ||
# safari: "3" | ||
# safari_ios: "2" | ||
- css.properties.-webkit-text-stroke-color | ||
- css.properties.-webkit-text-stroke-width | ||
|
||
# ⬇️ Same status as overall feature ⬇️ | ||
# baseline: high | ||
# baseline_low_date: 2017-04-05 | ||
# baseline_high_date: 2019-10-05 | ||
# support: | ||
# chrome: "4" | ||
# chrome_android: "18" | ||
# edge: "15" | ||
# firefox: "49" | ||
# firefox_android: "49" | ||
# safari: "3" | ||
# safari_ios: "2" | ||
- css.properties.-webkit-text-stroke |