[TIMOB-10294] MobileWeb: Transition all event names to lower case designs
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-08-21T15:14:11.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Sprint 2012-17 API, Release 3.0.0 |
Components | MobileWeb |
Labels | api |
Reporter | Blain Hamon |
Assignee | Chris Barber |
Created | 2012-08-01T16:03:10.000+0000 |
Updated | 2017-03-03T23:36:02.000+0000 |
Description
In the aug 1 architectural meeting, it was resolved that events should use only lowercase letters 'a'-'z', for reasons of consistency, aligning with W3C and for making life easy for Alloy. For example:
* android:back should be androidback
* durationAvailable should be durationavailable
To transition, lowercase versions of the events should be made, deprecating but still using the camelCase and namespaced events. Document as such. Then eventually drop the non-lowercase events.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2790
Closing ticket as MobileWeb is no longer supported.