On 9/28/11 2:55 PM, Dimitri Glazkov wrote:
So, this is really a parsing issue, right?

Parsing is one side of the issue, yes. Only matters for declarative markup, of course.

Hixie, is this the same problem you were mentioned as "doesn't have
fallback behavior"?

I would assume Hixie is also worried about this case:

  <form id="x" action="...">
    <script>
       var y = document.createElement("x-my-submit");
       document.getElementById("x").appendChild(y);
       // Can the form be submitted now?
       // What about in UAs that don't do component model?
    </script>
  </form>

which is the other part of the issue.

-Boris

Reply via email to