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 - HTML content behind body should be marked incorrect
Summary: HTML content behind body should be marked incorrect
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 10:36 UTC by Jindrich Sedek
Modified: 2015-08-12 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.