0278-isvalid.html (286B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 0278</title> 6 </head> 7 <body> 8 <p>The value of @content has a higher priority than @datetime</p> 9 <time property="rdf:value" datetime="2012-03-18" content="this should be the value">18 March 2012</time> 10 </body> 11 </html>