Update docs
This commit is contained in:
parent
506df6d503
commit
a3fe21ee0d
|
|
@ -48,6 +48,8 @@ Fixed
|
|||
- When `search.incremental` is disabled, searching using `/text` followed by a
|
||||
backwards search via `?text` (or vice-versa) now correctly changes the search
|
||||
direction.
|
||||
- Elements getting a hint due to a `tabindex` now are skipped if it's set to
|
||||
`-1`, reducing some false-positives.
|
||||
|
||||
[[v2.4.1]]
|
||||
v2.4.1 (unreleased)
|
||||
|
|
|
|||
|
|
@ -3429,7 +3429,7 @@ Default:
|
|||
* +pass:[[ngClick\]]+
|
||||
* +pass:[[data-ng-click\]]+
|
||||
* +pass:[[x-ng-click\]]+
|
||||
* +pass:[[tabindex\]]+
|
||||
* +pass:[[tabindex\]:not([tabindex="-1"\])]+
|
||||
- +pass:[images]+:
|
||||
|
||||
* +pass:[img]+
|
||||
|
|
|
|||
Loading…
Reference in New Issue