diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2019-05-17 15:10:50 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-18 13:34:26 +0200 |
commit | 301ae74e8bab8cded3592588021090ff75f2bf21 (patch) | |
tree | d6ed692b02ad076c7cac69e5a5cfa7f56eb7bdd2 /Package_html_static.mk | |
parent | 1368e08b24cd3f13ef3de72475f6fbc70b56baa0 (diff) |
Improve accessibility for modules and lang menus
Ever since the contents of the modules and lang menus started
being populated upon click, the flow for screenreader users has
been potentially confusing.
This patch introduces a11y-toggle into the mix:
https://github.com/edenspiekermann/a11y-toggle
Checkboxes were changed into buttons. This hopefully makes it
clear we want the user to click them.
The contents tree still uses the checkbox hack, because its items
are populated upon page load.
Change-Id: I3482bea0c8669f96794498fc37d9d18fe3f829d5
Reviewed-on: https://gerrit.libreoffice.org/72467
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_static.mk')
-rw-r--r-- | Package_html_static.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package_html_static.mk b/Package_html_static.mk index d1ebbbb1b3..249783c220 100644 --- a/Package_html_static.mk +++ b/Package_html_static.mk @@ -17,6 +17,7 @@ $(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FO $(eval $(call gb_Package_add_file,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/index.html,index2.html)) $(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION)),\ + a11y-toggle.js \ default.css \ fuzzysort.js \ help.js \ |