Add HTML lang tags where possible (#199)

This commit is contained in:
gbrodman 2019-07-25 21:09:32 -04:00 committed by GitHub
parent 652c4f6b36
commit a338d96640
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<meta http-equiv="refresh" content="0;URL=/registrar"> <meta http-equiv="refresh" content="0;URL=/registrar">
<title>Nomulus</title> <title>Nomulus</title>
<body> <body lang="en-US">
If this page doesn't change automatically, please go If this page doesn't change automatically, please go
to <a href="/registrar">https://www.registry.google/registrar</a> to <a href="/registrar">https://www.registry.google/registrar</a>

View file

@ -69,7 +69,7 @@
{@param logoutUrl: string} {@param logoutUrl: string}
{@param logoFilename: string} {@param logoFilename: string}
{@param productName: string} {@param productName: string}
<div id="kd-googlebar" role="banner"> <div id="kd-googlebar" role="banner" lang="en-US">
<a class="{css('logo')}" href="/registrar"> <a class="{css('logo')}" href="/registrar">
<img src="/assets/images/{$logoFilename}" alt="{$productName}"> <img src="/assets/images/{$logoFilename}" alt="{$productName}">
</a> </a>

View file

@ -43,7 +43,7 @@
{param analyticsConfig: $analyticsConfig /} {param analyticsConfig: $analyticsConfig /}
{/call} {/call}
{call registry.soy.console.googlebar data="all" /} {call registry.soy.console.googlebar data="all" /}
<div id="reg-app"> <div id="reg-app" lang="en-US">
<div id="reg-appbar" class="{css('kd-appbar')}"> <div id="reg-appbar" class="{css('kd-appbar')}">
<div class="{css('kd-description')}"> <div class="{css('kd-description')}">
Accessing <span class="{css('kd-value')}">{$clientId}</span> as{sp} Accessing <span class="{css('kd-value')}">{$clientId}</span> as{sp}