Hacker News new | ask | show | jobs
by _ache_ 11 days ago
https://validator.w3.org/nu/?doc=https%3A%2F%2Fspecification...

I don't get the goal of the website. It's averted as a specification, but to spec what ?! Everything is sourced to another "source of truth".

2 comments

It's a compilation of best practices, and valuable as a one-stop-shop and checklist.
Sites like these have existed for a long time. I've used this one for years:

https://frontendchecklist.io/rules

I think what sets this specific one apart is its focus on "AI-readiness"

Apparently it was LLM-generated, so the agent was pleading for itself :-)

https://github.com/jdevalk/specification.website

That's debatable. Every best-practice arose to solve a real problem within a context, and is only "best" if that context applies.

If you apply best-practices without a regard for that context, you end up with a dull, cargo-culted checklist of must-haves to beat people over the head with, without deriving any true human value.

The compiler of this artifact is making a judgement call[0] of what best practices apply somewhat universally (to every "decent website"). I haven't yet been convinced of their standing or judgement to make that decision.

[0]: Charitably, I'm assuming they have, rather than, e.g. delegating the judgement to an opaque model's weights.

Some requirements have force of law, e.g. complying with GPC in California or Colorado. So do accessibility features in many jurisdictions. Some are just basic decency, like providing alt txt for images.

The approach of marking items as required/recommended/optional addresses your concern. Too bad this specific checklist is LLM-generated.

Never mind, it’s LLM-generated, not the product of considered thought.

The W3C should really be doing this kind of curation. Or people like those who run caniuse.com.

I saw this posted on LinkedIn[1], where the author wrote:

> I got tired of pointing at six different sources to back a single recommendation. WHATWG for HTML. WCAG for accessibility. IETF for headers. schema.org for structured data. MDN, web.dev, Google Search Central for everything else.

> There was no single, opinionated, platform-agnostic spec for "what does a modern website actually need to do?"

> So I wrote one.

[1] https://www.linkedin.com/posts/jdevalk_the-website-specifica...