Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
blog.chromium.org
Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
1–10 of 37 posts
Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#2Plus, I think that'd offer caching benefits vs. having to send templates across the wire every time.
Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#3Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#4Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#5Awesome 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.
Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#6Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#7CSS calc() unprefixed on Chrome 26+
Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#8I don't see how the template element is something special, can't you use that Javascript on any container?
Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#9Re: Chrome 26 Beta: Template Element and Unprefixed CSS Transitions
#10Awesome 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.
Why does it kill the emotion? With yepnope (and other libs) you can do conditional loading and only use the JS shims on IE8 while the other always-green browsers use the awesome stuff.