NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 350 - "head" and "body" link to #null
"head" and "body" link to #null
Status: RESOLVED DUPLICATE of bug 437
Product: Validator.nu
Classification: Unclassified
Component: Browser-based UI
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-11 15:10 CET by Simon Pieters
Modified: 2009-04-14 14:31 CEST (History)
1 user (show)

See Also:


Attachments
patch to Html5SpecBuilder.java (906 bytes, patch)
2009-04-13 06:28 CEST, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters 2008-12-11 15:10:23 CET
Try validating e.g.

<asdf>

In the error messages, "head" and "body" point to #null in the spec instead of #the-head-element etc. This doesn't happen for all elements.
Comment 1 Michael[tm] Smith 2009-04-13 06:28:53 CEST
Created attachment 79 [details]
patch to Html5SpecBuilder.java
Comment 2 Michael[tm] Smith 2009-04-14 14:31:24 CEST
The complete fix for this depends on fixing bug 437. So I'm marking it as a duplicate of of that and will post a patch there.

*** This bug has been marked as a duplicate of bug 437 ***