Hacker News new | ask | show | jobs
by JohnStrange 3110 days ago
I'd like to see a return to semantic markup, accompanied by pragmatic information about the purpose of the data and its intended size. The data should also be strongly typed. Then leave it to the client how to display, how to edit, and how to select the data.

The receiver should decide how to best display e.g. a list of 20000 names or a choice between 4 options on his device.

2 comments

Me too, except I would say strongly duck typed. As in there should be sensible defaults when possible.

In any case, the designers won this argument a long time ago. They want to decide how you consume their page, it is not a document to them, it is a work of art. How dare you want to display it differently from their vision.

<script src=“...” usage=“spyware”>

I wonder where this would fail!