[Webkit-unassigned] [Bug 228548] Replace -webkit-*-* logical properties by standard logical properties in WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 07:32:52 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228548

--- Comment #6 from Manuel Rego Casasnovas <rego at igalia.com> ---
(In reply to Sam Sneddon [:gsnedders] from comment #5)
> (In reply to Frédéric Wang (:fredw) from comment #4)
> > Comment on attachment 434419 [details]
> > Patch
> > 
> > IIUC, this is removing autocompletion support for these legacy -webkit
> > prefixes. Do we want that?
> 
> Yeah, we probably want to keep both autocompleting till we remove the
> -webkit-* properties.

This is just making a few prefixed logical properties behave like the rest.
For example we have support for "-webkit-margin-before" which is the old version of "margin-block-start", and we only have "margin-block-start" in CSSKeywordCompletions.js.

That's why we thought it'd be ok to do the same with the remaining logical properties there that have standard ones.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210728/8d27f9db/attachment.htm>


More information about the webkit-unassigned mailing list