Method: HTMLProofer::Check::Images#alt_all_spaces?

Defined in:
lib/html_proofer/check/images.rb

#alt_all_spaces?Boolean

Returns:

  • (Boolean)


100
101
102
# File 'lib/html_proofer/check/images.rb', line 100

def alt_all_spaces?
  !missing_alt_tag? && @img.node["alt"].split.all?(" ")
end