Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Pwabuilder issue 861 & 859 #364

Merged
merged 4 commits into from
Jul 30, 2020
Merged

Pwabuilder issue 861 & 859 #364

merged 4 commits into from
Jul 30, 2020

Conversation

lee-leonardo
Copy link
Contributor

Fixes #
pwa-builder/PWABuilder#861
pwa-builder/PWABuilder#859

PR Type

  • Bugfix
  • Accessibility

Describe the current behavior?

The close, and left and right image carousels do not have the appropriate aria-labels

Describe the new behavior?

Added them.

PR Checklist

  • Test: run npm run test and ensure that all tests pass
  • Target master branch (or an appropriate release branch if appropriate for a bug fix)
  • Ensure that your contribution follows standard accessibility guidelines. Use tools like https://webhint.io/ to validate your changes.

Additional Information

Sorry about the white space changes! I'll mark what I actually changed!

@ghost
Copy link

ghost commented Jul 24, 2020

Thanks lee-leonardo for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

@ghost ghost assigned JudahGabriel Jul 24, 2020
@lee-leonardo lee-leonardo changed the title Pwabuilder issue861 Pwabuilder issue 861 & 859 Jul 24, 2020
@@ -753,7 +775,8 @@ export class pwainstall extends LitElement {
</div>
</div>

<button id="closeButton" @click="${() => this.cancel()}">
<button id="closeButton" @click="${() =>
this.cancel()}" aria-label="Close">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added aria here

<div id="screenshotsContainer">
<button
@click="${() => this.scrollToLeft()}"
aria-label="previous image"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added label here

</section>
<button
@click="${() => this.scrollToRight()}"
aria-label="next image"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added aria here

@jgw96 jgw96 merged commit f6ff14d into master Jul 30, 2020
@jgw96 jgw96 deleted the pwabuilder_issue861 branch July 30, 2020 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants