hihtml

The HTML supertool to validate, link-check, and minify web pages. Latest version: 1.3.2, last published: 4 days ago. Start using hihtml in your project by running `npm i hihtml`. There are no other projects in the npm registry using hihtml.

npm

Releasing hihtml, a Supertool for HTML Validation, Link-Checking, and Minification:

What if you only needed one tool to handle all the key HTML optimization tasks?

https://meiert.com/blog/hihtml/

#tools #webdev #html #conformance #validation #links #minification #quality #optimization

Releasing hihtml, a Supertool for HTML Validation, Link-Checking, and Minification · Jens Oliver Meiert

What if you only needed one tool to handle all the key HTML optimization tasks?

Very softly launching hihtml, an HTML supertool.

Check it out: npx hihtml -h

https://www.npmjs.com/package/hihtml

#html #conformance #validation #quality #minification

hihtml

The HTML supertool to validate, link-check, and minify web pages. Latest version: 1.3.2, last published: 4 days ago. Start using hihtml in your project by running `npm i hihtml`. There are no other projects in the npm registry using hihtml.

npm

HTML validators:

In the npm ecosystem we had a problem in that vnu-jar matches the W3C validator and thus the “gold standard,” but isn’t easy to use, while HTML-validate struggled with “HTML–HTML” (HTML omitting all optional markup).

This has been fixed, so reconsider HTML-validate for HTML validation:

https://www.npmjs.com/package/html-validate

#html #conformance #validation

Specification vs. implementation

There are a lot of times when the specification says one thing but common implementations do another. Here are some especially common examples to watch out for.

Python Type Checker Comparison: Typing Spec Conformance | Pyrefly

Learn what it means to conform to the Python typing spec, why it matters, and the conformance status of each type checker including Pyrefly, Ty, Pyright and Mypy.

How to Improve Your HTML Game · Jens Oliver Meiert

On moving beyond unsystematic HTML by choosing a deliberate writing style, committing to validation, and regularly consulting the specification.

The two most important tools for HTML developers

Does this title say “HTML developer”? It does! Sadly, it’s not a thing. But: any developer writing...

DEV Community