[Webkit-unassigned] [Bug 100453] contentEditable: Style of List Item Leaks Through After List End
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 2 22:53:55 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=100453
--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> 2013-08-02 22:53:38 PST ---
I disagree. As far as user is concerned, it shouldn't matter whether the style is specified on li or on an inline element.
Specifically,
<li style="color:red">hello</li>
and
<li><span style="color:red">hello</span></li>
look identical for users.
Why should the fact the style is specified on li matter at all?
--
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