rev 1320
(2 files +1, 10kb)
+ Rewrote CSS prefix handler to add support for: border-image, hyphens, multi-column, flexbox model, grid layout, animation and 2D/3D transforms. That's a lot, but most browsers still don't support most of these features without a prefix at all, so it's mostly for the convenience of not having to add prefixed and non-prefixed versions in your code. (Subs-Cache.php)
* Reverted CSS prefix handler a bit to restore both prefixed and unprefixed versions in case we don't know about current or future support. This is precisely to avoid issues with old cached files in newer browsers in the future -- in case they drop support for their own prefixed versions. Did you get what I mean? No? Don't worry, neither do I. (Subs-Cache.php)
+ Added an alternative version of the CSS prefix rewrite to the attic. It works well and has the advantage of being able to differentiate between browser versions, but Wedge doesn't record versions -- and probably never will, because that'd mean too many cache files. (attic/Unused-dynPrefixed.php)
! Fixed a bug in the CSS cache rewrite where the skin name wouldn't be properly included in the filename. (Subs-Cache.php)
* I gave Chrome a lot of time. Months ago, I noticed that it started behaving incorrectly on CSS3 opacity animations. I've finally decided to add a stylesheet for it to specifically remove these in main menus. Hey, it asked for it! (Worg/index.chrome.css)
(2 files +1, 10kb)
+ Rewrote CSS prefix handler to add support for: border-image, hyphens, multi-column, flexbox model, grid layout, animation and 2D/3D transforms. That's a lot, but most browsers still don't support most of these features without a prefix at all, so it's mostly for the convenience of not having to add prefixed and non-prefixed versions in your code. (Subs-Cache.php)
* Reverted CSS prefix handler a bit to restore both prefixed and unprefixed versions in case we don't know about current or future support. This is precisely to avoid issues with old cached files in newer browsers in the future -- in case they drop support for their own prefixed versions. Did you get what I mean? No? Don't worry, neither do I. (Subs-Cache.php)
+ Added an alternative version of the CSS prefix rewrite to the attic. It works well and has the advantage of being able to differentiate between browser versions, but Wedge doesn't record versions -- and probably never will, because that'd mean too many cache files. (attic/Unused-dynPrefixed.php)
! Fixed a bug in the CSS cache rewrite where the skin name wouldn't be properly included in the filename. (Subs-Cache.php)
* I gave Chrome a lot of time. Months ago, I noticed that it started behaving incorrectly on CSS3 opacity animations. I've finally decided to add a stylesheet for it to specifically remove these in main menus. Hey, it asked for it! (Worg/index.chrome.css)


