Skip to content

Commit ba6302e

Browse files
authored
add lang attribute to the a11y_assessments app (#147586)
Since the app is used to assess Flutter's overall accessibility, the app should follow at many guidelines as possible, including setting the `lang` attribute. Fixes b/338044851
1 parent 5f9e069 commit ba6302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/a11y_assessments/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file. -->
55

6-
<html>
6+
<html lang="en_US">
77
<head>
88
<!--
99
If you are serving your web app in a path other than the root, change the

0 commit comments

Comments
 (0)