Community
Participate
Working Groups
It should be: - Refactored to match our coding-conventions. - Moved to our Namespace. - Refactored to use SVG/VML detection like in GraphicsUtil.js. (Which will then use that detection.) - Enhanced to include "isAndroidBrowser". - Enhanced to include "isMobileSafari" (should be used by MobileWebkitSupport.js, which should also be renamed to MobileSafariSupport.js, since the AndroidBrowser is also webkit.)
Fixed in CVS HEAD. Also removed some unused API, added "supportsCSS3" function, added google chrome detection, added "android" as platform, merged platforms "iphone" and "ipad" into "ios". Removed the function "isSafari2" (we only suport safari 3+), so was the code in StyleSheet.js that checked this (it was dead code anyway).