# File lib/html5/html5parser/after_head_phase.rb, line 28 def startTagFromHead(name, attributes) parse_error("unexpected-start-tag-out-of-my-head", {"name" => name}) @parser.phase = @parser.phases[:inHead] @parser.phase.processStartTag(name, attributes) end