class Nokogiri::HTML4::ElementDescription

def optional_attributes

def optional_attributes
  d = default_desc
  d ? d.attrs_opt : []
end