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 127552 - invalid attribute value not reported
Summary: invalid attribute value not reported
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Milutin Kristofic
URL: https://savage.nps.edu/X3D-Edit/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 18:44 UTC by brutzman
Modified: 2014-10-06 13:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brutzman 2008-02-16 18:44:51 UTC
the existence of html deprecated attributes are flagged by underlining and a marker in the left column, but the specific
attribute(s) that are deprecated are not identified by name.

example html snippet:

        <p align="center">
            <a href="images/X3D-EditScreenshot.png"><img src="images/X3D-EditScreenshot.png" alt="X3D-Edit 3.2 screen
snapshot" width="480" height=360" border="0"/></a> <!-- width="320" height="240" -->
        </p>
Comment 1 brutzman 2008-06-01 20:24:27 UTC
this is marked as a problem because it makes it difficult for the user to know which attributes have a problem.
Comment 2 Marek Fukala 2008-06-02 09:28:33 UTC
No error is shown in current dev build for the code snippet. The only problem is the missing double quote in the height
attribute value. This problem should be reported.