w3c / aria-common

Shared files for the ARIA repositories
Other
8 stars 15 forks source link

Need way of creating an URL that contains the id of the fragment I'd like the page to scroll to upon loading. #87

Open jnurthen opened 2 years ago

jnurthen commented 2 years ago

Is it possible that this issue is still happening? I don't see an easy way of creating an URL that contains the id of the fragment I'd like the page to scroll to upon loading. I can do it by going to the DevTools, getting the id of the element I want to scroll to and then manually modifying the URL to include it, but that's not really user friendly 🥲

More specifically, I'd like to be able to copy URL with fragment for specific attributes (e.g.: https://www.w3.org/TR/core-aam-1.2/#ariaErrorMessage), the same way I can do it for sections such as https://www.w3.org/TR/core-aam-1.2/#mapping_state-property.

From the issue title and description, it sounds like this is the same issue... but feel free to let me know if I'm mistaken!

Originally posted by @benbeaudry in https://github.com/w3c/core-aam/issues/102#issuecomment-1160695290

benbeaudry commented 2 years ago

Thanks for posting here @jnurthen!