DescriptionImprove consistency of nextNodeWithGreaterTabIndex() and previousNodeWithLowerTabIndex().
* nextNodeWithGreaterTabIndex:
Set |currentTabIndex| to |winningTabIndex|
They are same in the |if| block. However |currentTabIndex| looks better.
* previousNodeWithLowerTabIndex:
Remove isNonKeyboardFocusableShadowHost() check. It's redandunt because
shouldVisit() contains it.
BUG=
TEST=none; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184889
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|