summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/iframe/042-isvalid.xhtml
blob: 236e5d069e4668247ca8db70f096813d3fbd0486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>&lt;iframe&gt;</title>
</head>
<body>
  <!-- is structured inline -->
  <p><iframe
      src="uri"
      class="class"
      xml:lang="en"></iframe></p>

  <!-- is strictly inline -->
  <p><dfn><iframe
      src="uri"
      class="class"
      xml:lang="en"></iframe></dfn></p>

</body>
</html>