Home | History | Annotate | Download | only in parse-only

Lines Matching refs:tabIndex

2358   $w('colSpan rowSpan vAlign dateTime accessKey tabIndex ' +
3525 return element.hasAttribute('tabIndex') && element.tabIndex >= 0;
3526 }).sortBy(function(element) { return element.tabIndex }).first();