[Bug 19404] New: <shadow> nodes should re-project just like <content>

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

           Summary: <shadow> nodes should re-project just like <content>
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: sjmiles@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
        Depends on: 18513
            Blocks: 18428


Given:

  <template><x-elt><content></content><x-elt></template>

Re-projection allows x-elt to select from the projected nodes of <content>
instead of simply the <content> itself.

Users will likely expect similar functionality for <shadow> when used like so:

  <template><x-elt><shadow></shadow><x-elt></template>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 9 October 2012 18:44:10 UTC