Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't allow disabled fields to be focused #5592
Conversation
hoppipolla-critic-bot
commented
Apr 8, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4583 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Note: the newly-failing tests here will be fixed when we implement |
|
|
| if self.is_actually_disabled() { | ||
| return false; | ||
| } | ||
| // TODO: Check whether the element is being rendered (i.e. not hidden). |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r=jdm |
|
|
|
|
This begins implementing parts of the [focusing steps](https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps) algorithm. r? @jdm or @Ms2ger
mbrubeck commentedApr 8, 2015
This begins implementing parts of the focusing steps algorithm. r? @jdm or @Ms2ger