-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated data for font-synthesis property (#12931)
* Chrome 97 add support for font-synthesis and font-synthesis-small-caps * Added font-synthesis longhand * Applied suggestions * Added entries for font-synthesis longhand in css.properties.* * Updated Chromium-based browsers versions for font-synthesis * Apply suggestions from code review Mark font-synthesis-style and font-synthesis-weight as experimental Co-authored-by: Daniel D. Beck <daniel@ddbeck.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
- Loading branch information
Showing
4 changed files
with
184 additions
and
10 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,58 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"font-synthesis-small-caps": { | ||
"__compat": { | ||
"spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-small-caps", | ||
"support": { | ||
"chrome": { | ||
"version_added": "97" | ||
}, | ||
"chrome_android": { | ||
"version_added": "97" | ||
}, | ||
"edge": { | ||
"version_added": "97" | ||
}, | ||
"firefox": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"firefox_android": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": "83" | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"safari_ios": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": "97" | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,58 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"font-synthesis-style": { | ||
"__compat": { | ||
"spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-style", | ||
"support": { | ||
"chrome": { | ||
"version_added": "97" | ||
}, | ||
"chrome_android": { | ||
"version_added": "97" | ||
}, | ||
"edge": { | ||
"version_added": "97" | ||
}, | ||
"firefox": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"firefox_android": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": "83" | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"safari_ios": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": "97" | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,58 @@ | ||
{ | ||
"css": { | ||
"properties": { | ||
"font-synthesis-weight": { | ||
"__compat": { | ||
"spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-weight", | ||
"support": { | ||
"chrome": { | ||
"version_added": "97" | ||
}, | ||
"chrome_android": { | ||
"version_added": "97" | ||
}, | ||
"edge": { | ||
"version_added": "97" | ||
}, | ||
"firefox": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"firefox_android": { | ||
"version_added": false, | ||
"notes": "<a href='https://bugzil.la/1724892'>bug 1724892</a>." | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": "83" | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"safari_ios": { | ||
"version_added": false, | ||
"notes": "<a href='https://webkit.org/b/232009'>bug 232009</a>." | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": "97" | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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