摘要: htmlhinthttps://github.com/yaniswang/HTMLHint使用var HTMLHint = require("htmlhint").HTMLHint;var messages = HTMLHint.verify(code, options);选项{ 'tagname-lowercase': true, 'attr-lowercase': true, 'attr-value-double-quotes': true, 'doctype-first': true, 'tag- 阅读全文
posted @ 2013-04-10 16:50 Elementstorm 阅读(1213) 评论(0) 推荐(0) 编辑