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

div that are of class "note" should have a role="note" #2045

Closed
marcoscaceres opened this issue Jan 25, 2019 · 2 comments · Fixed by #2049
Closed

div that are of class "note" should have a role="note" #2045

marcoscaceres opened this issue Jan 25, 2019 · 2 comments · Fixed by #2049
Labels
good first issue These bug should be easy for anyone getting started

Comments

@marcoscaceres
Copy link
Member

marcoscaceres commented Jan 25, 2019

Given:

<div class="note">
  <p>I'm a note</p>
</div>

It would be great if the <div> got a role="note" attribute also attached to it.

@marcoscaceres marcoscaceres added the good first issue These bug should be easy for anyone getting started label Jan 25, 2019
@nkkumawat
Copy link
Contributor

@marcoscaceres can I try this?

@marcoscaceres
Copy link
Member Author

Sure. This one should be fairly easy too. See “issues-notes.js”.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue These bug should be easy for anyone getting started
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants