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 245221

Summary: HTML's Common But Not Valid hint should override Attributes
Product: web Reporter: davidje13
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description davidje13 2014-06-24 14:29:41 UTC
I'm working on code which requires <meta http-equiv="X-UA-Compatible" content="IE=edge" />, so I set the Common But Not Valid hint to "Suggestion for current line" to avoid noisy warnings. But the warning still shows up due to the Attributes hint (which I want to keep at "Warning").

The Attributes rule should not encompass the Common But Not Valid rule, or the editor should realise that the issue is being detected by a more specific rule and apply the "Show as" choice for the more specific rule (in this case, Suggestion for current line).