mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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
This commit is contained in:
parent
5f9e069111
commit
ba6302e2d5
@ -3,7 +3,7 @@
|
|||||||
Use of this source code is governed by a BSD-style license that can be
|
Use of this source code is governed by a BSD-style license that can be
|
||||||
found in the LICENSE file. -->
|
found in the LICENSE file. -->
|
||||||
|
|
||||||
<html>
|
<html lang="en_US">
|
||||||
<head>
|
<head>
|
||||||
<!--
|
<!--
|
||||||
If you are serving your web app in a path other than the root, change the
|
If you are serving your web app in a path other than the root, change the
|
||||||
|
Loading…
Reference in New Issue
Block a user