summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/h3/model-isvalid.html
blob: 29a870ea4e02fe9b07229bb781d131c678de49fb (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;h3&gt;</title>
</head>
<body>
  <!-- is block -->
  <h3 class="class" id="id" lang="en">text</h3>

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

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