summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/pre/027-isvalid.xhtml
blob: 6239c17dcaf0861b3468d430ac9fee263e02ccd0 (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;pre&gt;</title>
</head>
<body>
  <!-- is block -->
  <pre class="class" id="id" xml:lang="en">text</pre>

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

  <!-- can contain strictly inline -->
  <pre>text <em>elem</em></pre>
</body>
</html>