This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15052 - One should be able to refer to existing templates in decorator and custom element definitions.
Summary: One should be able to refer to existing templates in decorator and custom ele...
Status: RESOLVED LATER
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14973 18511
  Show dependency treegraph
 
Reported: 2011-12-03 16:52 UTC by Dimitri Glazkov
Modified: 2013-10-07 16:29 UTC (History)
1 user (show)

See Also:


Attachments

Description Dimitri Glazkov 2011-12-03 16:52:50 UTC
It seems useful to provide a way to refer to existing templates from inside of a <decorator> or <element> to facilitate reuse:

<element template="#gubbin">
   ...
</element>
Comment 1 Dominic Cooney 2012-05-22 01:48:52 UTC
This is a great idea.

Specify when the reference is resolved.