ada_matcher 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -1
- data/lib/ada_matcher/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -11,6 +11,7 @@ problems.
|
|
|
11
11
|
What this code can do
|
|
12
12
|
---------------------
|
|
13
13
|
The Matcher will scan HTML and evaluate these ADA/accessibility points:
|
|
14
|
+
|
|
14
15
|
* Image tags should include alt text (see Notes below)
|
|
15
16
|
|
|
16
17
|
* Link tags should include explanatory titles
|
|
@@ -93,7 +94,7 @@ some optional arguments:
|
|
|
93
94
|
|
|
94
95
|
* `meet_ada_requirements(:all)` = run all ADA checks
|
|
95
96
|
|
|
96
|
-
* `meet_ada_requirements(:some_specific_test_name
|
|
97
|
+
* `meet_ada_requirements(:some_specific_test_name)` = run just one ADA check
|
|
97
98
|
|
|
98
99
|
* `meet_ada_requirements([:one_test, :another_test, :a_third_test])` = run several specific checks
|
|
99
100
|
|
data/lib/ada_matcher/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.1.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Aaron Brown
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2012-02-
|
|
17
|
+
date: 2012-02-29 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|