Changeset 287356 in webkit for trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- Dec 22, 2021, 8:57:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r286962 r287356 3360 3360 case CSSPropertyWebkitTextFillColor: 3361 3361 return currentColorOrValidColor(&style, style.textFillColor()); 3362 case CSSProperty WebkitTextEmphasisColor:3362 case CSSPropertyTextEmphasisColor: 3363 3363 return currentColorOrValidColor(&style, style.textEmphasisColor()); 3364 case CSSProperty WebkitTextEmphasisPosition:3364 case CSSPropertyTextEmphasisPosition: 3365 3365 return renderEmphasisPositionFlagsToCSSValue(style.textEmphasisPosition()); 3366 case CSSProperty WebkitTextEmphasisStyle:3366 case CSSPropertyTextEmphasisStyle: 3367 3367 switch (style.textEmphasisMark()) { 3368 3368 case TextEmphasisMark::None: … … 4089 4089 case CSSPropertyAll: 4090 4090 case CSSPropertyAnimation: 4091 case CSSProperty WebkitTextEmphasis:4091 case CSSPropertyTextEmphasis: 4092 4092 break; 4093 4093
Note:
See TracChangeset
for help on using the changeset viewer.