bootlint
bootlint copied to clipboard
HTML linter for Bootstrap projects
See https://github.com/twbs/bootstrap/issues/18495#issuecomment-163100946
Refs https://github.com/twbs/bootstrap/issues/18748
### 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...
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
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.
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...
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...