diff --git a/CHANGES.md b/CHANGES.md index bfe095385..6a2d8d366 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ## 4.1.1 (unreleased) +- Accessibility: Tag the chat-content as an ARIA live region, for screen readers - #1408 new config option `roomconfig_whitelist` - #1421 fix direct invite for membersonly room diff --git a/dist/converse.js b/dist/converse.js index a993db01a..e9a6e5c0e 100644 --- a/dist/converse.js +++ b/dist/converse.js @@ -92295,7 +92295,7 @@ __p += '\n
\n
\n
\n'; +__p += '" aria-live="polite">\n
\n
\n'; return __p }; @@ -92316,7 +92316,7 @@ __p += '\n
\n if (o.show_send_button) { ; __p += 'chat-content-sendbutton'; } ; -__p += '">
\n
\n \n\n'; +__p += '" aria-live="polite">\n
\n \n\n'; return __p }; diff --git a/src/templates/chatarea.html b/src/templates/chatarea.html index e6b8fa485..3bccefaf8 100644 --- a/src/templates/chatarea.html +++ b/src/templates/chatarea.html @@ -1,4 +1,4 @@
-
+
diff --git a/src/templates/chatbox.html b/src/templates/chatbox.html index 8708caba6..018e61c13 100644 --- a/src/templates/chatbox.html +++ b/src/templates/chatbox.html @@ -1,6 +1,6 @@
-
+