Bug 244623
| Summary: | Stop inheriting text-decoration-thickness property | ||
|---|---|---|---|
| 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 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=250831 | ||
Tim Nguyen (:ntim)
The spec says this property shouldn't be inherited, and it doesn't seem to be needed anymore after decorating-box based painting.
This was my testcase: data:text/html,<p style="text-decoration-thickness: 20px; text-decoration-line: underline; text-decoration-color: black"><span>hello</span></p>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/3871
EWS
Committed 254010@main (002f683d6859): <https://commits.webkit.org/254010@main>
Reviewed commits have been landed. Closing PR #3871 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/99406505>