arialinter
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -11,3 +11,3 @@ // Guideline 3.3 - Input Assistance | ||
dom.$(element).each(function(index, item){ | ||
if (!dom.$(this).val()) { | ||
if (!dom.$(this).val() && !dom.$(this).text()) { | ||
reporter.error(that.message, 0, that.name); | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "arialinter", | ||
"description": "AriaLinter provides a simple accesibility linter for HTML documents.", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"homepage": "https://github.com/globant-ui/arialinter", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35622