[jbosstools-issues] [JBoss JIRA] (ERT-4) Ignore undefined HTML attributes, elements validation with extension point [EBZ#443097]

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Feb 29 05:25:02 EST 2016


     [ https://issues.jboss.org/browse/ERT-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated ERT-4:
----------------------------------
    Sprint: devex #1 February 2016, devex #2 February 2016, devex #3 February 2016  (was: devex #1 February 2016, devex #2 February 2016)


> Ignore undefined HTML attributes, elements validation with extension point [EBZ#443097]
> ---------------------------------------------------------------------------------------
>
>                 Key: ERT-4
>                 URL: https://issues.jboss.org/browse/ERT-4
>             Project: Eclipse Release Train
>          Issue Type: Task
>          Components: WTP Source Editing
>            Reporter: Max Rydahl Andersen
>            Assignee: Victor Rubezhny
>              Labels: bzira, wst.html
>             Fix For: Neon (4.6) M6
>
>
> I'm developping a plugin for AngularJS https://github.com/angelozerr/angularjs-eclipse which is based on WTP.
> I have implemented validation for Angular which ignores (ng-* attributes, etc) with Java code without using your feature https://bugs.eclipse.org/bugs/show_bug.cgi?id=415980
> But there is some limitation and it should be fantastic if WTP provides an extension point like this : 
> ---------------------------------------------------
> public interface IHTMLIgnoreValidator {
>   boolean shouldValidateAttributeName(IProject project, Element target, String attrName);
>   boolean shouldValidateElementName((IProject project, Element target);
> }
> ---------------------------------------------------
> For more information please read https://github.com/angelozerr/angularjs-eclipse/issues/80#issuecomment-53044063
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=415980



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list