Bug 248386
| Summary: | Remove StyleProperties::textDecorationSkipValue() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 248383 | ||
Tim Nguyen (:ntim)
text-decoration-skip can share the serialization handling with other shorthands with single longhands.
We don't ever need to serialize `ink` because it gets changed to `auto` anyway at parse-time.
We also don't need to take care of implicit property references, since we never add text-decoration-skip-ink as implicit in `consumeTextDecorationSkip()`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102708232>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6851
EWS
Committed 257067@main (b564ed1fb7d6): <https://commits.webkit.org/257067@main>
Reviewed commits have been landed. Closing PR #6851 and removing active labels.