DescriptionRemove custom style building for -webkit-font-feature-settings.
This patch replaces the custom style application for
-webkit-font-feature-settings with a function in StyleBuilderConverter.
Also:
* Less use of CSSValue in FontBuilder.
* We now handle 'initial' and 'inherit'.
* Eliminates FontDescription::makeNormalFeatureSettings.
Note that in StyleBuilderConverter::convertFontFeatureSettings, the check
for isFontFeatureValue() is removed. Asserting (via toCSSFontFeatureValue)
should be enough, since the parser will only add CSSFontFeatureValues to the
list.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179764
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|