Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<template> elements do not work inside of SVG elements #11939

Closed
justinfagnani opened this issue Jul 21, 2013 · 7 comments
Closed

<template> elements do not work inside of SVG elements #11939

justinfagnani opened this issue Jul 21, 2013 · 7 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html

Comments

@justinfagnani
Copy link
Contributor

The tagName of <template> elements is "template" rather than "TEMPLATE" so isTemplate doesn't work:

@ Experimental() bool get isTemplate => tagName == "TEMPLATE" || _isAttributeTemplate;

@jmesserly
Copy link

What does MDV js polyfill do? And what does template spec say? Template is an HTML element; offhand I don't think it is supposed to work in SVG

@efortuna
Copy link
Contributor

Added this to the Later milestone.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

John, Justin: Is this still an issue?

@jmesserly
Copy link

template_binding polyfill fixed this a while ago, IIRC


Added Fixed label.

@justinfagnani justinfagnani added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 26, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html
Projects
None yet
Development

No branches or pull requests

6 participants