class HTMLProofer::Check::Images

def alt_all_spaces?

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