[Webkit-unassigned] [Bug 24439] Outdenting invalid html doesn't work as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 14:24:31 PDT 2011


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


Aryeh Gregor <ayg at aryeh.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ayg at aryeh.name




--- Comment #1 from Aryeh Gregor <ayg at aryeh.name>  2011-08-19 14:24:31 PST ---
When you give the browser HTML input, it gets converted to a DOM, and then editing operates only on the DOM.  So misnested tags etc. shouldn't be relevant, the question is what DOM is produced.  That DOM can almost certainly be produced by valid markup too.

So this behavior difference might have been due to parsing differences anyway, not editing differences.  In any event, it seems to work fine now in Chrome 15.0.849.0 dev, just like Firefox.  I'm guessing it was fixed by the HTML5 parser.

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