0258-novalid.html (343B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Undescore Prefix is Ignored Test</title> 6 </head> 7 <body> 8 <p>Ensure that the "_" prefix is ignored.</p> 9 <p xmlns:_="http://example.org/" 10 prefix="_: http://example.org/" 11 xmlns:earl="http://www.w3.org/ns/earl#" 12 rel="earl:testcase" resource="_:test">Test</p> 13 </body> 14 </html>