Skip to content

Commit

Permalink
doc, #871
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 26, 2018
1 parent 41bf5d7 commit 8d4b12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/KeyboardFuzzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define( require => {
const NEXT_ELEMENT_THRESHOLD = .1;

const DO_KNOWN_KEYS_THRESHOLD = .60; // for keydown/up
const CLICK_EVENT = .10; // TODO because of implementation this is actually 20%. but reads like "half of the time after 60% of the time"
const CLICK_EVENT = .10; // TODO because of implementation this is actually 4%. but reads like "10% of the time after 60% of the time"

const KEY_DOWN = 'keydown';
const KEY_UP = 'keyup';
Expand Down

0 comments on commit 8d4b12e

Please sign in to comment.