Method: HTML5::InCellPhase#endTagOther
- Defined in:
- lib/html5/html5parser/in_cell_phase.rb
#endTagOther(name) ⇒ Object
63 64 65 |
# File 'lib/html5/html5parser/in_cell_phase.rb', line 63 def endTagOther(name) @parser.phases[:inBody].processEndTag(name) end |