Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
HTML 5 linting and tidying
Permanently deleted user
Created
I wonder if there is a linting utility in WebStorm for this ? Our HTML code is copied from wireframes and contains unused code. Is there a way to track meta tags ?
WebStorm has a set of HTML inspections - see Settings/Editor/Inspections/HTML. I'm not sure however what meta tags tracking is meant - can you explain?
WebStorm has a set of HTML inspections - see Settings/Editor/Inspections/HTML.
I'm not sure however what meta tags tracking is meant - can you explain?
We are trying to validate meta tags and unique acceptable ID attributes according to the HTML 5 specification.
Thanks.