Metadata
- Source
 - FLUID-6001
 - Type
 - Task
 - Priority
 - Major
 - Status
 - Open
 - Resolution
 - N/A
 - Assignee
 - N/A
 - Reporter
 - Justin Obara
 - Created
 2016-10-26T16:53:31.109-0400 - Updated
 2021-07-29T01:48:09.765-0400 - Versions
 - N/A
 - Fixed Versions
 - 
                        
                        
- 5.0
 
 - Component
 - 
                        
                        
- Build Scripts
 - Infrastructure
 
 
Description
Like linting for JS files, we should implement a system to automatically validate / lint all of the html files. This includes full html documents and html fragments used for templates and etc.
some options would be to use a service for the w3 validator https://validator.w3.org/nu/ or some other javascript based linter that can be wired up through grunt.
Comments
- 
                        
Justin Obara commented
2016-10-27T13:11:47.447-0400 From Joseph on GitHub ( https://github.com/fluid-project/infusion/pull/769#issuecomment-256698148 )
"If you don't already know, the Nu Html Checker page lists four ways of automating HTML checking, including a grunt plugin, a gulp plugin, integration with Travis CI, and integration with JSFiddle/JSBin."
 - 
                        
Simon Bates commented
2016-10-28T14:26:46.008-0400 I've filed an issue about our missing role=row containers in the The Grid Reorderer and Image Reorderer: