Changeset [76a4ded1288a9573129fb07bf3ddb9763a8a09c5] by Miles Tinsley
January 6th, 2013 @ 03:26 AM
Improved support for converting CSS properties to their JS equivalent in CPBrowserStyleProperty
For example, the following CSS property names all resolve to the same correct JS equivalent for the current browser:
- CPBrowserStyleProperty('TransformOrigin') -> 'WebkitTransformOrigin'
- CPBrowserStyleProperty('transform-origin') -> 'WebkitTransformOrigin' https://github.com/cappuccino/cappuccino/commit/76a4ded1288a9573129...
Committed by Miles Tinsley
- M AppKit/CPCompatibility.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.