Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove never-supported CSS font-variant subfeatures #6946

Closed
wants to merge 1 commit into from
Closed
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
114 changes: 0 additions & 114 deletions css/properties/font-variant.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,63 +122,6 @@
}
}
},
"greek_accented_characters": {
"__compat": {
"description": "Greek accented characters",
"support": {
"chrome": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"chrome_android": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"edge": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"firefox": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"firefox_android": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"opera_android": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek text."
},
"webview_android": {
"version_added": false,
"notes": "Some operating systems may correctly omit accents in all-uppercase Greek."
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"turkic_is": {
"__compat": {
"description": "<code>i</code> → <code>İ</code> and <code>ı</code> → <code>I</code>",
Expand Down Expand Up @@ -226,63 +169,6 @@
"deprecated": false
}
}
},
"uppercase_eszett": {
"__compat": {
"description": "<code>ß</code> → <code>SS</code>",
"support": {
"chrome": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"chrome_android": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"edge": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"firefox": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"firefox_android": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"opera_android": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
},
"webview_android": {
"version_added": false,
"notes": "Some operating systems may capitalize <code>ß</code> as <code>SS</code>."
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down