[Webkit-unassigned] [Bug 251911] [web-animations] line-height should not transition from default value to a number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 03:16:00 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251911

--- Comment #4 from Antoine Quint <graouts at webkit.org> ---
Alright, so all we need to do is to have a custom `canInterpolate()` override for `line-height` and return false if any value maps to RenderStyle::initialLineHeight(). The default LengthPropertyWrapper logic will otherwise apply since <number> values map to LengthType::Percent and <length-percentage> values map to LengthType::Fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230208/1c65d6b0/attachment-0001.htm>


More information about the webkit-unassigned mailing list