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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 15:41:03 PDT 2010


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





--- Comment #19 from Nikita Vasilev <me+webkit at elv1s.ru>  2010-05-09 15:41:03 PST ---
Addition to comment #16:

<div contenteditable>
    <span class="name">font-size</span>:
</div>

Firefox: I delete all text, then empty span still remains.
WebKit: I delete all text, then span got deleted.

I've been looking for Firefox behavior in WebKit, but I haven't found it. So, I've made dirty check via regexp http://github.com/NV/web-inspector/commit/c010093cfad

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