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

Make gaia-progress be WAI-ARIA progressbar #2

Merged
merged 1 commit into from Jan 26, 2015
Merged

Make gaia-progress be WAI-ARIA progressbar #2

merged 1 commit into from Jan 26, 2015

Conversation

takenspc
Copy link
Contributor

@takenspc
Copy link
Contributor Author

My changes are same as the previous PR (#1).
The difference is whether a context line has ";" or not.

@@ -19,6 +19,9 @@ module.exports = component.register('gaia-progress', {
inner: this.shadowRoot.querySelector('.inner'),
bar: this.shadowRoot.querySelector('.bar'),
};
this.els.inner.setAttribute("role", "progressbar");
Copy link
Contributor

Choose a reason for hiding this comment

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

NIT: Extra line-break above this line

@takenspc
Copy link
Contributor Author

Thank you for your review.

I addressed coding style issues.

@wilsonpage
Copy link
Contributor

Perfect thanks :)

Can you 'squash'* your commits into one and I'll press the merge button.

*You'll need to use an 'interactive rebase' something like $ git rebase -i upstream/master. If you are unfamiliar with this, there are lots of tutorials online.

@takenspc
Copy link
Contributor Author

Thank you for your review. I squashed my commits.

wilsonpage added a commit that referenced this pull request Jan 26, 2015
Make gaia-progress be WAI-ARIA progressbar
@wilsonpage wilsonpage merged commit 8f9ad00 into fxos-components:master Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants