DescriptionAdd parseFontFaceDescriptor for @font-face handling
Add parseFontFaceDescriptor for @font-face handling, similar to
parseViewportProperty. Change FontFace to make it
end up in this new code path too.
With this change using initial/inherit/unset on properties
in @font-face is not possible anymore and all properties
not handled in parseFontFaceProperty are discarded.
This also addresses bug 408484, i.e. using !important
in @font-face causes the property to be dropped.
Behavior matches FireFox.
BUG=404023, 408484
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194903
Patch Set 1 #Patch Set 2 : V2 #
Total comments: 5
Patch Set 3 : V3 #Patch Set 4 : V4 #
Total comments: 2
Patch Set 5 : V5 #
Messages
Total messages: 11 (2 generated)
|