IUBLibTech / newton_chymistry

New version of 'The Chymistry of Isaac Newton', using XProc pipelines to generate a website based on TEI XML encodings of Newton's alchemical manuscripts, and Apache Solr as a search engine.
2 stars 0 forks source link

Page missing a title (IU Accessibility Mandate) #135

Open mdalmau opened 6 months ago

mdalmau commented 6 months ago

1 occurrence ... one of the LSA pages does not have a title in the HTML head tag: https://newton.dlib.indiana.edu/newton/lsa/help/hs160.html


IU has a mandate that all web sites published on IU servers must meet WCAG I and II Accessibility requirements. If the requirements are NOT met, sites will be taken down. To learn more about this initiative, visit the Digital Strategy Initiative web site.

mdalmau commented 6 months ago

@wehooper : I requested SiteImprove access for you. Once you have access, you will login using your @iu credentials. If you want to read more about SIteImprove and accessibility, LOGIN to the KB and start here.

If you plan to make local fixes, you will need to install the SiteImprove Plugin for your preferred browser, to test your changes.

wehooper commented 6 months ago

I have provided a element for the <head> of 'hs160.html'. It was the only help file of thirty where the title was missing from its usual place.</p> <p>We can close this when the revised LSA component can be downloaded from github/IUBLibTech.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>