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
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
E051: .pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .col-*-* elements ➡ [v1] Support new grid #420
E052: .pull-right and .pull-left classes, and manual style attributes with float: left or float: right are not allowed on .row elements ➡ [v1] Support new grid #420
Progress when it comes to porting/removing existing checks (wiki changes not included). Help appreciated.
<meta charset="UTF-8">
➡ [v1] Charset check #454<meta name="viewport">
<button>
missingtype
attribute ➡ [v1] Adapt to button changes #450.btn-group
requirescontainer: 'body'
.pull-left
or.pull-right
in.media
➡ [v1] Remove various checks #426[disabled]
attribute instead of the.disabled
class on a.btn
➡ [v1] Adapt to button changes #450<input>
missingtype
attribute ➡ [v1] Adapt to button changes #450DOCTYPE
required.row
➡ [v1] New container-related checks #422.row.col-*-*
➡ [v1] Support new grid #420<input>
.form-control
within.input-group
➡ [v1] Adapt for input group changes #423bootstrap.js
&bootstrap.min.js
(remove for now?)input-group-sm
/input-group-lg
➡ [v1] Adapt for input group changes #423.form-control
s ➡ [v1] Adapt for input group changes #423.form-group.input-group
➡ [v1] Adapt for input group changes #423.input-group.col-*-*
➡ [v1] Support new grid #420, [v1] Adapt for input group changes #423.radio
.checkbox-inline
.radio-inline
.active
&[checked]
➡ [v1] Adapt to button changes #450.panel-body
parent ➡ [v1] Panels are cards now #425.panel-heading
parent ➡ [v1] Panels are cards now #425.panel-footer
parent ➡ [v1] Panels are cards now #425.panel-title
parent ➡ [v1] Panels are cards now #425table.table-responsive
➡ [v1] Adapt to table changes #455.form-control-feedback
missing.has-feedback
.glyphicon-*
without.glyphicon
➡ [v1] Remove various checks #426.glyphicon
on element with content or children ➡ [v1] Remove various checks #426.alert
with dismiss button missing.alert-dismissible
.close
button is present but isn't first element in.alert
.form-horizontal
or.form-inline
on.form-group
.col-*-0
classes ➡ [v1] Support new grid #420.media-left
/.media-right
outside of.media
➡ [v1] Remove various checks #426.navbar-left
/.navbar-right
outside of.navbar
.modal.hide
➡ [v1] Modals #428.form-control
on wrong element or<input>
of wrongtype
<a>
s within.navbar-nav
s.input-group
must have a.form-control
and either an add-on or a btn ➡ [v1] Adapt for input group changes #423.img-responsive
on non-<img>
➡ [v1] Adapt to responsive images change #453.modal
missing[tabindex]
➡ [v1] Modals #428.btn
on something other than an<a>
/<button>
/<input>
/<label>
➡ [v1] Adapt to button changes #450.modal
missing[role="dialog"]
➡ [v1] Modals #428.modal-dialog
missing[role="document"]
➡ [v1] Modals #428.form-group
s cannot be nested.pull-right
and.pull-left
classes, and manual style attributes withfloat: left
orfloat: right
are not allowed on.col-*-*
elements ➡ [v1] Support new grid #420.pull-right
and.pull-left
classes, and manualstyle
attributes withfloat: left
orfloat: right
are not allowed on.row
elements ➡ [v1] Support new grid #420See also https://github.com/twbs/bootlint/milestone/16
The text was updated successfully, but these errors were encountered: