Joe Lencioni

Results 248 comments of Joe Lencioni

No, I think that's for interfaces that allow tagging with autocomplete in textboxes while typing, like what happens on github when you type `@` or `#`.

Here are a few that I found that I think might be worth considering: - [x] https://dequeuniversity.com/rules/axe/1.1/object-alt object-has-alt - [x] https://dequeuniversity.com/rules/axe/1.1/area-alt area-has-alt - [x] https://dequeuniversity.com/rules/axe/1.1/frame-title frame-has-title - [x] https://dequeuniversity.com/rules/axe/1.1/empty-heading heading-has-content...

I think it might make sense to rename img-has-alt to has-alt, alt, alt-text, or something more general like that, and just add `object`, `area`, and `input-image` (need to special case...

What do you think about renaming `img-has-alt` to `alt-text` and having it accept two options: one would be a list of DOM elements that require alt text (defaulted to `['img',...

I am happy to help review a PR that improves this rule. It sounds like there are a few styles that folks desire, so it would be good if the...

@straku I don't think I fully understand what you are criticizing and what you are proposing. Can you give us some examples of each?

I'm not sure this needs to be a separate rule. It would also be nice if it allowed these function calls as callbacks with an option to disallow, like we...

Ah yes, that would be preferable On Wed, Feb 15, 2017, 11:54 AM Jordan Harband wrote: > *@ljharb* commented on this pull request. > ------------------------------ > > In docs/rules/no-did-update-set-state.md >...

https://github.com/bazelbuild/rules_nodejs/pull/3191