Support exposing the 'embeds' relationship.

オープン
#778 コメント 24 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
linux, rust
領域
accessibility

調査の方向性

まず adapters/atspi-common/src/node.rs の 910 行目付近にある関係処理を読み、次にリンクされている core-aam の atspi_wrapper.py と ia2_wrapper.py の fixture を確認してください。合意された API の方向性について議論を確認してください。embeds 関係が適切に公開され、Linux core-aam テストがテスト対象のタブを見つけられれば完了です。

索引モデルが issue の本文から書いたものです。

説明

In Servo, we use AccessKit to handle the platform API mappings and we are trying to get the core-aam tests working on Linux.

The issue is that the fixture used in core-aam tests tries to locate the tab under test by following the 'embeds' relation. Since AccessKit currently doesn't expose (AFAIU) most of the AT-SPI relationships, this approach to finding the tab doesn't work when Servo exposes the tabs as children of the root frame.

On Linux, Orca requires support for the 'embeds' relationship and both Chrome and FF follow this approach.
I'm not too familiar with Windows, but based on the IA2 fixture used by core-aam test, 'embeds' relationship seems to be prioritized over direct children.

I don't know what would be the ideal API for this, but I'm creating this issue to start the discussion. Please let me know if you need more information.

主要言語
Rust
スター
1.5k
フォーク
114
平均マージ
8時間 25分
マージ済み PR(30日)
28

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

AccessKit/accesskit のほかの issue

AccessKit/accesskit の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。