diff --git a/CHANGELOG b/CHANGELOG index ecaf70140a..b7212e209a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -83,3 +83,7 @@ v2.2.2: changes: - Stabilize incompleteData API for backwards compatibility - Change impact of duplicate-id rule to moderate +v2.2.3: + date: 2017-06-01 + changes: + - Removed the disable property from link-in-text-block \ No newline at end of file diff --git a/axe.d.ts b/axe.d.ts index 9788112ba9..7cedb09023 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for axe-core 2.2.2 +// Type definitions for axe-core 2.2.3 // Project: https://github.com/dequelabs/axe-core // Definitions by: Marcy Sutton diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index bdcd8bd46d..732a271ab3 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -32,7 +32,7 @@ | label-title-only | Ensures that every form element is not solely labeled using the title or aria-describedby attributes | cat.forms, best-practice | false | | label | Ensures every form element has a label | cat.forms, wcag2a, wcag332, wcag131, section508, section508.22.n | true | | layout-table | Ensures presentational <table> elements do not use <th>, <caption> elements or the summary attribute | cat.semantics, wcag2a, wcag131 | true | -| link-in-text-block | Links can be distinguished without relying on color | cat.color, experimental, wcag2a, wcag141 | false | +| link-in-text-block | Links can be distinguished without relying on color | cat.color, experimental, wcag2a, wcag141 | true | | link-name | Ensures links have discernible text | cat.name-role-value, wcag2a, wcag111, wcag412, section508, section508.22.a | true | | list | Ensures that lists are structured correctly | cat.structure, wcag2a, wcag131 | true | | listitem | Ensures <li> elements are used semantically | cat.structure, wcag2a, wcag131 | true | diff --git a/package.json b/package.json index cea5bf1188..d0d0e0bb62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "2.2.2", + "version": "2.2.3", "license": "MPL-2.0", "contributors": [ {