Method: HTML5::InCellPhase#startTagOther

Defined in:
lib/html5/html5parser/in_cell_phase.rb

#startTagOther(name, attributes) ⇒ Object



28
29
30
# File 'lib/html5/html5parser/in_cell_phase.rb', line 28

def startTagOther(name, attributes)
  @parser.phases[:inBody].processStartTag(name, attributes)
end