Skip to content

Fix broken SVG AAM link: replace removed details-id-66 anchor with role-map-svg#569

Closed
Copilot wants to merge 2 commits intogh-pagesfrom
copilot/fix-broken-links-aria-html
Closed

Fix broken SVG AAM link: replace removed details-id-66 anchor with role-map-svg#569
Copilot wants to merge 2 commits intogh-pagesfrom
copilot/fix-broken-links-aria-html

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 25, 2026

The link to svg-aam-1.0/#details-id-66 was broken because the SVG AAM spec restructured its role mapping table in 2023, replacing <details>/<summary> elements (which generated auto-IDs like details-id-66) with explicit section headings.

Change

  • Update data-cite for the <svg> element's implicit role reference from the removed #details-id-66 to the current #role-map-svg anchor in SVG AAM:
<!-- Before -->
<a data-cite="svg-aam-1.0/#details-id-66">SVG AAM</a>

<!-- After -->
<a data-cite="svg-aam-1.0/#role-map-svg">SVG AAM</a>

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • w3c.github.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • www.w3.org
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Broken links in ARIA in HTML</issue_title>
<issue_description>
While crawling ARIA in HTML, the following links to other specifications were detected as pointing to non-existing anchors:

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


Preview | Diff

Co-authored-by: scottaohara <4152514+scottaohara@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken links in ARIA in HTML specification Fix broken SVG AAM link: replace removed details-id-66 anchor with role-map-svg Feb 25, 2026
@scottaohara scottaohara marked this pull request as ready for review February 25, 2026 19:17
@scottaohara
Copy link
Copy Markdown
Member

not wasting more time fiddling with merge permission issues. i'll just make the PR myself..... ridiculous

@scottaohara scottaohara deleted the copilot/fix-broken-links-aria-html branch February 25, 2026 19:45
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.

Broken links in ARIA in HTML

2 participants