Module: FunHtml::SpecElements::HTMLTrackElement

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

Instance Method Summary collapse

Instance Method Details

#track(attributes = nil) ⇒ Object



460
461
462
463
# File 'lib/fun_html/spec_elements.rb', line 460

def track(attributes = nil)
  # no child elements allowed and no closing tag
  write_void('<track', attributes)
end