[Webkit-unassigned] [Bug 17374] Inspector should support tab completion while editing CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 10:06:40 PDT 2010


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





--- Comment #7 from Timothy Hatcher <timothy at hatcher.name>  2010-04-13 10:06:40 PST ---
I agree you only want to complete values for the properties they make sense
for.

Firebug's approch is neat since the value can expand into more values. They
seem to look up the edited property, then expands all the values in the array
that also have value lists. If a value does not have a list it ise used as-is
and not further expanding is done. Firebug's solution is obviously elegant and
less duplication of lists for shorthand properties.

-- 
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