关于Boolean属性值
HTML 中的Boolean值属性是不需要赋Boolean值的
<input class="my" type="radio" checked>
属性的缺省代表 false
The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.
HTML编码风格(3)
原文:http://www.cnblogs.com/gsLiu/p/4822863.html