Revision d823b34ef6171ac628de4382cb0e9a7eacd3e2dd authored by James Graham on 21 December 2013, 19:02:59 UTC, committed by James Graham on 21 December 2013, 19:02:59 UTC
1 parent b1d3c6a
Raw File
027-isvalid.xhtml
<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>
back to top