home.social

#conformance — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #conformance, aggregated by home.social.

  1. 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?

    meiert.com/blog/hihtml/

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

  2. 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?

    meiert.com/blog/hihtml/

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

  3. 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?

    meiert.com/blog/hihtml/

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

  4. 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?

    meiert.com/blog/hihtml/

  5. 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?

    meiert.com/blog/hihtml/

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

  6. 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:

    npmjs.com/package/html-validate

    #html #conformance #validation

  7. 69% of developers say it’s important their HTML code is valid:

    2025.stateofhtml.com/en-US/opi

    The reality seems different when we look at what we find on popular websites (cf. meiert.com/blog/html-conforman)—but this should be a great sign for better output quality.

    #html #conformance

  8. Given how prevalent invalid, fantasy HTML has become, HTML validation (conformance-checking) has actually become a performance optimization vector.

    A footnote from my article on the first step of reducing HTML file size (omitting optional markup):

    meiert.com/blog/reduce-html-fi

    #html #performance #conformance

  9. 2025: 0 of the Global Top 200 Websites Use Valid HTML:

    With the latest results from the annual HTML conformance analysis, the legend of what may be the most difficult language in the world continues to grow.

    meiert.com/blog/html-conforman

    #webdev #html #conformance

  10. Why and How to Write Minimal and Valid HTML, a Link Guide:

    On using all of HTML’s features and ensuring that HTML code is error-free—two surprisingly underused and unpopular approaches to writing HTML.

    meiert.com/blog/minimal-and-va

    #webdev #html #minimalism #conformance #performance #optimization

  11. HTML Conformance: A Comparison of 6.5 npm Validator Packages (With 1.5 Recommendations):

    What do you do if you want to make sure you’re not writing and shipping fantasy HTML, but choose to or have to avoid the web-based W3C HTML validator?

    meiert.com/en/blog/html-valida

    #html #conformance #validators #npm