summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/h1/model-isvalid.html
blob: 3e92f42e54134c62cc36c62be71b5e4201ac6e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>&lt;h1&gt;</title>
</head>
<body>
  <!-- is block -->
  <h1 class="class" id="id" lang="en">text</h1>

  <!-- can contain strictly inline -->
  <h1>text <em>elem</em></h1>

  <!-- can contain interactive -->
  <h1><a>text</a></h1>
</body>
</html>