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

Is MSAA figcaption missing STATE_SYSTEM_READONLY? #251

Closed
carmacleod opened this issue Sep 18, 2019 · 1 comment
Closed

Is MSAA figcaption missing STATE_SYSTEM_READONLY? #251

carmacleod opened this issue Sep 18, 2019 · 1 comment

Comments

@carmacleod
Copy link
Contributor

The MSAA/IA2 entries for caption, figcaption, legend, and label are as follows:

  • caption: ROLE_SYSTEM_TEXT; IA2_ROLE_CAPTION; STATE_SYSTEM_READONLY
  • figcaption: ROLE_SYSTEM_TEXT; IA2_ROLE_CAPTION
  • legend: ROLE_SYSTEM_STATICTEXT; IA2_ROLE_LABEL
  • label: ROLE_SYSTEM_STATICTEXT; IA2_ROLE_LABEL

Note that caption has "STATE_SYSTEM_READONLY" and figcaption does not. Should it?

Also... curious why caption uses ROLE_SYSTEM_TEXT+STATE_SYSTEM_READONLY
but legend and label use ROLE_SYSTEM_STATICTEXT.
I would have thought they would have the same MSAA role and only differ by their IA2 role?

@aleventhal Any clues?

@scottaohara
Copy link
Member

per changes that are being made / will be made in #359, i'm closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants