Bug 242444 - Web Inspector: Move CSS utils from CSSCompletions.js to CSSProperty.js
Summary: Web Inspector: Move CSS utils from CSSCompletions.js to CSSProperty.js
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Razvan Caliman
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-07 07:53 PDT by Razvan Caliman
Modified: 2022-07-07 07:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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