Bug 245626 - Remove `text` value for <color>
Summary: Remove `text` value for <color>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-24 11:42 PDT by Tim Nguyen (:ntim)
Modified: 2022-09-24 16:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-09-24 11:42:37 PDT
color: text;

It is non standard, and is equivalent to CanvasText. WebKit is the only browser engine that supports it.
Comment 1 Radar WebKit Bug Importer 2022-09-24 11:43:02 PDT
<rdar://problem/100364547>
Comment 2 Tim Nguyen (:ntim) 2022-09-24 16:43:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4671