summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html
blob: 6b4a4f39e8606bfda4fae17137a25b5054f6a0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
<title>the profile attribute on the head element is obsolete</title>
<meta charset=utf-8>
</head>
<body>
<p>This page contains a <code>head</code> element with an obsolete
<code>profile</code> attribute. It should trigger a validation error.</p>
</body>
</html>