Revision 3c783dbd4b38e5ff79678daea0d3a4f7f45c110e authored by Aryeh Gregor on 08 April 2014, 14:20:37 UTC, committed by Aryeh Gregor on 08 April 2014, 14:20:37 UTC
1 parent 70f1aa2
Raw File
manifest.txt
api-is-present.html		Vibration API: test that the vibrate() method is present (with or without vendor prefix)	vendor-prefix, dom	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	Check that the vibrate() method is present.
cancel-with-0.html		Vibration API: cancel ongoing vibrate() with 0	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	If pattern is 0, cancel the pre-existing instance of the processing vibration patterns algorithm
cancel-with-[].html		Vibration API: cancel ongoing vibrate() with []	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	If pattern is an empty list, cancel the pre-existing instance of the processing vibration patterns algorithm
cancel-with-new.html		Vibration API: cancel ongoing vibrate() with a new call to vibrate	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	Cancel the pre-existing instance of the processing vibration patterns algorithm, if any.
pattern-array-extra.html		Vibration API: test a pattern array parameter to vibrate() with an extra (even) item	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	If the length of pattern is even, then remove the last entry in pattern.
pattern-array.html		Vibration API: test a pattern array parameter to vibrate()	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	
silent-ignore.html		Vibration API: test that calls to vibrate() are silently ignored when the device cannot vibrate	vendor-prefix, dom, no-vibrator	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	If the device does not provide a vibration mechanism, or it is disabled, the user agent must silently ignore any invocations of the vibrate() method.
simple-array.html		Vibration API: test a simple array parameter to vibrate()	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	
simple-scalar.html		Vibration API: test a simple scalar parameter to vibrate()	vendor-prefix, dom, interact	http://www.w3.org/TR/vibration/#methods		Robin Berjon <mailto:robin@berjon.com>	
back to top