From ef4fec4549616cd69a0f0f732d43c838d8ab17eb Mon Sep 17 00:00:00 2001 From: Alice Boxhall Date: Tue, 23 Jun 2015 10:15:47 +0100 Subject: [PATCH] Release v2.7.1-rc.1 --- Changelog.md | 2 ++ bower.json | 2 +- dist/js/axs_testing.js | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index b33d001d..b6c34920 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +## 2.7.1-rc.1 - 2015-06-23 + ### Bug fixes: * Check for null `textAlternatives` in `FocusableElementNotVisibleAndNotAriaHidden`'s `relevantElementMatcher` method. diff --git a/bower.json b/bower.json index 060f91b1..7dfacb9e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.7.1-rc.0", + "version": "2.7.1-rc.1", "homepage": "https://github.com/GoogleChrome/accessibility-developer-tools", "authors": [ "Google" diff --git a/dist/js/axs_testing.js b/dist/js/axs_testing.js index 32f23827..760460a7 100644 --- a/dist/js/axs_testing.js +++ b/dist/js/axs_testing.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/c4f8e2d24fc5bbba7000e8c3b9308ff24bd762ff + * Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/91ec7093ac31a45c6b3611e65e08ef82ecdc11d1 * * See project README for build steps. */ @@ -1856,7 +1856,7 @@ axs.AuditRules.addRule({name:"focusableElementNotVisibleAndNotAriaHidden", headi return!1; } } - return "" === axs.properties.findTextAlternatives(a, {}).trim() ? !1 : !0; + return(a = axs.properties.findTextAlternatives(a, {})) && "" !== a.trim() ? !0 : !1; }, test:function(a) { if (axs.utils.isElementOrAncestorHidden(a)) { return!1; diff --git a/package.json b/package.json index a2ed0baa..6d07d818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.7.1-rc.0", + "version": "2.7.1-rc.1", "repository": { "type": "git", "url": "http://github.com/GoogleChrome/accessibility-developer-tools"