googlearchive / polyup

A helpful assistant for migrating from Polymer v0.5 to 1.0. Does many of the boring mechanical parts for you.
http://polymerlabs.github.io/polyup/
BSD 3-Clause "New" or "Revised" License
38 stars 9 forks source link

<caption> replaced with <span> #107

Open davidmaxwaterman opened 9 years ago

davidmaxwaterman commented 9 years ago

Input :

<caption>{{caption|cleanHTML}}</caption>

output:

<span>{{_computeExpression2(caption, cleanHTML)}}</span>

Replacing caption tags with span tags seems pointless and reduced semantic-nessness.