Bug 168353

Summary: Web Inspector: CSS variable uses that produce the wrong type should have warning icon
Product: WebKit Reporter: BJ Burg <bburg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description BJ Burg 2017-02-14 20:09:23 PST
Testcase:

body {
background-color: var(--padding-start);
--padding-start: 10px;
}

We should warn that this usage will be ignored because the types are incompatible. Bonus points if the acceptable and actual CSS types are mentioned.
Comment 1 Radar WebKit Bug Importer 2017-02-14 20:09:52 PST
<rdar://problem/30527515>