This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
In brackets.js, on line 414, there is some code that restricts focusing elements which are descendants of elements with class .no-focus. In that code block, there is a check that always allows focusing of text input elements. But, this only checks for elements with type of text, number, password or no type at all. Since HTML5, though, some types have been added to the spec, like email, url, tel, date, etc. Maybe we should consider adding these, too.