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 15161 - [Explainer]: Can you construct a template?
Summary: [Explainer]: Can you construct a template?
Status: RESOLVED FIXED
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: 14949
  Show dependency treegraph
 
Reported: 2011-12-13 00:32 UTC by Divya Manian
Modified: 2011-12-21 21:10 UTC (History)
0 users

See Also:


Attachments

Description Divya Manian 2011-12-13 00:32:05 UTC
I noticed the last example has a decorator containing template with svg replacing the select element. Typically most svg on the web is via SVG frameworks like D3 or Raphael, so I was wondering if it were possible to construct a template using such frameworks?
Comment 1 Dimitri Glazkov 2011-12-21 21:10:23 UTC
Sure. It's just an element:

var template = document.createElement("template");