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:
@@ -71,3 +71,12 @@
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.chatAccessibilityHidden {
|
||||
top:0;
|
||||
left:-2px;
|
||||
width:1px;
|
||||
height:1px;
|
||||
position:absolute;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user