summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 17:44:46 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 17:44:46 +0100
commitb8b394f71d418a7fa7324690c6582543eebf24ed (patch)
treea7d268ccc77e55ddd0dee2cb9b70770743d4fb7e
parentb828e49c5004363ad36f89f2aa35cd24658d407f (diff)
downloadqutebrowser-b8b394f71d418a7fa7324690c6582543eebf24ed.tar.gz
qutebrowser-b8b394f71d418a7fa7324690c6582543eebf24ed.zip
Update docs/changelog
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc5
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 50d5a9d45..52198d4eb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -35,6 +35,8 @@ Changed
closes that window, no matter what `tabs.last_close` is set to.
- Redesigned `qute://settings` (`:set`) page with buttons for options with
fixed values.
+- The default `hint.selectors` now match more ARIA roles (`tab`, `checkbox`,
+ `menuitem`, `menuitemcheckbox` and `menuitemradio`).
Added
~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 12ef48d88..7435fd31f 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -3425,6 +3425,11 @@ Default:
* +pass:[[role=&quot;link&quot;\]]+
* +pass:[[role=&quot;option&quot;\]]+
* +pass:[[role=&quot;button&quot;\]]+
+* +pass:[[role=&quot;tab&quot;\]]+
+* +pass:[[role=&quot;checkbox&quot;\]]+
+* +pass:[[role=&quot;menuitem&quot;\]]+
+* +pass:[[role=&quot;menuitemcheckbox&quot;\]]+
+* +pass:[[role=&quot;menuitemradio&quot;\]]+
* +pass:[[ng-click\]]+
* +pass:[[ngClick\]]+
* +pass:[[data-ng-click\]]+