Talkback不会在Chrome/WebView(Android 11)上宣布aria-required=“true”

ldioqlga  于 2023-05-27  发布在  Android
关注(0)|答案(1)|浏览(346)

我有一个所需的输入,如图所示-

<!DOCTYPE html>
<html>
<body>

<h1>The input required attribute</h1>

<form action="/action_page.php">
  <label for="username">Username:</label>
  <input type="text" id="username" name="username" required aria-required="true">
  <input type="submit">
</form>

</body>
</html>

我在Android 11。Talkback(Chrome / Webview)不会显示“Required”。我错过了什么吗?

axkjgtzd

axkjgtzd1#

带TalkBack的Android未宣布“必需”(已知问题)
阅读Scott O'Hara关于Required Attribute Requirements的更多内容

相关问题