Bug 263508
| Summary: | [text-box-edge] Fix computed values | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, zakr, zalan |
| Priority: | P2 | Keywords: | GoodFirstBug, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
getComputedStyle(element).textBoxEdge will return `leading leading`. However `leading leading` is an invalid value for `text-box-trim`.
The `leading` value needs to be special cased so it only returns the value once.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117643064>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/30171
EWS
Committed 280413@main (398e5e25e9f2): <https://commits.webkit.org/280413@main>
Reviewed commits have been landed. Closing PR #30171 and removing active labels.