blob: 04c981450a7a39660237510da04c21ee0e372e78 [file] [log] [blame]
<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>