Skip to content

Instantly share code, notes, and snippets.

@jrochkind
Created September 22, 2011 20:13
Show Gist options
  • Save jrochkind/1235897 to your computer and use it in GitHub Desktop.
Save jrochkind/1235897 to your computer and use it in GitHub Desktop.
html5 examples which do not validate
<!DOCTYPE html>
<html>
<head>
<title>Does not validate: 'a' with both 'itemprop' and 'rel'</title>
</head>
<body>
<div itemscope>
<p>Alice in Wonderland, by Lewis Caroll</p>
<a rel="alternate"
itemprop="http://example.org/alternate-format"
type="application/x-Research-Info-Systems"
href="http://example.org/items/12355.ris">
Export to EndNote
</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment