#data #errors #document | | | title="t" | | | <body> #data <!DOCTYPE html><html><head title="t"><title> #errors #document | | | | title="t" | | <body> #data <!DOCTYPE html><html><head><title class="t"> #errors #document | | | | | class="t" | <body> #data <!DOCTYPE html><html><head></head><body><title class="a"> #errors title in body #document | | | | | class="a" | <body> #data <!DOCTYPE html><html><head></head><body></body><title class="a"> #errors data after body title in body #document | | | | | class="a" | <body> #data <!DOCTYPE html><html><head><title> #errors #document | | | | | <body> | title="t" #data <!DOCTYPE html><html><head><title> #errors #document | | | | | <meta> | name="a" | <body> #data <!DOCTYPE html><html><head><title> #errors meta in body #document | | | | | <meta> | name="a" | <body> #data <!DOCTYPE html><html><head><title> #errors data after body meta in body #document | | | | | <meta> | name="a" | <body> #data <!DOCTYPE html><html><head><title> #errors #document | | | | | <link> | rel="a" | <body> #data <!DOCTYPE html><html><head><title> #errors link in body #document | | | | | <link> | rel="a" | <body> #data <!DOCTYPE html><html><head><title> #errors data after body link in body #document | | | | | <link> | rel="a" | <body> #data <!DOCTYPE html><html><head><title> #errors #document | | | | | <base> | href="http://" | <body> #data <!DOCTYPE html><html><head><title> #errors base in body #document | | | | | <base> | href="http://" | <body> #data <!DOCTYPE html><html><head><title> #errors data after body base in body #document | | | | | <base> | href="http://" | <body> #data <!DOCTYPE html><p><b><p>X #errors <b> is not closed before second <p> <b> is not closed before end-of-file #document | <!DOCTYPE HTML> | <html> | <head> | <body> | <p> | <b> | <p> | <b> | "X" #data <!DOCTYPE html><b><p> #errors <b> not closed #document | <!DOCTYPE HTML> | <html> | <head> | <body> | <b> | <p> #data <!DOCTYPE html><b><p>X #errors <b> not closed #document | <!DOCTYPE HTML> | <html> | <head> | <body> | <b> | <p> | "X" #data <link rel="a" href="b"> #errors link in body #document-fragment head | <link> | href="b" | rel="a" #data <meta name="a" content="b"> #errors meta in body #document-fragment head | <meta> | content="b" | name="a" #data <base href="a" target="b"> #errors base in body #document-fragment head | <base> | href="a" | target="b" #data <base href="a" target="b">a #errors base in body #document-fragment head | <base> | href="a" | target="b" | "a" #data <!DOCTYPE html><ins><p>XX</ins>YYY #errors 1,32,not closed:p 1,34,not closed:ins #document | <!DOCTYPE HTML> | <html> | <head> | <body> | <ins> | <p> | "XXYYY" ## when script is disabled #data <!DOCTYPE html><noscript>aaa<noscript>bbb</noscript>ccc</noscript> #errors #document | <!DOCTYPE HTML> | <html> | <head> | <body> | <noscript> | "aaa" | <noscript> | "bbb" | "ccc"