Re: [w3c/webcomponents] components v1 native implementation - inner components problem (#615)

http://jsbin.com/yasoxesula/1/edit?html,output

<script>
    div.innerHTML='<tag-1>aa<tag-2> TAG2 </tag-2>bb</tag-1>';  //xx
    document.write('<br>Four: <tag-1 >aa<tag-2> TAG2 </tag-2>bb</tag-1>');  //xxaa TAG2 bb
</script>
Variant 4 runs after 3, where all was upgraded, but it same as 1 and 2 - very strange

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/615#issuecomment-314316917

Received on Tuesday, 11 July 2017 04:04:56 UTC