Dear All,
Looking at the source code generated for any shiny app, you can see at the top:
<!DOCTYPE html>
<html>
<head>
....
The html tag should include the language to be 508 compliant and it will be difficult for someone using a screen reader to understand the content. Is there a way to add the attribute "lang" to the main html "tag" like
<html lang="en">
and solve this issue?
Thanks for your help.