[Bug 22899] [Custom]: Consider changing the order of custom element upgrade

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22899

--- Comment #4 from Steve Orvell <sorvell@chromium.org> ---
I don't think this needs to change the behavior of scripts. If we 'go' at the
end tag, this seems to fit nicely:

  <x-a>             
    <x-a-1><script></script></x-a-1>  1
    <script></script>
  </x-a>             2
  <script></script>
  <x-b>             
    <x-b-1></x-b-1>  3
  </x-b>             4

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 12 August 2013 23:56:23 UTC