You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><labelclass="checkbox" title="Tagname must be lowercase."><inputtype="checkbox" id="tagname-lowercase"> tagname-lowercase</label></li>
@@ -101,19 +103,19 @@ <h3>Standard</h3>
101
103
<li><labelclass="checkbox" title="<title> must be present in <head> tag.."><inputtype="checkbox" id="title-require"> title-require</label></li>
102
104
</ul>
103
105
</div>
104
-
<divclass="span3">
106
+
<divclass="col-12 col-sm-4">
105
107
<h3>Performance</h3>
106
108
<ul>
107
109
<li><labelclass="checkbox" title="The script tag can not be used in head."><inputtype="checkbox" id="head-script-disabled"> head-script-disabled</label></li>
108
110
</ul>
109
111
</div>
110
-
<divclass="span2">
112
+
<divclass="col-12 col-sm-4">
111
113
<h3>Accessibility</h3>
112
114
<ul>
113
115
<li><labelclass="checkbox" title="Alt of img tag must be set value."><inputtype="checkbox" id="alt-require"> alt-require</label></li>
114
116
</ul>
115
117
</div>
116
-
<divclass="span3">
118
+
<divclass="col-12 col-sm-4">
117
119
<h3>Specification</h3>
118
120
<ul>
119
121
<li><labelclass="checkbox" title="Doctype must be html5."><inputtype="checkbox" id="doctype-html5"> doctype-html5</label></li>
@@ -136,17 +138,17 @@ <h3>Specification</h3>
136
138
<li><labelclass="checkbox" title="Attribute value cant not use unsafe chars."><inputtype="checkbox" id="attr-unsafe-chars"> attr-unsafe-chars</label></li>
137
139
</ul>
138
140
</div>
139
-
<divclass="span1">
141
+
<divclass="col-12 col-sm-4">
140
142
<h3>Other</h3>
141
143
<ul>
142
-
<li><labelclass="checkbox" title="Scan css with csslint."><inputtype="checkbox" id="csslint"> csslint</label></li>
144
+
<li><labelclass="checkbox" title="Scan CSS with csslint."><inputtype="checkbox" id="csslint"> csslint</label></li>
143
145
<li><labelclass="checkbox" title="Scan script with jshint."><inputtype="checkbox" id="jshint"> jshint</label></li>
0 commit comments