HTML代码在线检视
2019-05-17 本文已影响0人
南风逸梦
HTML代码检视
HTML代码在线检视网站
规则配置如下:
image.png
Standard
| 规则 | 释义 |
|---|---|
| tagname-lowercase | 标签名必须小写 |
| attr-lowercase | 属性小写 |
| attr-value-double-quotes | 属性值双引号 |
| attr-value-not-empty | 属性值不能为空 |
| attr-no-duplication | 属性无重复 |
| attr-no-duplication | <!DOCTYPE html>文档声明在首行 |
| tag-pair | 标签配对 |
| tag-self-close | 关闭标签 |
| spec-char-escape | SPEC-字符转义 |
| id-unique | id唯一 |
| src-not-empty | src不能为空 |
| title-require | <head></head>中必须有title标签 |
Performance
| 规则 | 释义 |
|---|---|
| head-script-disabled | 头部禁用script脚本 |
Accessibility
| 规则 | 释义 |
|---|---|
| alt-require | img标签必须要alt属性 |
Specification
| 规则 | 释义 |
|---|---|
| doctype-html5 | 文档声明必须为html5 |
| id-class-value | id和class的命名规范 多个单词间使用杠-,下划线_,还是camelCase驼峰 |
| style-disabled | 禁止style标签 |
| inline-style-disabled | 禁止内联样式 |
| inline-script-disabled | 内嵌脚本禁用 |
| space-tab-mixed-disabled | 空格制表符混合禁用 |
| id-class-ad-disabled | ID和类无法使用ad关键字,它会被adblock软件阻止。 |
| href-abs-or-rel | Href必须是绝对的或相对的。 |
| attr-unsafe-chars | 属性值不能使用不安全的字符。 |