Module: Typewriter::SpecElements::HTMLAreaElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/typewriter/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#area(attributes = nil) ⇒ Object
473 474 475 476 |
# File 'lib/typewriter/spec_elements.rb', line 473 def area(attributes = nil) # no child elements allowed and no closing tag write_void('<area', attributes) end |