Method: HTMLProofer::Check::Images#empty_alt_tag?
- Defined in:
- lib/html_proofer/check/images.rb
#empty_alt_tag? ⇒ Boolean
92 93 94 |
# File 'lib/html_proofer/check/images.rb', line 92 def empty_alt_tag? !missing_alt_tag? && @img.node["alt"].empty? end |