开发灵活,稳定,可持续 HTML 和 CSS 代码的规范。
HTML
- 语法
- HTML5 doctype
- Language attribute
- 字符编码
- Internet Explorer 兼容模式
- 引入 CSS 和 JavaScript
- 实用高于完美
- 属性顺序
- Boolean 属性
- 减少标签数量
- JavaScript 生成的标签
CSS
- CSS 语法
- 声明顺序
- 媒体查询位置
- 不要使用 @import
- 前缀属性
- 单条声明的声明块
- 属性简写
- LESS 和 SASS 中的嵌套
- 代码注释
- Class 命名
- 选择器
- 代码组织
黄金法则
永远遵循同一套编码规范 -- 可以是这里列出的,也可以是你自己总结的。在任何时候遵循规范,可以是这里的规范或者你自己的编码规范。随时指出其中任何不正确地部分。继续了解此代码指引或者贡献内容,请 open an issue on GitHub。
不管多少人同时参与编码,所有代码都应该看上去像是一个人编写的一样。
项目主页:http://www.open-open.com/lib/view/home/1434552735833
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn