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   

Razvan Caliman
Reported 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`.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-07-07 07:54:12 PDT
Razvan Caliman
Comment 2 2022-07-07 07:58:46 PDT
Note You need to log in before you can comment on or make changes to this bug.