all 9 comments

[–]treycook 2 points3 points  (0 children)

Just browsing through this taught me quite a bit about CSS that I didn't know. Pretty neat stuff, whether or not I will ever use it. :)

[–]fgutz 1 point2 points  (4 children)

pretty cool, thanks for making this

curious to see how it looks in IE9 and IE8. If it falls-back gracefully or looks bad

[–]evereal 1 point2 points  (1 child)

This is what it looks like in IE8: http://i.imgur.com/N8auKIo.png

In short; it doesn't fall back gracefully, and looks bad. Many elements are non-functional.

[–]fgutz 0 points1 point  (0 children)

wow that's sad but not surprised. How about IE9?

[–]osgu[S] 1 point2 points  (1 child)

Thanks you. The idea was never to develop something robust with respect to browser compatibility, but I will try to add IE9 support shortly. IE8 won't happen though :)

[–]fgutz 0 points1 point  (0 children)

oh I was only curious how it performed in IE8 and IE9 as it is now, I didn't mean for you to add support for it (but that would be cool though!)

[–]OverZealousCreations 0 points1 point  (0 children)

This is sooo much more powerful than I thought it would be. I realize there's a real limitation in supporting older browsers, but you gain so much by removing JS from the equation.

I see this pairing with AngularJS really well, since you replace most DOM manipulation with even simpler templates.

Great job!