Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add media type context to start of result link titles #1920

Merged
merged 7 commits into from
May 17, 2023

Conversation

sarayourfriend
Copy link
Collaborator

@sarayourfriend sarayourfriend commented Apr 27, 2023

Fixes

Fixes #1010 by @sarayourfriend

Description

Adds SR accessible context as per the issue. There are two "todos" that I'll ping folks on to clarify what to do with them.

I also made some changes to the playwright configuration to make it easier to use start instead of prod to quickly re-run the tests inside the container. I can revert these changes if they're not wanted, but it is merely a codification of what was present in the comment I moved and updated.

Testing Instructions

Confirm CI runs. I changed a test to exercise the accessible title.

Checklist

  • My pull request has a descriptive title (not a vague title likeUpdate index.md).
  • My pull request targets the default branch of the repository (main) or a parent feature branch.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added or updated tests for the changes I made (if applicable).
  • [N/A] I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
  • [N/A] I ran the DAG documentation generator (if applicable).

Developer Certificate of Origin

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

@sarayourfriend sarayourfriend added 🟧 priority: high Stalls work on the project or its dependents ✨ goal: improvement Improvement to an existing user-facing feature ♿️ aspect: a11y Concerns related to the project's accessibility 🧱 stack: frontend Related to the Nuxt frontend labels Apr 27, 2023
@sarayourfriend sarayourfriend requested a review from a team as a code owner April 27, 2023 05:54
Comment on lines 473 to 476
? // TODO: Confirm with @dhruvk when this _shouldn't_ be the "seekable" variant
// `seekable` variant for the string wasn't used before and changing this makes
// non-seekable variant unused: can we remove one or the other and just use one?
i18n.t("audio-track.aria-label-interactive-seekable", {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@dhruvkb Can you confirm what the correct label should be here? I haven't gone digging for when these labels were introduced or if the seekable one used to be used but was accidentally removed at some point. We don't use both, so we can remove the one we don't use if this change doesn't require additional work to choose the correct one.

In what cases is the player interactive but not seekable? At first I thought it might be the box layout (used for all results grid) but that one is seekable when I tested 🤔

Copy link
Member

Choose a reason for hiding this comment

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

I recall the box layout not being seekable previously. It isn't via mouse, due to the link, therefore I'm not sure if it should be by keyboard 🤔

Copy link
Member

Choose a reason for hiding this comment

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

@dhruvkb pinging you here again for visibility, thank you! I don't believe the box layout should be seekable.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, the box layout should not be seekable. It was considered bad UX to allow it to be seekable when the seeking area is super tiny and lies inside a link.

Copy link
Member

Choose a reason for hiding this comment

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

Got it, thanks! So currently the box layout is seekable, so as-written this code will work fine. I'll remove the comment and create a new issue to make the box layout not-seekable, at which point the labels should be updated.

@github-actions
Copy link

github-actions bot commented Apr 27, 2023

Size Change: +368 B (0%)

Total Size: 841 kB

Filename Size Change
./frontend/.nuxt/dist/client/components/v-all-results-grid.js 5.82 kB +55 B (+1%)
./frontend/.nuxt/dist/client/components/v-all-results-grid.modern.js 5.69 kB +49 B (+1%)
./frontend/.nuxt/dist/client/components/v-copy-license/components/v-error-image/components/v-media-reuse/components/v-search-grid/d219393b.js 10 kB +14 B (0%)
./frontend/.nuxt/dist/client/components/v-copy-license/components/v-error-image/components/v-media-reuse/components/v-search-grid/d219393b.modern.js 10 kB +14 B (0%)
./frontend/.nuxt/dist/client/components/v-image-cell.js 1.68 kB +62 B (+4%)
./frontend/.nuxt/dist/client/components/v-image-cell.modern.js 1.67 kB +63 B (+4%)
./frontend/.nuxt/dist/client/components/v-image-grid.js 3.91 kB +50 B (+1%)
./frontend/.nuxt/dist/client/components/v-image-grid.modern.js 3.79 kB +46 B (+1%)
ℹ️ View Unchanged
Filename Size Change
./frontend/.nuxt/dist/client/234.js 272 B 0 B
./frontend/.nuxt/dist/client/234.modern.js 277 B 0 B
./frontend/.nuxt/dist/client/235.js 1.85 kB 0 B
./frontend/.nuxt/dist/client/app.js 126 kB 0 B
./frontend/.nuxt/dist/client/app.modern.js 118 kB 0 B
./frontend/.nuxt/dist/client/commons/app.js 90.4 kB 0 B
./frontend/.nuxt/dist/client/commons/app.modern.js 78.5 kB 0 B
./frontend/.nuxt/dist/client/components/loading-icon.js 765 B 0 B
./frontend/.nuxt/dist/client/components/loading-icon.modern.js 768 B 0 B
./frontend/.nuxt/dist/client/components/table-sort-icon.js 514 B 0 B
./frontend/.nuxt/dist/client/components/table-sort-icon.modern.js 519 B 0 B
./frontend/.nuxt/dist/client/components/v-audio-cell.js 390 B 0 B
./frontend/.nuxt/dist/client/components/v-audio-cell.modern.js 397 B 0 B
./frontend/.nuxt/dist/client/components/v-audio-details.js 2.35 kB 0 B
./frontend/.nuxt/dist/client/components/v-audio-details.modern.js 1.78 kB 0 B
./frontend/.nuxt/dist/client/components/v-audio-track-skeleton.js 1.02 kB 0 B
./frontend/.nuxt/dist/client/components/v-audio-track-skeleton.modern.js 1.02 kB 0 B
./frontend/.nuxt/dist/client/components/v-audio-track.js 5.26 kB +7 B (0%)
./frontend/.nuxt/dist/client/components/v-audio-track.modern.js 5.21 kB +8 B (0%)
./frontend/.nuxt/dist/client/components/v-back-to-search-results-link.js 636 B 0 B
./frontend/.nuxt/dist/client/components/v-back-to-search-results-link.modern.js 642 B 0 B
./frontend/.nuxt/dist/client/components/v-bone.js 687 B 0 B
./frontend/.nuxt/dist/client/components/v-bone.modern.js 692 B 0 B
./frontend/.nuxt/dist/client/components/v-box-layout.js 1.28 kB 0 B
./frontend/.nuxt/dist/client/components/v-box-layout.modern.js 1.27 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-link.js 1.1 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-link.modern.js 1.09 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-page.js 524 B 0 B
./frontend/.nuxt/dist/client/components/v-content-page.modern.js 528 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-button.js 493 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-button.modern.js 497 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-form.js 3.85 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-report-form.modern.js 3.69 kB 0 B
./frontend/.nuxt/dist/client/components/v-content-report-popover.js 913 B 0 B
./frontend/.nuxt/dist/client/components/v-content-report-popover.modern.js 4.14 kB 0 B
./frontend/.nuxt/dist/client/components/v-copy-button.js 4 kB 0 B
./frontend/.nuxt/dist/client/components/v-copy-button.modern.js 4 kB 0 B
./frontend/.nuxt/dist/client/components/v-copy-license.js 1.13 kB 0 B
./frontend/.nuxt/dist/client/components/v-copy-license.modern.js 1.14 kB 0 B
./frontend/.nuxt/dist/client/components/v-dmca-notice.js 791 B 0 B
./frontend/.nuxt/dist/client/components/v-dmca-notice.modern.js 798 B 0 B
./frontend/.nuxt/dist/client/components/v-error-image.js 1.7 kB 0 B
./frontend/.nuxt/dist/client/components/v-error-image.modern.js 1.69 kB 0 B
./frontend/.nuxt/dist/client/components/v-error-section.js 372 B 0 B
./frontend/.nuxt/dist/client/components/v-error-section.modern.js 375 B 0 B
./frontend/.nuxt/dist/client/components/v-external-search-form.js 1.88 kB 0 B
./frontend/.nuxt/dist/client/components/v-external-search-form.modern.js 1.87 kB 0 B
./frontend/.nuxt/dist/client/components/v-external-source-list.js 894 B 0 B
./frontend/.nuxt/dist/client/components/v-external-source-list.modern.js 896 B 0 B
./frontend/.nuxt/dist/client/components/v-full-layout.js 1.56 kB 0 B
./frontend/.nuxt/dist/client/components/v-full-layout.modern.js 1.55 kB 0 B
./frontend/.nuxt/dist/client/components/v-grid-skeleton.js 1.61 kB 0 B
./frontend/.nuxt/dist/client/components/v-grid-skeleton.modern.js 1.62 kB 0 B
./frontend/.nuxt/dist/client/components/v-home-gallery.js 4.92 kB 0 B
./frontend/.nuxt/dist/client/components/v-home-gallery.modern.js 4.9 kB 0 B
./frontend/.nuxt/dist/client/components/v-homepage-content.js 1.77 kB 0 B
./frontend/.nuxt/dist/client/components/v-homepage-content.modern.js 1.74 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-carousel.js 4.74 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-carousel.modern.js 4.7 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-details.js 1.96 kB 0 B
./frontend/.nuxt/dist/client/components/v-image-details.modern.js 1.41 kB 0 B
./frontend/.nuxt/dist/client/components/v-license-tab-panel.js 640 B 0 B
./frontend/.nuxt/dist/client/components/v-license-tab-panel.modern.js 649 B 0 B
./frontend/.nuxt/dist/client/components/v-load-more.js 844 B 0 B
./frontend/.nuxt/dist/client/components/v-load-more.modern.js 742 B 0 B
./frontend/.nuxt/dist/client/components/v-media-license.js 828 B 0 B
./frontend/.nuxt/dist/client/components/v-media-license.modern.js 837 B 0 B
./frontend/.nuxt/dist/client/components/v-media-reuse.js 1.74 kB 0 B
./frontend/.nuxt/dist/client/components/v-media-reuse.modern.js 1.74 kB 0 B
./frontend/.nuxt/dist/client/components/v-media-tag.js 416 B 0 B
./frontend/.nuxt/dist/client/components/v-media-tag.modern.js 421 B 0 B
./frontend/.nuxt/dist/client/components/v-modal.js 1.01 kB 0 B
./frontend/.nuxt/dist/client/components/v-modal.modern.js 995 B 0 B
./frontend/.nuxt/dist/client/components/v-no-results.js 824 B 0 B
./frontend/.nuxt/dist/client/components/v-no-results.modern.js 825 B 0 B
./frontend/.nuxt/dist/client/components/v-radio.js 1.54 kB 0 B
./frontend/.nuxt/dist/client/components/v-radio.modern.js 1.5 kB 0 B
./frontend/.nuxt/dist/client/components/v-related-audio.js 1.29 kB 0 B
./frontend/.nuxt/dist/client/components/v-related-audio.modern.js 1.29 kB 0 B
./frontend/.nuxt/dist/client/components/v-related-images.js 1.1 kB 0 B
./frontend/.nuxt/dist/client/components/v-related-images.modern.js 1.1 kB 0 B
./frontend/.nuxt/dist/client/components/v-report-desc-form.js 976 B 0 B
./frontend/.nuxt/dist/client/components/v-report-desc-form.modern.js 979 B 0 B
./frontend/.nuxt/dist/client/components/v-row-layout.js 1.68 kB 0 B
./frontend/.nuxt/dist/client/components/v-row-layout.modern.js 1.68 kB 0 B
./frontend/.nuxt/dist/client/components/v-scroll-button.js 824 B 0 B
./frontend/.nuxt/dist/client/components/v-scroll-button.modern.js 829 B 0 B
./frontend/.nuxt/dist/client/components/v-search-grid.js 5.67 kB 0 B
./frontend/.nuxt/dist/client/components/v-search-grid.modern.js 5.62 kB 0 B
./frontend/.nuxt/dist/client/components/v-search-results-title.js 619 B 0 B
./frontend/.nuxt/dist/client/components/v-search-results-title.modern.js 622 B 0 B
./frontend/.nuxt/dist/client/components/v-server-timeout.js 299 B 0 B
./frontend/.nuxt/dist/client/components/v-server-timeout.modern.js 303 B 0 B
./frontend/.nuxt/dist/client/components/v-sketch-fab-viewer.js 1.01 kB 0 B
./frontend/.nuxt/dist/client/components/v-sketch-fab-viewer.modern.js 911 B 0 B
./frontend/.nuxt/dist/client/components/v-snackbar.js 1.16 kB 0 B
./frontend/.nuxt/dist/client/components/v-snackbar.modern.js 1.17 kB 0 B
./frontend/.nuxt/dist/client/components/v-sources-table.js 15.2 kB 0 B
./frontend/.nuxt/dist/client/components/v-sources-table.modern.js 15.2 kB 0 B
./frontend/.nuxt/dist/client/components/v-warning-suppressor.js 306 B 0 B
./frontend/.nuxt/dist/client/components/v-warning-suppressor.modern.js 311 B 0 B
./frontend/.nuxt/dist/client/pages/about.js 1.4 kB 0 B
./frontend/.nuxt/dist/client/pages/about.modern.js 1.4 kB 0 B
./frontend/.nuxt/dist/client/pages/audio/_id/index.js 5.63 kB 0 B
./frontend/.nuxt/dist/client/pages/audio/_id/index.modern.js 5.04 kB 0 B
./frontend/.nuxt/dist/client/pages/external-sources.js 1.55 kB 0 B
./frontend/.nuxt/dist/client/pages/external-sources.modern.js 1.56 kB 0 B
./frontend/.nuxt/dist/client/pages/feedback.js 1.34 kB 0 B
./frontend/.nuxt/dist/client/pages/feedback.modern.js 1.34 kB 0 B
./frontend/.nuxt/dist/client/pages/image/_id/index.js 6.58 kB 0 B
./frontend/.nuxt/dist/client/pages/image/_id/index.modern.js 5.92 kB 0 B
./frontend/.nuxt/dist/client/pages/image/_id/report.js 1.26 kB 0 B
./frontend/.nuxt/dist/client/pages/image/_id/report.modern.js 4.35 kB 0 B
./frontend/.nuxt/dist/client/pages/index.js 7.04 kB 0 B
./frontend/.nuxt/dist/client/pages/index.modern.js 6.96 kB 0 B
./frontend/.nuxt/dist/client/pages/preferences.js 1.32 kB 0 B
./frontend/.nuxt/dist/client/pages/preferences.modern.js 1.32 kB 0 B
./frontend/.nuxt/dist/client/pages/privacy.js 1.01 kB 0 B
./frontend/.nuxt/dist/client/pages/privacy.modern.js 1.02 kB 0 B
./frontend/.nuxt/dist/client/pages/search-help.js 1.6 kB 0 B
./frontend/.nuxt/dist/client/pages/search-help.modern.js 1.58 kB 0 B
./frontend/.nuxt/dist/client/pages/search.js 2.2 kB 0 B
./frontend/.nuxt/dist/client/pages/search.modern.js 2.04 kB 0 B
./frontend/.nuxt/dist/client/pages/search/audio.js 3.69 kB 0 B
./frontend/.nuxt/dist/client/pages/search/audio.modern.js 3.58 kB 0 B
./frontend/.nuxt/dist/client/pages/search/image.js 545 B 0 B
./frontend/.nuxt/dist/client/pages/search/image.modern.js 548 B 0 B
./frontend/.nuxt/dist/client/pages/search/index.js 442 B 0 B
./frontend/.nuxt/dist/client/pages/search/index.modern.js 448 B 0 B
./frontend/.nuxt/dist/client/pages/search/model-3d.js 242 B 0 B
./frontend/.nuxt/dist/client/pages/search/model-3d.modern.js 246 B 0 B
./frontend/.nuxt/dist/client/pages/search/search-page.types.js 266 B 0 B
./frontend/.nuxt/dist/client/pages/search/search-page.types.modern.js 271 B 0 B
./frontend/.nuxt/dist/client/pages/search/video.js 240 B 0 B
./frontend/.nuxt/dist/client/pages/search/video.modern.js 243 B 0 B
./frontend/.nuxt/dist/client/pages/sources.js 1.51 kB 0 B
./frontend/.nuxt/dist/client/pages/sources.modern.js 1.51 kB 0 B
./frontend/.nuxt/dist/client/runtime.js 2.72 kB 0 B
./frontend/.nuxt/dist/client/runtime.modern.js 2.72 kB 0 B
./frontend/.nuxt/dist/client/vendors/app.js 64.6 kB 0 B
./frontend/.nuxt/dist/client/vendors/app.modern.js 63.7 kB 0 B

compressed-size-action

@github-actions
Copy link

Full-stack documentation: https://docs.openverse.org/_preview/1920

Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again.

You can check the GitHub pages deployment action list to see the current status of the deployments.

@sarayourfriend
Copy link
Collaborator Author

After much debugging and fighting with Microsoft's servers to actually successfully download the Playwright Docker image from their registry and then the browser binary from their distribution endpoint, both of which were impossibly slow on my connection, I finally found the issue.

The audio cells did not have title on the elements, just aria-label. This meant that when the tests tried to walk the DOM via keyboard to find the audio element, it never finds it, span forever, and eventually crashed the browser, failing all the tests in that module.

I tried to add title to the audio links, but for some reason it was not possible. I'm not sure if it's because of our use of component in VAudioTrack to render the link, but nothing I did seemed to pass the title through to the anchor element eventually created.

Instead of trying to continue fighting with it, I opted for the navigation code to fall back to aria-label if title is empty. This avoids the issue entirely and still exercises the context that a screen-reader user would have for the link.

@obulat
Copy link
Contributor

obulat commented May 1, 2023

I wrote a long comment about title fall through, and then realized that it's not relevant because the problem is only with the audio box, so I removed it.

I think the audio problem with the title might be caused by the fact that a of the audio box has a role of application, not link, to enable keyboard navigation on NVDA.

@@ -130,12 +132,19 @@ export default defineComponent({
imgWidth.value = element.naturalWidth
}

const contextSensitiveTitle = computed(() => {
return i18n.t("browse-page.aria.image-title", {
title: props.image.title,
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think it would be clearer for screen reader users if we added more info, something like the full attribution sentence (Image: Cat by creator licensed under CC BY licensed, maybe even adding the provider)?

Copy link
Member

Choose a reason for hiding this comment

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

I support this idea. Perhaps it's better-suited to a follow-up PR though, as I'd want to make sure, and check with a11y folks, that the titles wouldn't be too long and hinder the search browsing experience.

Copy link
Contributor

@obulat obulat left a comment

Choose a reason for hiding this comment

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

This is an improvement for the Image results, so I'm approving to unblock it, but I think we need to make the experience for audio and image results more unified.

For images screen reader reads "Link Image Cat", and for audio it reads "Cat audio player, press spacebar to play" - and has no indication that the element is actually a link. I don't know what the best solution here is, though: would adding something like "Press enter to go to the Audio details" to the end of the audio player instructions be enough?

Also, I asked a question in an inline comment: would it improve the screen reader user experience if we add more information about the images? Because currently, they don't get much info about the image beyond its title and media type.

frontend/src/locales/scripts/en.json5 Outdated Show resolved Hide resolved
frontend/src/locales/scripts/en.json5 Outdated Show resolved Hide resolved
@sarayourfriend
Copy link
Collaborator Author

For images screen reader reads "Link Image Cat", and for audio it reads "Cat audio player, press spacebar to play" - and has no indication that the element is actually a link. I don't know what the best solution here is, though: would adding something like "Press enter to go to the Audio details" to the end of the audio player instructions be enough?

Thanks for testing this. I haven't had access to a screen reader and need to fix that soon; realistically I probably shouldn't have taken on this issue due to that.

I agree audio should read similarly to images. I don't know if our current approach might be annoying though: it's quite wordy. For a page full of audio results, moving through them would be pretty chatty already, with the instructions repeated on each one.

Could we implement something like the Gutenberg's a11y utility to announce the toast with instructions and only do so once per page load, and then unify the aria label on all media type links?

I'm also not sure how best to approach this but do agree that it is suboptimal. This issue was stemmed from #448 which has a host of other already-identified improvements. My inclination is that we should prioritise fixing those issues, especially because the issue describes specific fixes for almost everything listed.

@obulat
Copy link
Contributor

obulat commented May 2, 2023

I'm also not sure how best to approach this but do agree that it is suboptimal. This issue was stemmed from #448 which has a host of other already-identified improvements. My inclination is that we should prioritise fixing those issues, especially because the issue describes specific fixes for almost everything listed.

I agree with prioritizing those issues. I think this PR adds a good incremental change for the Image results, and could be merged because it's useful as is. We should also open an issue for improving the overall experience for the search results, and exploring the a11y utility you mentioned.

@openverse-bot
Copy link
Collaborator

Based on the high urgency of this PR, the following reviewers are being gently reminded to review this PR:

@zackkrida
This reminder is being automatically generated due to the urgency configuration.

Excluding weekend1 days, this PR was ready for review 10 day(s) ago. PRs labelled with high urgency are expected to be reviewed within 2 weekday(s)2.

@sarayourfriend, if this PR is not ready for a review, please draft it to prevent reviewers from getting further unnecessary pings.

Footnotes

  1. Specifically, Saturday and Sunday.

  2. For the purpose of these reminders we treat Monday - Friday as weekdays. Please note that the operation that generates these reminders runs at midnight UTC on Monday - Friday. This means that depending on your timezone, you may be pinged outside of the expected range.

Copy link
Member

@zackkrida zackkrida left a comment

Choose a reason for hiding this comment

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

LGTM. Olga's suggestions to expand the titles (with license info, creator, and so on) seems like a good follow-up issue.

@zackkrida
Copy link
Member

zackkrida commented May 17, 2023

I'm going to merge this and create a follow-up issue for some of the further identified accessibility improvements (edit: #2150). I've also created one to fix the box audio layout: #2124

@zackkrida zackkrida merged commit 2041c5d into main May 17, 2023
@zackkrida zackkrida deleted the add/sr-link-context-search-views branch May 17, 2023 19:07
obulat added a commit that referenced this pull request May 25, 2023
sarayourfriend pushed a commit that referenced this pull request May 25, 2023
)

* Revert PW changes from #1920

* Try removing only

* Try removing only

* Fix url path matching in "should allow toggling audio playback via play/pause click" test

---------

Co-authored-by: Zack Krida <zackkrida@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿️ aspect: a11y Concerns related to the project's accessibility ✨ goal: improvement Improvement to an existing user-facing feature 🟧 priority: high Stalls work on the project or its dependents 🧱 stack: frontend Related to the Nuxt frontend
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add context to links for screen readers to read the type of media the link goes to.
5 participants