Michael Liao
Michael Liao
See documentation on hint here: https://webhint.io/docs/user-guide/hints/hint-meta-viewport/ Triggers + Code Action solutions (in HTML file): - `viewport` meta tag is not specified in `` - Code Action: add `name="viewport"` attribute to...
See documentation on hint here: https://webhint.io/docs/user-guide/hints/hint-meta-charset-utf-8/ Triggers + Code Action solutions (in HTML file): - Character encoding is not the first thing specified in `` tag or is not specified...
Originally, I thought `console.countReset()` should reset the 'default' label similar to how `console.count()` increments the 'default' counter. However, the [w3c standard ](http://w3c-test.org/console/console-countReset-logging-manual.html) for `console.countReset()` demonstrates that calling `console.countReset()` after `console.count("a...