cenw-wscoe / WCAG-in-Plain-Language

A simple "Go To" for web developers & accessibility assessors.
https://cenw-wscoe.github.io/WCAG-in-Plain-Language/index-en.html
5 stars 2 forks source link

Add Question: Does the <title> element needs a lang="" attribute? #39

Closed MaximPerry closed 2 years ago

MaximPerry commented 2 years ago

It doesn't. The language of the will be determinated by the lang="" attribute on the <html> tag.</p> <p>If the title is bilangual: ...</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>