[Bug 27050] New: Outline not shown for simple valid document

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27050

            Bug ID: 27050
           Summary: Outline not shown for simple valid document
           Product: Validator
           Version: HEAD
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5
          Assignee: mike+validator@w3.org
          Reporter: jukka.k.korpela@kolumbus.fi
        QA Contact: www-validator-cvs@w3.org

The following simple document, when validating with direct input and “Show
Outline” selected, does not show any outline (only the heading “Document
Outline” and the text “Below is an outline for this document, automatically
generated from the heading tags (<h1> through <h6>.)” appear):

<!doctype html>
<title>foo</title>
<h1>aaa</h1>
<h2>bbb</h2>

http://validator.w3.org/nu/ shows the outline properly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 14 October 2014 21:42:53 UTC