https://bugzilla.wikimedia.org/show_bug.cgi?id=66749

C. Scott Ananian <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from C. Scott Ananian <[email protected]> ---
Not sure this is a bug:

> div = document.createElement('div')
<div>​</div>​
> div.innerHTML="<b><figure></figure></b>"
"<b><figure></figure></b>"
> div.outerHTML
"<div><b><figure></figure></b></div>"
> div.innerHTML="<b><div></div></b>"
"<b><div></div></b>"
> div.outerHTML
"<div><b><div></div></b></div>"

Note that HTML5 is perfectly happy to let the block element live inside the <b>
tag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to