Skip to content

Add opt-in accessibility artifact record and verify support#2278

Open
colinmarsch wants to merge 1 commit intocmarsch/a11y-artifact-plumbingfrom
cmarsch/a11y-artifact-optin-core
Open

Add opt-in accessibility artifact record and verify support#2278
colinmarsch wants to merge 1 commit intocmarsch/a11y-artifact-plumbingfrom
cmarsch/a11y-artifact-optin-core

Conversation

@colinmarsch
Copy link
Copy Markdown
Collaborator

@colinmarsch colinmarsch commented Feb 12, 2026

This change adds opt-in functionality (behind a gradle configuration property) to handle recording and verifying an accessibility hierarchy json string artifact for the #2239 feature.

Example output as follows:

[
  {
    "id": "Number 1",
    "beforeElementId": null,
    "afterElementId": "Number 2",
    "bounds": {
      "left": 57,
      "top": 57,
      "right": 215,
      "bottom": 616
    },
    "legendText": "Number 1"
  },
  {
    "id": "Number 2",
    "beforeElementId": "Number 1",
    "afterElementId": "Number 3",
    "bounds": {
      "left": 57,
      "top": 680,
      "right": 215,
      "bottom": 1239
    },
    "legendText": "Number 2"
  },
  {
    "id": "Number 3",
    "beforeElementId": "Number 2",
    "afterElementId": null,
    "bounds": {
      "left": 57,
      "top": 1303,
      "right": 215,
      "bottom": 1863
    },
    "legendText": "Number 3"
  }
]

@colinmarsch colinmarsch changed the title Add opt-in accessibility artifact record and verify support WIP: Add opt-in accessibility artifact record and verify support Feb 12, 2026
@colinmarsch colinmarsch force-pushed the cmarsch/a11y-artifact-optin-core branch from 786f7fd to c6465a6 Compare February 12, 2026 02:23
@colinmarsch colinmarsch marked this pull request as ready for review February 12, 2026 20:44
@colinmarsch colinmarsch changed the title WIP: Add opt-in accessibility artifact record and verify support Add opt-in accessibility artifact record and verify support Feb 12, 2026
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 this pull request may close these issues.

1 participant