Hi, Note: this is not an Intent to Ship because it is a minor change but given that it is still a content visible change, I want to make sure dev-platform is aware of it.
I've landed a patch last week to update the vibration API implementation to match the current specification. The changes make vibrate() less pedantic and instead of failing if the array is too long or an element of the array is too large, it will truncate the input and continue. The rationale being that those limitations (array size and array element value) are platform specifics and a failure would just give a hint to the developer that she/he should try with a lower value. The compatibility risk is very low and it is very unlikely that any content out there depend on the current behaviour. The new behaviour should be shipping in Firefox 32. -- Mounir _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform