html-conformv0.2.1

← All examples

A conforming page

A small page with a time element and a srcset. Nothing to report: the findings list is empty.

A conforming page

examples/showcase/valid-document.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Release notes</title>
</head>
<body>
  <main>
    <h1>Release notes</h1>
    <p>Version 0.2.1 was released on <time datetime="2026-09-04">4 September 2026</time>.</p>
    <img src="bench.png" srcset="bench.png 1x, bench@2x.png 2x" alt="Benchmark results" width="640" height="360">
  </main>
</body>
</html>
no findings  report.findings is empty
  • no findings