Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

複数のアクセシブルな名前が提供されていることを検出する #1478

Open
momdo opened this issue Feb 13, 2024 · 1 comment · Fixed by #1501
Open

複数のアクセシブルな名前が提供されていることを検出する #1478

momdo opened this issue Feb 13, 2024 · 1 comment · Fixed by #1501

Comments

@momdo
Copy link

momdo commented Feb 13, 2024

端的には、
https://uga.dev/tools/accessible-name-and-description-computation/
のような機能を実装してほしいというリクエストです。

例としては、

<p>
  <label for="input">ラベルA</label>
  <span id="label-text-a">擬似ラベルA</span>
  <input type="text"
    aria-labelledby="label-text-a"
    id="input"
    placeholder="入力例)山田太郎"
    value=""
  />
</p>

とした場合、label要素によるアクセシブルな名前は、aria-labelledby属性によって上書きされていることを検出する機能があると便利かと思います。

YusukeHirao added a commit that referenced this issue Feb 24, 2024
Temporary fix for `computeAccessibleName` not supporting `placeholder` attribute
@YusukeHirao
Copy link
Member

#1501 の関連付けミス

@YusukeHirao YusukeHirao reopened this Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants