[Webkit-unassigned] [Bug 45784] Deleting line break before h1 converts h1 to span
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 30 11:18:36 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=45784
--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org> 2011-08-30 11:18:36 PST ---
Fixing this bug will change the behavior of WebKit to not maintain the editing styles when paragraphs are merged by deletion.
e.g. deleting the line break between "hello" and "world" in <h1>hello</h1>world will generate <h1>helloworld</h1> instead of <h1>hello<span...>world</span></h1>.
--
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