TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome 26 Beta: Template Element and Unprefixed CSS Transitions

63 pointsby avolcanoabout 12 years ago

11 comments

comexabout 12 years ago
Not to mention the controversial Encrypted Media Extensions. I'm curious to see who the first to use them will be, and how easy the implementation will be to break.
评论 #5290399 未加载
fatjokesabout 12 years ago
Is anybody else's Chrome on Mac crashing frequently? I'd like them to fix that first. Also, the whole no Flash on Linux thing.
评论 #5289567 未加载
评论 #5291059 未加载
评论 #5290328 未加载
评论 #5289344 未加载
pixie_about 12 years ago
How about fixing the bug that caused MathML to be removed in version 25.
评论 #5288945 未加载
mzarate06about 12 years ago
I like the Template element, but what I'd really like is a way to escape out of JavaScript and html directly to my JavaScript views. That'd be more convenient than splitting client side view development across the JavaScript logic and html templates that reside somewhere else.<p>Plus, I think that'd offer caching benefits vs. having to send templates across the wire every time.
评论 #5289267 未加载
评论 #5289436 未加载
mixmastamykabout 12 years ago
Another article here today pointed me to this: <a href="http://caniuse.com/calc" rel="nofollow">http://caniuse.com/calc</a><p>CSS calc() unprefixed on Chrome 26+
UberMouseabout 12 years ago
I don't see how the template element is something special, can't you use that Javascript on any container?
评论 #5289048 未加载
评论 #5288722 未加载
gosukiwiabout 12 years ago
Awesome indeed, the thing that always makes me sad though is that you'll always have that IE 8 user which can't see your website properly, sure, you can use Javascript to make up for it, but it kills the whole emotion of using something awesome.
评论 #5288610 未加载
VeejayRampayabout 12 years ago
Templates look nice, but I really wonder how different this technique is from document fragments that one can create using document.createDocumentFragment and other related DOM handling through the convenient JS API.
malandrewabout 12 years ago
What's the performance on &#60;template&#62;? This approach seems like it'd be slower than having templates precompiled on the server and already served as JavaScript.
评论 #5291459 未加载
kevincennisabout 12 years ago
This would be a lot more exciting if there were a way to insert data dynamically like Handlebars, Mustache, etc.
salmanapkabout 12 years ago
Does this break Meteor.js? (It uses &#60;template&#62; for.. templates)
评论 #5289699 未加载