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

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

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