https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d474c2a0587f5ff6ae05fde66ac6f43a106d0d05 authored by Anne van Kesteren on 16 November 2018, 12:38:42 UTC
EventSource: test U+0000 in ID better
Tip revision: d474c2a
0322-isvalid.html
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0322</title>
</head>
<body vocab="http://schema.org/">
  <div typeof="Person">
    <p>My name is <span property="name">Gregg</span></p>
    <link property="rdfa:copy" resource="_:surname"/>
  </div>
  <p resource="_:surname" typeof="rdfa:Pattern">My name is <span property="name">Kellogg</span></p>
</body>
</html>
back to top