Method: HTML5::AfterBodyPhase#endTagOther
- Defined in:
- lib/html5/html5parser/after_body_phase.rb
#endTagOther(name) ⇒ Object
39 40 41 42 43 |
# File 'lib/html5/html5parser/after_body_phase.rb', line 39 def endTagOther(name) parse_error("unexpected-end-tag-after-body", {"name" => name}) @parser.phase = @parser.phases[:inBody] @parser.phase.processEndTag(name) end |