<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<p class="foo bar">This paragraph should have a "foo" and a "bar" class.</p>
<section data-type="sect1" class="foo">
<h1>As Should This Section</h1>
<p>But not its <span class="bar">paragraph</span>.</p>
</section>
</body>
</html>