Bug 277249
| Summary: | line-height should use LengthType::Normal to represent `normal` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | alexbdamac, koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | GoodFirstBug, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexsander Borges Damaceno
https://github.com/WebKit/WebKit/pull/31623
Radar WebKit Bug Importer
<rdar://problem/133202038>
EWS
Committed 282043@main (1f9a7eaf0b2e): <https://commits.webkit.org/282043@main>
Reviewed commits have been landed. Closing PR #31623 and removing active labels.