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

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

--- Comment #1 from Steve Orvell <sorvell@chromium.org> ---
If the notion is that elements queue themselves for upgrade when their end tag
is encountered, then the flow of upgrade is logically `forward` and preserves
the children upgrade before parents preference:

  <x-a>             
    <x-a-1></x-a-1>  1
  </x-a>             2
  <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 Friday, 9 August 2013 21:12:34 UTC