Returns:
6 7 8
# File 'lib/html-proofer/check/images.rb', line 6 def empty_alt_tag? @img.alt.nil? || @img.alt.strip.empty? end