Browse Source

DOC-2270: Add improved documentation for TINY-10453 to the TinyMCE 7.0 release notes (#3139)

pull/3142/head
shanmen-tiny 1 year ago
committed by GitHub
parent
commit
6ff9260c8b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 17
      modules/ROOT/pages/7.0-release-notes.adoc

17
modules/ROOT/pages/7.0-release-notes.adoc

@ -205,6 +205,23 @@ The `trigger` property is exclusively applicable to the configuration of block t
For information on the **text_patterns**, see xref:content-behavior-options.adoc#text_patterns[Text Patterns]
=== Improved accessibility for interactive elements with custom tooltips
// #TINY-10453
In previous versions of {productname}, buttons without visible labels displayed browser native tooltips which only shows on mouse hover, not keyboard focus. This meant keyboard-only users couldn't access these tooltips, hindering their understanding of button functionality.
To address this, {productname} 7.0 introduces custom tooltips for various elements:
* Toolbar buttons
* Resize handle
* Buttons in a dialog
* Buttons in a view container
These custom tooltips appear on both mouse hover and keyboard focus, ensuring all users, including those relying solely on keyboard navigation, can access essential information about interactive elements.
[NOTE]
Interactive elements with visible labels do not display custom tooltips, and the browser native tooltips have been removed, as the visible label provides sufficient information.
=== Added custom tooltip for `autocompleter`, now visible on both mouse hover and keyboard focus, except single column cases.
// #TINY-9638

Loading…
Cancel
Save