[Webkit-unassigned] [Bug 26170] Closing <li> should close nested <div>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 01:15:33 PDT 2009


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Summary|innerHTML value of "self-   |Closing <li> should close
                   |closed" XML tag inconsistent|nested <div>
                   |with other browsers         |




------- Comment #4 from ap at webkit.org  2009-06-04 01:15 PDT -------
This has nothing to do with "self-closing" tags - every browser treats <div/>
exactly like <div> in HTML.

I can confirm that this source is parsed differently than in Firefox and than
HTML5 postulates - "<div id='foo'/>Hello</li>" should be equivalent to "<div
id='foo'>Hello</div></li>", not "<div id='foo'>Hello</li></div>". Re-titling
accordingly.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list