Skip to content

Commit

Permalink
chore: bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Jun 1, 2017
1 parent c5fc7f4 commit 8b45756
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion axe.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/marcysutton>

Expand Down
2 changes: 1 addition & 1 deletion doc/rule-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &lt;table&gt; elements do not use &lt;th&gt;, &lt;caption&gt; 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 &lt;li&gt; elements are used semantically | cat.structure, wcag2a, wcag131 | true |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 8b45756

Please sign in to comment.