class HTMLProofer::Attribute

Represents an element currently being processed

def initialize(runner, raw_attribute, **_)

def initialize(runner, raw_attribute, **_)
  @runner = runner
  @raw_attribute = raw_attribute
end