--- a/gamepad.html Mon Nov 07 13:11:27 2011 -0800
+++ b/gamepad.html Mon Nov 07 14:32:52 2011 -0800
@@ -252,26 +252,6 @@
</dd>
- <dt>readonly attribute float[] suggestedAxesDeadZone</dt>
- <dd>
-
- Array of values that represent suggested amount of input to ignore
- for corresponding values in the axes array. These values are
- hardware dependent and reflect tolerances for sampling (sometimes
- low-quality) analog inputs.
-
- </dd>
-
- <dt>readonly attribute float[] suggestedButtonsDeadZone</dt>
- <dd>
-
- Array of values that represent suggested amount of input to ignore
- for corresponding values in the buttons array. These values are
- hardware dependent and reflect tolerances for sampling (sometimes
- low-quality) analog inputs.
-
- </dd>
-
</dl>
</section>