Re: Add prefixfree
Reply #1 –
Well I'm personally a big fan of prefix-free, even used on my personal online portfolio.
I've proposed this to SMF team as well, and most of the team members turned this down, as it's a 3rd party api/lib/code. Lol, what is jQuery then?
Re: Add prefixfree
Reply #2 –
With the additional joke that prefixfree is easy to maintain, while jQuery is not.
Re: Add prefixfree
Reply #3 –
Had not heard of it before, interesting idea.
Seems like the main benefit is it lets us just write "compliant" css, or mostly so thats good for maintenance (less tags to remove as time goes on). Only negative I see is that the page may render and the render some areas again as the JS get loaded and run. Certainly something to consider.
Re: Add prefixfree
Reply #6 –
I'd push this (just found the "hyphens" warning in my console here).
Re: Add prefixfree
Reply #7 –
The minified version is about 2k, we are (apparently) serving 30k for jQuery and 30k for the combined top.
I suspect these prefixes are not meant to be removed "soon", right?
On the other hand, I suspect the js could be loaded only if the browser need it.
Re: Add prefixfree
Reply #8 –
Well, as it is now, the error console throws some errors (related to the "hyphens" tag).