State-changed events modified to be in aria live region (#3469)

* Made changes to chatcontainer, still facing issue with only reading out the newest message

* Added accessibility measure for chat to allow for latest message to be read by screen reader

* Fixed linting errors

* Fixed linting errors pt. 2

* Fixed linting errors, the finale?

* Ok this is actually it i promise

* add username to be read out by screenreader

* fix string concat linter issue

* fix linting indexing issue

* remove test mp4 files

---------

Co-authored-by: melghali <melghali@andrew.cmu.edu>
This commit is contained in:
Riya Bhatia
2024-03-06 01:02:58 -05:00
committed by GitHub
parent 45436162bd
commit 1ddba0118e
2 changed files with 24 additions and 0 deletions

View File

@@ -71,3 +71,12 @@
transform: translateY(0);
}
}
.chatAccessibilityHidden {
top:0;
left:-2px;
width:1px;
height:1px;
position:absolute;
overflow:hidden;
}