bootlint icon indicating copy to clipboard operation
bootlint copied to clipboard

HTML linter for Bootstrap projects

Results 47 bootlint issues
Sort by recently updated
recently updated
newest added

See https://github.com/twbs/bootstrap/issues/18495#issuecomment-163100946

bug
help wanted

Refs https://github.com/twbs/bootstrap/issues/18748

bug

### PROBLEM: I have this when my page loads: ``` html Tipo1 Tipo2 ``` This don't cause any errors, but when I click in one of them, the label now...

bug
help wanted

Rule E032 states that [`.modal-body` must be a child of `.modal-content`](https://github.com/twbs/bootlint/wiki/E032#modal-body-must-be-a-child-of-modal-content) and [`.modal-footer` must be a child of `.modal-content`](https://github.com/twbs/bootlint/wiki/E032#modal-footer-must-be-a-child-of-modal-content), requiring that they not only be a child but a direct...

See https://github.com/twbs/bootstrap/issues/17563

enhancement
help wanted

X-Ref: twbs/bootstrap#16505 This issue used an external resource at version 2.3.2 and then imported 3.3.4 in the resource panel. Makes it easier to know that multiple versions have been imported.

enhancement

Ref: https://github.com/codeclimate/spec http://docs.codeclimate.com/article/300-the-codeclimate-platform This should make it easier for the core team as well as third parties to test their code without difficulty of setting up the Bootlint bot on...

enhancement

Bootstrap does a nice job documenting the places where aria-\* and role attributes should be used. I'd also like to validate those with bootlint. I've been working on implementing these...

enhancement