Bug 242444

Summary: Web Inspector: Move CSS utils from CSSCompletions.js to CSSProperty.js
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: Razvan Caliman <rcaliman>
Status: ASSIGNED ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Razvan Caliman 2022-07-07 07:53:49 PDT
```
CSSCompletions.completeUnbalancedValue => CSSProperty.completeUnbalancedValue
CSSCompletions.lengthUnits => CSSProperty.lengthUnits
```

There's no good read for these to live on `WI.CSSCompletions`. They belong semantically to `WI.CSSProperty`.
Comment 1 Radar WebKit Bug Importer 2022-07-07 07:54:12 PDT
<rdar://problem/96597403>
Comment 2 Razvan Caliman 2022-07-07 07:58:46 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2170