#data #errors #comments "A comment token" #document | | | | | #data #errors Unexpected DOCTYPE: #comments "A DOCTYPE token" #document | | | | #data #errors #comments Whitespace character token #document | | | | | " " #data #errors Second tag not allowed. #comments A start tag whose tag name is "html" #document | | | bgcolor="red" | | #data #errors #comments "An end-of-file token" #document | | | | #data #errors End tag after </html>. </frameset> when the current node is the root "html" element. #comments A start tag whose tag name is "noframes" #document | <!DOCTYPE html> | <html> | <head> | <frameset> | <noframes> #data <!DOCTYPE html><html><frameset></frameset></html>xx #errors Text after </html> tag. Text in frameset. #comments "Anything else" (character token) #document | <!DOCTYPE html> | <html> | <head> | <frameset> #data <!DOCTYPE html><html><frameset></frameset></html><table> #errors Tag after </html>. <table> not allowed in <frameset>. #comments "Anything else" (start tag) #document | <!DOCTYPE html> | <html> | <head> | <frameset> #data <!DOCTYPE html><html><frameset></frameset></html></frameset> #errors End tag after </html>. </frameset> when the current node is the root "html" element. #comments "Anything else" (end tag) #document | <!DOCTYPE html> | <html> | <head> | <frameset>