Method: HTML5::InCellPhase#endTagIgnore
- Defined in:
- lib/html5/html5parser/in_cell_phase.rb
#endTagIgnore(name) ⇒ Object
49 50 51 |
# File 'lib/html5/html5parser/in_cell_phase.rb', line 49 def endTagIgnore(name) parse_error("unexpected-end-tag", {"name" => name}) end |