ASSIGNED242444
Web Inspector: Move CSS utils from CSSCompletions.js to CSSProperty.js
https://bugs.webkit.org/show_bug.cgi?id=242444
Summary Web Inspector: Move CSS utils from CSSCompletions.js to CSSProperty.js
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.