php - Eclipse HTML Validation Setup -
i trying setup eclipse html validation wordpress , have read , seen several articles on here , others online have set bunch of settings or plain ignore or exclude wordpress folders. reason don't want exclude folders , code because still want autocomplete , other dtd functionality work.
i noticed option in html syntax settings, "ignore specified element names in validation" , "ignore specified attribute names in validation".
to start trying rid of error:
start tag (<video>) not closed properly, expected '>'
so got settings right clicking on project in php explorer , select properties. check "enable project specific settings" , enabled "ignore specified element names in validation". in text box entered "video".
when hit "ok" dialog validation settings have been changed , want validate project , select "yes". nothing seems change. doing wrong here? misreading how "should" work? or there better way going this?
here screenshot of settings:
Comments
Post a Comment