Improved accessibility (#118):

* adding role="button" or type="button" where missing.
This commit is contained in:
John Livingston
2024-08-20 15:30:45 +02:00
parent 9e252193d4
commit cee42b4bcc
11 changed files with 24 additions and 19 deletions

View File

@ -32,6 +32,8 @@ CONVERSE_VERSION="livechat_converse_11"
CONVERSE_COMMIT="1625f9b6ee81fa9ebd8df5cba306bde478f1943b"
# 2024-08-06: including new getOccupantActionButtons hook (waiting for merge in Converse upstream)
CONVERSE_COMMIT="5b35bd31c7e26c1f5396cd65eef69293d8b388c1"
# 2024-08-20: accessibility fixes
CONVERSE_COMMIT="7b00a2e0b4a13cea7800f4f100c2673785f94486"
rootdir="$(pwd)"
src_dir="$rootdir/conversejs"