summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-01 21:35:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-01 21:35:13 +0100
commita3fe21ee0d46da3d0644aa80f119fa4c1b4952b6 (patch)
tree424ab10d29ec819ca59e370526f4735ca772dc55
parent506df6d5038741a7f95dbe63a2f46c839b4e5ea0 (diff)
downloadqutebrowser-a3fe21ee0d46da3d0644aa80f119fa4c1b4952b6.tar.gz
qutebrowser-a3fe21ee0d46da3d0644aa80f119fa4c1b4952b6.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index aed128a51..50d5a9d45 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -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)
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 4ca5c2517..12ef48d88 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3429,7 +3429,7 @@ Default:
* +pass:[[ngClick\]]+
* +pass:[[data-ng-click\]]+
* +pass:[[x-ng-click\]]+
-* +pass:[[tabindex\]]+
+* +pass:[[tabindex\]:not([tabindex=&quot;-1&quot;\])]+
- +pass:[images]+:
* +pass:[img]+