Skip to content

Commit

Permalink
Put font-variant-emoji behind a disabled-by-default feature flag
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261089
rdar://114906193

Reviewed by Myles C. Maxfield.

Until iOS support is fixed in bug 260972.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSProperties.json:

Canonical link: https://commits.webkit.org/267658@main
  • Loading branch information
nt1m committed Sep 6, 2023
1 parent 958cc07 commit eb65814
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,20 @@ CSSFontFaceSizeAdjustEnabled:
WebCore:
default: true

CSSFontVariantEmojiEnabled:
type: bool
status: testable
category: css
humanReadableName: "CSS font-variant-emoji property"
humanReadableDescription: "Enable the font-variant-emoji CSS property"
defaultValue:
WebKitLegacy:
default: false
WebKit:
default: false
WebCore:
default: false

CSSGradientInterpolationColorSpacesEnabled:
type: bool
status: stable
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/css/CSSProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
"unicode"
],
"codegen-properties": {
"settings-flag": "cssFontVariantEmojiEnabled",
"parser-grammar": "<<values>>",
"name-for-methods": "VariantEmoji",
"font-property": true,
Expand Down

0 comments on commit eb65814

Please sign in to comment.