Closed dmundra closed 2 years ago
@mgifford a more permanent fix would be to consider either JS or CSS from articles:
I think for now, fixing the post is good enough. What do you think?
6 tests 6 :heavy_check_mark: 20s :stopwatch: 8 suites 0 :zzz: 4 files 0 :x:
Results for commit b4abb4cb.
:recycle: This comment has been updated with latest results.
For accessibility it is better not to have the URL, but to write descriptive text. So we can probably avoid that JS or CSS hack. But I do wonder if we should look for long URLs that we link to as part of our ci/cd process. We obviously don't want to eliminate all links, because sometimes we do want to talk about say CivicActions.ca specifically. However, we can look for long links like these.
For accessibility it is better not to have the URL, but to write descriptive text. So we can probably avoid that JS or CSS hack. But I do wonder if we should look for long URLs that we link to as part of our ci/cd process. We obviously don't want to eliminate all links, because sometimes we do want to talk about say CivicActions.ca specifically. However, we can look for long links like these.
Long term if it is a problem we should consider either checking for this or just letting the user know to adjust the link text.
Resolves #647 (albeit not permanently).