39 40 41 42 43
# File 'lib/html_proofer/element.rb', line 39 def src return if !img_tag? && !script_tag? && !source_tag? @node["src"] end