Problem with parse tree output

From: Cliff Hudson (chronos@lightmail.com)
Date: Fri, Feb 02 2001

  • Next message: Mike Holladay: "Re: $NKF"

    Date: Fri, 2 Feb 2001 04:29:51 -0500 (EST)
    Message-ID: <008901c08cfb$06700b20$b21c7ad8@chronos.nanoknight.com>
    From: "Cliff Hudson" <chronos@lightmail.com>
    To: <www-validator@w3.org>
    Subject: Problem with parse tree output
    
    At first I thought I was mistaken, but I went back and looked again, and it seems the parse tree is placing element attributes BEFORE the opening element tag.  Tag content still shows up inside the tag, however.
    
    1. Go to the validator page.
    2.  Enter www.w3c.org as the URL
    3. Select the Show Parse Tree option
    4. Click Validate Page
    5. When it's done, select the Jump to Parse Tree link
    
    Notice how the HEAD, HTML, and META tags at the beginning all have their attributes shown prior to the relevant start tag.
    
    Thanks.