History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5444
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Alexei Orishchenko
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

HTML custom attributes inspection: custom attribute provider

Created: 19 Mar 07 12:34   Updated: 30 Jul 08 15:26
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,148
Severity: Medium


 Description  « Hide
Add the HtmlStyleLocalInspection.addCustomAttributeProvider(CustomAttributeProvider provider) method.
The provider method returns list of allowed attributes for the tag:
public interface CustomAttributeProvider {
      List<String> getCustomAttributes(XmlTag tag);
    }


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.