summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/address/029-isvalid.xhtml
blob: 04c981450a7a39660237510da04c21ee0e372e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>&lt;address&gt;</title>
</head>
<body>
  <!-- is block -->
  <address class="class" id="id" xml:lang="en">text</address>

  <!-- can contain interactive -->
  <address><a>text</a></address>

  <!-- can contain strict inline -->
  <address>text <em>elem</em></address>
</body>
</html>