diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-10 00:14:08 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-12 12:48:55 +0200 |
commit | 8afd0dcbe23846c12c830b2637db7993a0aa5942 (patch) | |
tree | f7aa81213ebed467e28607603fbe46c7ed6f733e /officecfg/registry | |
parent | 70034096f20ab545e52e683e3a97b4b8f41ec4a8 (diff) |
tdf#148941 consistency between popup box and option dialog for objects
cui/uiconfig/ui/objecttitledescdialog.ui
* change "Title" to "Text Alternative" to use the terminology from
Web Content Accessibility Guidelines (WCAG) 2.1
https://www.w3.org/TR/WCAG21/#dfn-text-alternative
which is also consistent with the purpose of this option in LO
+ add tooltips to "Text Alternative" and "Description" in
Description popup box. The idea is that the tooltips will
help to understand the purpose of dialog.
sw/uiconfig/swriter/ui/frmaddpage.ui
* _Alternative (Text only) -> "Text _Alternative"
[This change matches the change in the popup box]
+ add missing : to "vertical alignment", according to HIG
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+ add tooltips for the "Name" and "Description" .unos, primarily
for the customize dialog, and icons in notebookbars.
Change-Id: I1943b49e13763371823bfcf2cfc8652c907de110
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134066
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index ac7908d4fef6..8effe967b2f4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -7208,6 +7208,9 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Name...</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Give a label to identify an object</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> @@ -7216,6 +7219,9 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Description...</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Add descriptions of non-text content (for accessibility)</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> |