Sha256: 2a09b2b28eb1f0b5e59689532c33b15e239ac6664b2c430aec9d7b1c56878040

Contents?: true

Size: 492 Bytes

Versions: 8

Compression:

Stored size: 492 Bytes

Contents

<!DOCTYPE html>
<html lang="en-ca">
  <head>
    <!--<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1">-->
    <title>HTML 5 Example</title>
  </head>
  <body>
  	<!-- should have one error (missing </section>) and one warning (no content type) -->
    <p>This is a sample HTML 5 document.</p>
    <section>
	  <h1>Example of paragraphs</h1>
	  This is the <em>first</em> paragraph in this example.
	  <p>This is the second.</p>
	  <p>Test<br>test</p>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
w3c_validators-1.3.7 test/fixtures/invalid_html5.html
w3c_validators-1.3.6 test/fixtures/invalid_html5.html
w3c_validators-1.3.5 test/fixtures/invalid_html5.html
w3c_validators-1.3.4 test/fixtures/invalid_html5.html
w3c_validators-1.3.3 test/fixtures/invalid_html5.html
w3c_validators-1.3.2 test/fixtures/invalid_html5.html
w3c_validators-1.3.1 test/fixtures/invalid_html5.html
w3c_validators-1.3 test/fixtures/invalid_html5.html