From 7bb9ff94b6d1013c38694a1b8f31d4c4378c2628 Mon Sep 17 00:00:00 2001 From: Emil Nilsson Date: Tue, 1 Oct 2019 15:18:44 +0200 Subject: [PATCH] Updated head.html with Accessibility improvements (#10524) Did a Accessibility audit on home-assistant.io element does not have a [lang] attribute | FIX If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. --- source/_includes/site/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index c6455ea4b25..be4531fca06 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -1,8 +1,8 @@ - - - - + + + +