model-novalid.html (400B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><sub></title> 6 </head> 7 <body> 8 <!-- not a block --> 9 <sub>text</sub> 10 11 <!-- cannot contain structured inline --> 12 <p><sub><ul><li>text</li></ul></sub></p> 13 14 <!-- cannot contain interactive if parent forbids interactive --> 15 <p><a><sub><a>text</a></sub></a></p> 16 <p><a><dfn><sub><a>text</a></sub></dfn></a></p> 17 </body> 18 </html>