#data X #errors #document | | | | | | "X" #data <!doctype html><table><title>X #errors (1,29): unexpected-start-tag-implies-table-voodoo #document | | | | | | "X" | <table> #data <!doctype html><head></head><title>X #errors (1,35): unexpected-start-tag-out-of-my-head #document | | | | | "X" | <body> #data <!doctype html></head><title>X #errors (1,29): unexpected-start-tag-out-of-my-head #document | | | | | "X" | <body> #data <!doctype html><table><meta></table> #errors (1,28): unexpected-start-tag-implies-table-voodoo #document | <!DOCTYPE html> | <html> | <head> | <body> | <meta> | <table> #data <!doctype html><table>X<tr><td><table> <meta></table></table> #errors unexpected text in table (1,45): unexpected-start-tag-implies-table-voodoo #document | <!DOCTYPE html> | <html> | <head> | <body> | "X" | <table> | <tbody> | <tr> | <td> | <meta> | <table> | " " #data <!doctype html><html> <head> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> #data <!doctype html> <head> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> #data <!doctype html><table><style> <tr>x </style> </table> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> | <table> | <style> | " <tr>x " | " " #data <!doctype html><table><TBODY><script> <tr>x </script> </table> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> | <table> | <tbody> | <script> | " <tr>x " | " " #data <!doctype html><p><applet><p>X</p></applet> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> | <p> | <applet> | <p> | "X" #data <!doctype html><p><object type="application/x-non-existant-plugin"><p>X</p></object> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> | <p> | <object> | type="application/x-non-existant-plugin" | <p> | "X" #data <!doctype html><listing> X</listing> #errors #document | <!DOCTYPE html> | <html> | <head> | <body> | <listing> | "X" #data <!doctype html><select><input>X #errors (1,30): unexpected-input-in-select #document | <!DOCTYPE html> | <html> | <head> | <body> | <select> | <input> | "X" #data <!doctype html><select><select>X #errors (1,31): unexpected-select-in-select #document | <!DOCTYPE html> | <html> | <head> | <body> | <select> | "X" #data <!doctype html><table><input type=hidDEN></table> #errors (1,41): unexpected-hidden-input-in-table #document | <!DOCTYPE html> | <html> | <head> | <body> | <table> | <input> | type="hidDEN" #data <!doctype html><table>X<input type=hidDEN></table> #errors (1,23): foster-parenting-character (1,42): unexpected-hidden-input-in-table #document | <!DOCTYPE html> | <html> | <head> | <body> | "X" | <table> | <input> | type="hidDEN" #data <!doctype html><table> <input type=hidDEN></table> #errors (1,43): unexpected-hidden-input-in-table #document | <!DOCTYPE html> | <html> | <head> | <body> | <table> | " " | <input> | type="hidDEN" #data <!doctype html><table> <input type='hidDEN'></table> #errors (1,45): unexpected-hidden-input-in-table #document | <!DOCTYPE html> | <html> | <head> | <body> | <table> | " " | <input> | type="hidDEN" #data <!doctype html><table><input type=" hidden"><input type=hidDEN></table> #errors (1,44): unexpected-start-tag-implies-table-voodoo (1,63): unexpected-hidden-input-in-table #document | <!DOCTYPE html> | <html> | <head> | <body> | <input> | type=" hidden" | <table> | <input> | type="hidDEN" #data <!doctype ht