Module: FunHtml::SpecElements::HTMLMapElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#map(attributes = nil, &elements) ⇒ Object
467 468 469 |
# File 'lib/fun_html/spec_elements.rb', line 467 def map(attributes = nil, &elements) write('<map', '</map>', attributes, &elements) end |