This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165680

Summary: HTML content behind body should be marked incorrect
Product: web Reporter: Jindrich Sedek <jsedek>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2009-05-21 10:36:58 UTC
use this code in HTML file:
------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Title</title>
  </head>
  <body>
  </body>
  <tr>
    <td></td>
  </tr>
</html>
-------------------
<tr> is not allowed to be outside of "body" -> it should be marked as incorrect in this place
Comment 1 Marek Fukala 2009-08-18 08:46:43 UTC
reproducible
Comment 2 Milutin Kristofic 2015-08-12 14:52:26 UTC
It is fixed in current netbeans versions.