<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Helvetica, Arial, sans-serif">Hi Liz,</font></p>
    <p><font face="Helvetica, Arial, sans-serif">you question caught my
        attention, as I have questioned this myself very often. Shiny
        apps generally use DataTables to display table data. The Shiny
        gallery also has some examples of using DT to display tables:</font></p>
    <ul>
      <li><font face="Helvetica, Arial, sans-serif">Overview:
          <a class="moz-txt-link-freetext" href="https://shiny.posit.co/r/gallery/">https://shiny.posit.co/r/gallery/</a></font></li>
      <li><font face="Helvetica, Arial, sans-serif">Simple example:
          <a class="moz-txt-link-freetext" href="https://shiny.posit.co/r/gallery/widgets/basic-datatable/">https://shiny.posit.co/r/gallery/widgets/basic-datatable/</a></font></li>
    </ul>
    <p><font face="Helvetica, Arial, sans-serif">Taking at look at the
        generated HTML does not look bad at first, as DT uses th
        elements for headers and td elements for the cells. For a table
        to be accessible, it is usually recommended to use the scope
        attribute to associate data cells with the headers, as for
        example WebAIM recommends:
        <a class="moz-txt-link-freetext" href="https://webaim.org/techniques/tables/data">https://webaim.org/techniques/tables/data</a></font></p>
    <p><font face="Helvetica, Arial, sans-serif">The problem is, that DT
        does not associate th elements with td, as the scope attribute
        is completely missing in the examples.</font></p>
    <p><font face="Helvetica, Arial, sans-serif">Generally speaking, the
        whole issue of accessibility of Shiny apps is pretty unclear. To
        my knowledge, there is very scarce information on this, e.g.
        Jumping Rivers published three or four blog posts on the topic
        of accessibility:
        <a class="moz-txt-link-freetext" href="https://www.jumpingrivers.com/tags/accessibility/">https://www.jumpingrivers.com/tags/accessibility/</a></font></p>
    <p><font face="Helvetica, Arial, sans-serif">I would be happy if
        somebody else has more info to share on this issue.</font></p>
    <p><font face="Helvetica, Arial, sans-serif">Best</font></p>
    <p><font face="Helvetica, Arial, sans-serif">    Björn<br>
      </font></p>
    <div class="moz-cite-prefix">Am 13.02.24 um 14:36 schrieb Liz Hare
      via BlindRUG:<br>
    </div>
    <blockquote type="cite"
      cite="mid:B0D05E01-E6A1-4A82-A1F4-7E651A91D312@earthlink.net">
      <pre class="moz-quote-pre" wrap="">[Sie erhalten nicht h?ufig E-Mails von <a class="moz-txt-link-abbreviated" href="mailto:blindrug@nfbnet.org">blindrug@nfbnet.org</a>. Weitere Informationen, warum dies wichtig ist, finden Sie unter <a class="moz-txt-link-freetext" href="https://aka.ms/LearnAboutSenderIdentification">https://aka.ms/LearnAboutSenderIdentification</a> ]

Hi all,


Does anyone have experience with text output like tables in Shiny apps? The interactive display would be really good for some of my reports but I don't want to spend time on it if I won't be able to navigate and read the output.
 Liz
_______________________________________________
BlindRUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:BlindRUG@nfbnet.org">BlindRUG@nfbnet.org</a>
<a class="moz-txt-link-freetext" href="http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org">http://nfbnet.org/mailman/listinfo/blindrug_nfbnet.org</a>
To unsubscribe, change your list options or get your account info for BlindRUG:
<a class="moz-txt-link-freetext" href="http://nfbnet.org/mailman/options/blindrug_nfbnet.org/bjoern.fisseler%40fernuni-hagen.de">http://nfbnet.org/mailman/options/blindrug_nfbnet.org/bjoern.fisseler%40fernuni-hagen.de</a>
The list archive can be viewed at:
<a class="moz-txt-link-freetext" href="http://www.nfbnet.org/pipermail/blindrug_nfbnet.org">http://www.nfbnet.org/pipermail/blindrug_nfbnet.org</a>
More information and useful links about using R as a blind person can be obtained at:
<a class="moz-txt-link-freetext" href="http://R-Resources.massey.ac.nz">http://R-Resources.massey.ac.nz</a>

Look for help using R commands by reading the accessible e-book "Let's Use R Now" compiled by Jonathan Godfrey at:
<a class="moz-txt-link-freetext" href="http://R-Resources.massey.ac.nz/lurn/front.html">http://R-Resources.massey.ac.nz/lurn/front.html</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">Dr. Björn Fisseler
-- 
FernUniversität in Hagen
Fakultät für Psychologie, Zentralbereich
Universitätstr. 27, Gebäude 5 (PRG), Raum A020, 58097 Hagen
-- 
Tel ++49 2331 987 2211
-- 
<a class="moz-txt-link-freetext" href="https://orcid.org/0000-0002-8178-7479">https://orcid.org/0000-0002-8178-7479</a></pre>
  </body>
</html>