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

feat(modal): need aria-describedby on modal container (#3678) #3695

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

gpolychronis
Copy link
Contributor

@gpolychronis gpolychronis commented Apr 22, 2020

Before submitting a pull request, please make sure you have at least performed the following:

  • read and followed the CONTRIBUTING.md and DEVELOPER.md guide.
  • built and tested the changes locally.
  • added/updated any applicable tests.
  • added/updated any applicable API documentation.
  • added/updated any applicable demos.

Copy link
Member

@maxokorokov maxokorokov left a comment

Choose a reason for hiding this comment

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

LGTM apart from one minor comment.

Could you please remove the @since annotation?

/**
* `aria-describedby` attribute value to set on the modal window.
*
* @since 6.0.4
Copy link
Member

Choose a reason for hiding this comment

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

You shouldn't put this, because it is not clear when this will be actually merged.
We're usually adding this only for features, so for X.X.0 releases just before doing the release.

@maxokorokov maxokorokov added this to the 6.1 milestone Apr 22, 2020
Copy link
Member

@maxokorokov maxokorokov left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@maxokorokov maxokorokov merged commit 9a8e70d into ng-bootstrap:master Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need aria-describedby on modal container
2 participants