Method: ImageCheck#empty_alt_tag?

Defined in:
lib/html-proofer/check/images.rb

#empty_alt_tag?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/html-proofer/check/images.rb', line 6

def empty_alt_tag?
  @img.alt.nil? || @img.alt.strip.empty?
end