Module: FunHtml::SpecElements::HTMLDialogElement

Included in:
HTMLAllElements
Defined in:
lib/fun_html/spec_elements.rb

Instance Method Summary collapse

Instance Method Details

#dialog(attributes = nil, &elements) ⇒ Object



624
625
626
# File 'lib/fun_html/spec_elements.rb', line 624

def dialog(attributes = nil, &elements)
  write('<dialog', '</dialog>', attributes, &elements)
end