validator / validator

Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
https://validator.github.io/validator/
MIT License
1.71k stars 275 forks source link

Make heading-level outline ignore <hgroup> and display all headings #326

Closed sideshowbarker closed 8 years ago

sideshowbarker commented 8 years ago

Consider the following document:

<!DOCTYPE html>
<title>Test</title>
<hgroup>
<h1>Title</h1>
<h2>Subtitle</h2>
</hgroup>

In the Heading-level outline output from the checker for that doc, the h2 Subtitle doesn’t appear.

stevefaulkner commented 8 years ago

@sideshowbarker that's a bug ;-)

sideshowbarker commented 8 years ago

@sideshowbarker that's a bug ;-)

yeah, will try to get it fixed soon