### File an Issue Source: https://context7.com/w3c/svg-aam/llms.txt Instructions for reporting issues via the command line or issue tracker. ```bash # Navigate to the issue tracker # https://github.com/w3c/svg-aam/issues # Create a new issue with a descriptive title and detailed description # Include: # - Section of the specification affected # - Current behavior or text # - Expected or proposed behavior or text # - Relevant accessibility API references ``` -------------------------------- ### Access Specification Resources Source: https://context7.com/w3c/svg-aam/llms.txt URLs for the Editor's Draft, official W3C version, and the source repository. ```text https://w3c.github.io/svg-aam/ ``` ```text https://www.w3.org/TR/svg-aam-1.0/ ``` ```text https://github.com/w3c/aria/tree/main/svg-aam ``` -------------------------------- ### W3C Repository Configuration Source: https://context7.com/w3c/svg-aam/llms.txt JSON configuration for the W3C Recommendation Track specification. ```json { "group": 19480, "contacts": [ "michael-n-cooper", "svgeesus" ], "policy": "restricted", "repo-type": "rec-track" } ``` -------------------------------- ### Submit a Pull Request Source: https://context7.com/w3c/svg-aam/llms.txt Workflow for cloning the ARIA repository and submitting changes to the specification. ```bash git clone https://github.com/w3c/aria.git # Navigate to the svg-aam directory cd aria/svg-aam # Create a branch for your changes git checkout -b fix-svg-role-mapping # Make your changes and commit git add . git commit -m "Fix role mapping for SVG graphics-document" # Push and create PR against the main ARIA repository git push origin fix-svg-role-mapping ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.