Skip to content

Conversation

@howard-e
Copy link
Contributor

@howard-e howard-e commented Nov 5, 2025

Address #1610

Branched off of work in #1617

@howard-e howard-e changed the base branch from development to support-dynamic-title-for-references November 5, 2025 18:01
@howard-e howard-e marked this pull request as draft November 5, 2025 19:28
@ccanash ccanash requested a review from stalgiag November 5, 2025 19:29
@howard-e howard-e marked this pull request as ready for review November 5, 2025 20:17
"checkbox": { "author": { "refId": "author", "type": "metadata", "value": "Isabel Del Castillo", "linkText": "" }, "authorEmail": { "refId": "authorEmail", "type": "metadata", "value": "[email protected]", "linkText": "" }, "title": { "refId": "title", "type": "metadata", "value": "Checkbox Example (Two State)", "linkText": "" }, "reference": { "refId": "reference", "type": "metadata", "value": "reference/2025-10-2_121011/checkbox.html", "linkText": "Test Case Page for Checkbox Example (Two State)" }, "designPattern": { "refId": "designPattern", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/", "linkText": "APG Pattern: Checkbox" }, "example": { "refId": "example", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/examples/checkbox/", "linkText": "APG Example: Checkbox Example (Two State)" }, "aria-checked": { "refId": "aria-checked", "type": "aria", "value": "aria-checked", "linkText": "aria-checked" }, "checkbox": { "refId": "checkbox", "type": "aria", "value": "Checkbox", "linkText": "checkbox" }, "group": { "refId": "group", "type": "aria", "value": "group", "linkText": "group" }, "aria-labelledby": { "refId": "aria-labelledby", "type": "aria", "value": "aria-labelledby", "linkText": "aria-labelledby" }, "list": { "refId": "list", "type": "htmlAam", "value": "list", "linkText": "list" } },
"command-button": { "author": { "refId": "author", "type": "metadata", "value": "Isabel Del Castillo", "linkText": "" }, "authorEmail": { "refId": "authorEmail", "type": "metadata", "value": "[email protected]", "linkText": "" }, "title": { "refId": "title", "type": "metadata", "value": "Command Button Example", "linkText": "" }, "reference": { "refId": "reference", "type": "metadata", "value": "reference/2022-4-8_124112/button.html", "linkText": "Test Case Page for Command Button Example" }, "designPattern": { "refId": "designPattern", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/button/", "linkText": "APG Pattern: Button" }, "example": { "refId": "example", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/button/examples/button/", "linkText": "APG Example: Button" }, "button": { "refId": "button", "type": "aria", "value": "button", "linkText": "button" } },
"disclosure-faq": { "author": { "refId": "author", "type": "metadata", "value": "James Scholes", "linkText": "" }, "authorEmail": { "refId": "authorEmail", "type": "metadata", "value": "[email protected]", "linkText": "" }, "title": { "refId": "title", "type": "metadata", "value": "Disclosure of Answers to Frequently Asked Questions Example", "linkText": "" }, "reference": { "refId": "reference", "type": "metadata", "value": "reference/2025-8-8_7334/disclosure-faq.html", "linkText": "Test Case Page for Disclosure of Answers to Frequently Asked Questions Example" }, "designPattern": { "refId": "designPattern", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/", "linkText": "APG Pattern: Disclosure (Show/Hide)" }, "example": { "refId": "example", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-faq/", "linkText": "APG Example: Disclosure (Show/Hide) for Answers to Frequently Asked Questions" }, "aria-expanded": { "refId": "aria-expanded", "type": "aria", "value": "aria-expanded", "linkText": "aria-expanded" }, "button": { "refId": "button", "type": "htmlAam", "value": "button", "linkText": "button" }, "div": { "refId": "div", "type": "htmlAam", "value": "div", "linkText": "div" }, "ul": { "refId": "ul", "type": "htmlAam", "value": "ul", "linkText": "ul" } },
"disclosure-faq": { "author": { "refId": "author", "type": "metadata", "value": "James Scholes", "linkText": "" }, "authorEmail": { "refId": "authorEmail", "type": "metadata", "value": "[email protected]", "linkText": "" }, "title": { "refId": "title", "type": "metadata", "value": "Disclosure of Answers to Frequently Asked Questions Example", "linkText": "" }, "reference": { "refId": "reference", "type": "metadata", "value": "reference/2025-8-8_7334/disclosure-faq.html", "linkText": "Test Case Page for Disclosure of Answers to Frequently Asked Questions Example" }, "designPattern": { "refId": "designPattern", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/", "linkText": "APG Pattern: Disclosure (Show/Hide)" }, "example": { "refId": "example", "type": "metadata", "value": "https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-faq/", "linkText": "APG Example: Disclosure (Show/Hide) for Answers to Frequently Asked Questions" }, "aria-expanded": { "refId": "aria-expanded", "type": "aria", "value": "aria-expanded", "linkText": "aria-expanded" }, "button": { "refId": "button", "type": "htmlAam", "value": "button", "linkText": "button" }, "div": { "refId": "div", "type": "htmlAam", "value": "div", "linkText": "div" }, "ul": { "refId": "ul", "type": "htmlAam", "value": "ul", "linkText": "ul" }, "generic": { "refId": "generic", "type": "aria", "value": "generic", "linkText": "generic" } },
Copy link
Contributor Author

@howard-e howard-e Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to account for the deleted generic reference that was removed in this PR. Otherwise, was experiencing crashes with latest dump

Copy link
Contributor

@stalgiag stalgiag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for handling this! Test and addresses the issue. Great work!

@howard-e howard-e merged commit 9dcf200 into support-dynamic-title-for-references Nov 6, 2025
1 check passed
@howard-e howard-e deleted the fix-1610 branch November 6, 2025 14:31
howard-e added a commit that referenced this pull request Nov 6, 2025
…perties (#1617)

* Update import-tests script to save the latest support.json on the server. Use the support.json to mutate references when needed for the reference linkText and value

* Fix noisy autoformat

* Update snapshots

* Fix e2e selector

* Fix tests

* Change how support.json is imported

* Remove unnecessary commented block

* fix: ARIA and HTML feature reports are errantly combined and incorrectly named in the first column of the top-level report page (#1618)

* Use reference.rawValue for ARIA and HTML features table column

* Update links to feature pages and download urls to be reference type specific

* Update snapshots

* Fix tests

* Fix tests

* Fix tests

* Fix tests

* Update snapshots
howard-e added a commit that referenced this pull request Nov 6, 2025
Create November 6, 2025 Release

Includes the following changes:

* #1620, which addresses #1611
* #1605
* #1622, which addresses comment from #1603
* #1613, which addresses #1521
* #1618, which addresses #1610
* #1617
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.

3 participants