Tony Ross

Results 16 issues of Tony Ross

## Pull request checklist Make sure you: - [x] Signed the Contributor License Agreement (after creating PR) - [x] Followed the [commit message guidelines](https://webhint.io/docs/contributor-guide/getting-started/pull-requests/#commit-messages) For non-trivial changes, please make sure...

# 🚀 Feature request ## Description The `nth-child` and related psedo-selectors are 1-based. Passing `0` silently fails in browsers today, leading to confusion and wasting developer time (see https://twitter.com/dan_abramov/status/1492277543185096704). By...

type:new-feature
area:hint
hint-category:pitfalls

This was previously removed from the CLI when telemetry was removed in #4734, but resulted in breaks for folks already passing the flag as reported in #4830. These breaks were...

type:bug
breaking

An existing related issue is if webhint is run against raw source (e.g. via the VS Code extension) in a project where Autoprefixer is being used. In this case we...

type:bug
difficulty:medium
good first issue
hacktoberfest
area:vscode
msft-consider

This hint has been around since 2018 and is documented on webhint.io (https://webhint.io/docs/user-guide/hints/hint-doctype/). However it's not enabled by default in any of webhint's configurations (likely an oversight). We should turn...

type:bug
good first issue
msft-consider

Would be nice to have a page on webhint.io showing the different places webhint is being used outside of the core project. Companies using webhint would be neat to call...

type:bug
msft-consider

This issue is where we will collect feedback specific to using CSS Mirroring with source-mapped files. Support for mirroring edits across source maps is a follow-up for #476 that enables...

feedback

This specifically would improve the experience when clicking on links which open in a new window/tab (e.g. click on the GitHub icon in the top-right of [webhint.io](https//webhint.io)). Currently the screencast...

enhancement
tracked

> Also as an FYI, I was having trouble getting `openInEditor` working in Canary. Getting this error: > ![image](https://user-images.githubusercontent.com/14304598/149999072-a1d78f1d-ed73-4e4c-94ee-d5ac226a3d9e.png) > `Uncaught (in promise) TypeError: Failed to fetch dynamically imported module:...

bug
P1
tracked

Today if an internal piece of a hint fails it emits an error/warning in the results. This can be a bit confusing as there's not anything necessarily wrong with the...

type:new-feature