Update docs/changelog

This commit is contained in:
Florian Bruhin 2021-12-03 17:44:46 +01:00
parent b828e49c50
commit b8b394f71d
2 changed files with 7 additions and 0 deletions

View File

@ -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
~~~~~

View File

@ -3425,6 +3425,11 @@ Default:
* +pass:[[role="link"\]]+
* +pass:[[role="option"\]]+
* +pass:[[role="button"\]]+
* +pass:[[role="tab"\]]+
* +pass:[[role="checkbox"\]]+
* +pass:[[role="menuitem"\]]+
* +pass:[[role="menuitemcheckbox"\]]+
* +pass:[[role="menuitemradio"\]]+
* +pass:[[ng-click\]]+
* +pass:[[ngClick\]]+
* +pass:[[data-ng-click\]]+