[Webkit-unassigned] [Bug 56118] Web Inspector: CSS Autocomplete Should Use More Contextual Information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 10:19:08 PST 2011


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





--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-03-10 10:19:08 PST ---
(In reply to comment #0)
> CSS Autocomplete for properties with multiple values, or complex values should take context into account.
> 
> For example:
> 
>   background-image: url(|   => should not autocomplete values, but possible URLs if possible
>   border: 1px s|            => should not autocomplete colors, but should autocomplete "solid, dashed, dotted, etc."

The second example is arguable. Technically, "border: 1px saddlebrown" is as valid as "border: 1px solid black" (in the first case, the style could be set by another rule's "border-style" property, perhaps with a ":hover" pseudo).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list