[TIMOB-10292] iOS: 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-10T13:09:51.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Sprint 2012-16 API, Release 3.0.0 |
Components | iOS |
Labels | api |
Reporter | Blain Hamon |
Assignee | Blain Hamon |
Created | 2012-08-01T15:59:07.000+0000 |
Updated | 2017-03-06T23:52:12.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.
Closing ticket due to time passed.