Melanie Sumner

Results 138 issues of Melanie Sumner

- should be responsive - should be accessible (ADA) - should be complementary to the rest of the site

help wanted
hacktoberfest

The devs working on the API like these ones: https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/assets/images/icons.png - [ ] They'd need to be converted into Ember colors. - [ ] They would ideally be converted into...

design
help wanted

**Context:** The content should be occasionally reviewed for accuracy, and updated if not. **To-do:** Review the content for the community page on the website, and update the content if outdated...

content :memo:
help wanted

This will be used in Issue #3131 to improve the teams page. - [x] need twitter handles for everyone (or plan for what to do in lieu of twitter handles)...

After updating my ember version today (`npm install -g ember-cli`), I created a new app (`ember new my-ember-app`) and after switching to the directory, I ran `npm install` to install...

help wanted

**Expected:** The documentation would be consolidated to one place and when new features are added/updated, they are added to the documentation. **Actual:** Right now, using ember-engines requires a bit of...

If two of the same landmark elements or landmark roles are found in the same template, ensure that they have a unique label (provided by the `aria-label` or `aria-labelledby` attribute)....

enhancement
New Rule

In the [WAI-ARIA role specification document](https://www.w3.org/WAI/PF/aria/roles), each role indicates whether or not an accessible name is required. Requesting a new rule that pulls a list of these roles and ensures...

enhancement
a11y
New Rule

Requesting a new rule to check SVG elements- `require-valid-svg` (or similar, whatever is consistent with our current naming scheme): * An `` element with `role="image"` should have an `alt` attribute...

enhancement
a11y
New Rule

Requesting a new rule that requires appropriate semantics for grouped form controls. Correctly grouped form controls will take one of two approaches: 1. use `` + `` (preferred) 2. associate...

enhancement
a11y
New Rule