Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Make initial-letter depend on font metrics
The adjusted font size of the actual initial letter depends on font
selection for the ::first-letter. That means we need to force a style
recalc for the ::first-letter when web fonts finish loading.
Also, since the ComputedStyle will be the same, we need to force
applying changes for LayoutObject::SetStyle() so that the re-computation
of the initial letter style happens in
LayoutObject::SetPseudoElementStyle().
initial-letter-short-para-initial-letter-wraps.html still has a
regression from the local('Ahem') removal for some reason.
Bug: 431030816
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |