compat-tester icon indicating copy to clipboard operation
compat-tester copied to clipboard

NPM package to statically analyze the compatibility of a web page across a given browser scope

Results 8 compat-tester issues
Sort by recently updated
recently updated
newest added

cf. https://github.com/mdn/browser-compat-data/tree/master/css/types

CSS

Add a feature so that we can report vs. https://github.com/mdn/browser-compat-data/tree/master/css/selectors

CSS

E.g. if CSS uses `user-select` with a prefix, being able to detect `-moz-user-select` and report accordingly.

CSS

We might need to introduce a graph of the assets. It maybe useful to restrict this with a -r option to recursively follow links

HTML

Provide a more detailed documentation about the type of arguments needed and the output when compat-tester is used as a module. (i.e. improve [this](https://github.com/SphinxKnight/compat-tester/#as-a-module))

Testing on an env w/ a proxy causes a connection error.

compat-tester --init should provide a set a questions in order to create the `scope.json` file

enhancement