RESOLVED FIXED 277249
line-height should use LengthType::Normal to represent `normal`
https://bugs.webkit.org/show_bug.cgi?id=277249
Summary line-height should use LengthType::Normal to represent `normal`
Tim Nguyen (:ntim)
Reported 2024-07-29 01:37:45 PDT
Right now, the RenderStyle representation of line-height uses a negative line-height to represent `normal`. `LengthType::Normal` has since been introduced, so use that instead to make it less hacky.
Attachments
Alexsander Borges Damaceno
Comment 1 2024-08-01 19:21:38 PDT
Radar WebKit Bug Importer
Comment 2 2024-08-05 01:38:13 PDT
EWS
Comment 3 2024-08-09 05:08:48 PDT
Committed 282043@main (1f9a7eaf0b2e): <https://commits.webkit.org/282043@main> Reviewed commits have been landed. Closing PR #31623 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.