From df9d05886909a0497241cf5c6791278a5f407c55 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Wed, 26 Apr 2017 20:46:08 -0500 Subject: [PATCH] removed from JS setting a tabndex=0 --- examples/disclosure/js/disclosureButton.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/disclosure/js/disclosureButton.js b/examples/disclosure/js/disclosureButton.js index cfcd0ec40f..5f24af27e9 100644 --- a/examples/disclosure/js/disclosureButton.js +++ b/examples/disclosure/js/disclosureButton.js @@ -26,7 +26,6 @@ var ButtonExpand = function (domNode) { ButtonExpand.prototype.init = function () { - this.domNode.tabIndex = 0; this.controlledNode = false; var id = this.domNode.getAttribute('aria-controls');