googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 61 forks source link

<template> should be useable in SVG #153

Closed rafaelw closed 10 years ago

rafaelw commented 10 years ago

There is a fair-bit of history to this issue. The core problem is that the template in

<svg><template></svg> is an SVG template (Not HTMLTemplateElement), which is the domain of the SVG/XML folks.

I believe that Tab had plans for this, but don't remember what they were. We should find out what the long-term plan is for svg-template and polyfil toward that end.

rafaelw commented 10 years ago

Preliminary support is added here: https://github.com/Polymer/TemplateBinding/commit/9ecf676.

I wouldn't be surprised if there are bugs. Please test.